Skip to content

Commit

Permalink
Bumping all versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ctr26 committed Nov 9, 2023
1 parent 42b2df4 commit 1b6dfd2
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 37 deletions.
66 changes: 33 additions & 33 deletions charts/hypha/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,42 +13,42 @@ 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
version: 2.1.0
repository: https://helm.twun.io
condition: docker-registry.enabled
- name: minio
version: 3.3.0
repository: https://charts.min.io/
condition: minio.enabled
# - name: tritoninferenceserver
# repository: https://helm.ngc.nvidia.com/nvidia
# version: 1.0.0
# condition: tritoninferenceserver.enabled
# - name: cert-manager
# version: v1.4.2
# repository: https://charts.jetstack.io/
# condition: cert-manager.enabled
# - name: ingress-nginx
# version: 3.35.0
# repository: https://kubernetes.github.io/ingress-nginx
# condition: ingress-nginx.enabled
- name: tritoninferenceserver-hypha
repository: "file://../tritoninferenceserver-hypha"
version: 1.0.7
condition: tritoninferenceserver-hypha.enabled
- name: redis
repository: "https://charts.bitnami.com/bitnami"
version: 17.11.6
condition: redis.enabled
- name: docker-registry
# condition: docker-registry-mirror.enabled
version: 2.1.0
repository: https://helm.twun.io
condition: docker-registry.enabled
- name: minio
version: 3.3.0
repository: https://charts.min.io/
condition: minio.enabled
# - name: tritoninferenceserver
# repository: https://helm.ngc.nvidia.com/nvidia
# version: 1.0.0
# condition: tritoninferenceserver.enabled
# - name: cert-manager
# version: v1.4.2
# repository: https://charts.jetstack.io/
# condition: cert-manager.enabled
# - name: ingress-nginx
# version: 3.35.0
# repository: https://kubernetes.github.io/ingress-nginx
# condition: ingress-nginx.enabled
- name: tritoninferenceserver-hypha
repository: "file://../tritoninferenceserver-hypha"
version: 1.0.8
condition: tritoninferenceserver-hypha.enabled
- name: redis
repository: "https://charts.bitnami.com/bitnami"
version: 17.11.6
condition: redis.enabled
maintainers:
- name: ctr26
- name: oeway
- name: ctr26
- name: oeway
2 changes: 1 addition & 1 deletion charts/hypha/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
6 changes: 3 additions & 3 deletions charts/tritoninferenceserver-hypha/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -24,5 +24,5 @@ version: 1.0.7
appVersion: 21.10-py3

maintainers:
- name: ctr26
- name: oeway
- name: ctr26
- name: oeway

0 comments on commit 1b6dfd2

Please sign in to comment.