Skip to content

Commit

Permalink
Updating to 1.0.10 for PR
Browse files Browse the repository at this point in the history
  • Loading branch information
ctr26 committed Feb 1, 2024
1 parent 322481d commit 7c91923
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
6 changes: 3 additions & 3 deletions charts/hypha/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ dependencies:
version: 3.3.0
- name: tritoninferenceserver-hypha
repository: file://../tritoninferenceserver-hypha
version: 1.0.9
version: 1.0.10
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 17.11.6
digest: sha256:2e34ce493e38bc5ef38d36ea43c24b7f8edfe5b0d21606aab9684e5e25106b97
generated: "2024-01-26T16:15:22.22953Z"
digest: sha256:ba419e9dfd6466525a1a79300561426246d52099e73a1689054bdacf38c5015c
generated: "2024-02-01T15:04:42.562559748Z"
4 changes: 2 additions & 2 deletions charts/hypha/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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: 0.16.10
version: 0.16.11
# 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.
Expand All @@ -30,7 +30,7 @@ dependencies:
# condition: tritoninferenceserver.enabled
- name: tritoninferenceserver-hypha
repository: "file://../tritoninferenceserver-hypha"
version: 1.0.9
version: 1.0.10
condition: tritoninferenceserver-hypha.enabled
- name: redis
repository: "https://charts.bitnami.com/bitnami"
Expand Down
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion 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.9
version: 1.0.10

# 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 Down
7 changes: 7 additions & 0 deletions charts/tritoninferenceserver-hypha/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ resources:
service:
name: tritoninferenceserver
port: 8000
type: ClusterIP
annotations: {}
loadBalancerIP: ""
loadBalanagerSourceRanges: []
sessionAffinity: None
sessionAffinityConfig: {}
nodePort: ""

autoscaling:
enabled: false
Expand Down

0 comments on commit 7c91923

Please sign in to comment.