Skip to content

Commit

Permalink
fix missing template notation for CA
Browse files Browse the repository at this point in the history
  • Loading branch information
strangiato committed May 2, 2024
1 parent dcd0d14 commit 64840de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/mlflow-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ sources:
- https://github.com/strangiato/helm-charts/tree/main/charts/mlflow-server
- https://github.com/strangiato/mlflow-server

version: 0.6.4
version: 0.6.5
appVersion: "2.10"

icon: https://avatars.githubusercontent.com/u/39938107
Expand Down
2 changes: 1 addition & 1 deletion charts/mlflow-server/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ spec:
{{ end }}
{{ if .Values.objectStorage.caBundle }}
- name: AWS_CA_BUNDLE
value: .Values.objectStorage.caBundle
value: {{ .Values.objectStorage.caBundle }}
{{ end }}
{{ if .Values.crunchyPostgres.enabled }}
- name: PGBOUNCE_HOST
Expand Down

0 comments on commit 64840de

Please sign in to comment.