add inference service helm chart depending on serving version 25/10925/1
authorhoejoo.lee <hoejoo.lee@samsung.com>
Fri, 14 Apr 2023 06:34:31 +0000 (02:34 -0400)
committerhoejoo.lee <hoejoo.lee@samsung.com>
Fri, 14 Apr 2023 06:34:31 +0000 (02:34 -0400)
commit5ccb412d9feecdab593638cd7799d9756cc773ff
treeb7030c46b547607e8f3e600254add5785a8565fb
parentc9dafc56e053db9bff2ffb6d43092fc643709be4
add inference service helm chart depending on serving version

Change-Id: If34fe5b89bb19b3a16921a9a79d5628f16ccccc0
Signed-off-by: hoejoo.lee <hoejoo.lee@samsung.com>
15 files changed:
pkg/helm/data/resources/inf-alpha/Chart.yaml [new file with mode: 0755]
pkg/helm/data/resources/inf-alpha/templates/_helpers.tpl [new file with mode: 0755]
pkg/helm/data/resources/inf-alpha/templates/inferenceservice.yaml [new file with mode: 0755]
pkg/helm/data/resources/inf-alpha/values.yaml [new file with mode: 0755]
pkg/helm/data/resources/inf-beta/Chart.yaml [new file with mode: 0755]
pkg/helm/data/resources/inf-beta/templates/_helpers.tpl [new file with mode: 0755]
pkg/helm/data/resources/inf-beta/templates/inferenceservice.yaml [new file with mode: 0755]
pkg/helm/data/resources/inf-beta/values.yaml [new file with mode: 0755]
pkg/helm/data/resources/std/Chart.yaml [new file with mode: 0755]
pkg/helm/data/resources/std/templates/_helpers.tpl [new file with mode: 0755]
pkg/helm/data/resources/std/templates/appconfig.yaml [new file with mode: 0755]
pkg/helm/data/resources/std/templates/appenv.yaml [new file with mode: 0755]
pkg/helm/data/resources/std/templates/deployment.yaml [new file with mode: 0755]
pkg/helm/data/resources/std/templates/service.yaml [new file with mode: 0755]
pkg/helm/data/resources/std/values.yaml [new file with mode: 0755]