Skip to content

Commit 2f14a4b

Browse files
committed
fix path to values
1 parent 7760cf4 commit 2f14a4b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/tembo-ai/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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: 0.3.2
18+
version: 0.3.3
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/tembo-ai/templates/inference-gateway/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ metadata:
55
labels:
66
{{- include "tembo-ai.inferenceGateway.labels" . | nindent 4 }}
77
spec:
8-
{{- if not .Values.autoscaling.enabled }}
9-
replicas: {{ .Values.replicaCount }}
8+
{{- if not .Values.inferenceGateway.autoscaling.enabled }}
9+
replicas: {{ .Values.inferenceGateway.replicaCount }}
1010
{{- end }}
1111
selector:
1212
matchLabels:

0 commit comments

Comments
 (0)