Skip to content

Commit 170bf15

Browse files
authored
Upgrade Inference Operator helm chart (#346)
1 parent f89b989 commit 170bf15

File tree

4 files changed

+472
-4
lines changed

4 files changed

+472
-4
lines changed

helm_chart/HyperPodHelmChart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ dependencies:
8181
repository: "file://charts/team-role-and-bindings"
8282
condition: team-role-and-bindings.enabled
8383
- name: hyperpod-inference-operator
84-
version: "1.1.0"
84+
version: "1.2.0"
8585
repository: "file://charts/inference-operator"
8686
condition: inferenceOperators.enabled
8787
- name: hyperpod-patching

helm_chart/HyperPodHelmChart/charts/inference-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.1.0
18+
version: 1.2.0
1919

2020
# This is the version number of the application being deployed. Keep this aligned
2121
# with operator image MAJOR.MINOR version.
22-
appVersion: "2.1"
22+
appVersion: "2.2"
2323

2424
dependencies:
2525
- name: aws-mountpoint-s3-csi-driver

0 commit comments

Comments
 (0)