From 4595cdcf2815141f3f113dcc58a3ec40ec24d1bf Mon Sep 17 00:00:00 2001 From: Craig Russell Date: Thu, 9 Nov 2023 07:45:34 +0000 Subject: [PATCH] Bumping all versions --- charts/hypha/Chart.yaml | 6 +++--- charts/hypha/values.yaml | 2 +- charts/tritoninferenceserver-hypha/Chart.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/hypha/Chart.yaml b/charts/hypha/Chart.yaml index 051d3c7..a6ee2a3 100644 --- a/charts/hypha/Chart.yaml +++ b/charts/hypha/Chart.yaml @@ -13,12 +13,12 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.16.3 +version: 0.16.4 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: 0.15.25 +appVersion: 0.15.35 dependencies: - name: docker-registry # condition: docker-registry-mirror.enabled @@ -43,7 +43,7 @@ dependencies: # condition: ingress-nginx.enabled - name: tritoninferenceserver-hypha repository: "file://../tritoninferenceserver-hypha" - version: 1.0.7 + version: 1.0.8 condition: tritoninferenceserver-hypha.enabled - name: redis repository: "https://charts.bitnami.com/bitnami" diff --git a/charts/hypha/values.yaml b/charts/hypha/values.yaml index f7c4ee4..e3e1291 100644 --- a/charts/hypha/values.yaml +++ b/charts/hypha/values.yaml @@ -22,7 +22,7 @@ executablePath: /home/bin image: repository: ghcr.io/amun-ai/hypha pullPolicy: IfNotPresent - tag: "0.15.25" + tag: "0.15.35" triton_url: "http://tritoninferenceserver.tritoninferenceserver.svc.cluster.local:8000" diff --git a/charts/tritoninferenceserver-hypha/Chart.yaml b/charts/tritoninferenceserver-hypha/Chart.yaml index 2bc37b9..0091906 100644 --- a/charts/tritoninferenceserver-hypha/Chart.yaml +++ b/charts/tritoninferenceserver-hypha/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.0.7 +version: 1.0.8 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to