Skip to content

Commit

Permalink
fix(core): fix configmap wrong templates values
Browse files Browse the repository at this point in the history
Signed-off-by: ffais <[email protected]>
  • Loading branch information
ffais committed Sep 9, 2024
1 parent 66aced8 commit ab402f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/core/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: core
description: Core backend application for DigitalHub.
type: application
version: 0.2.6
version: 0.2.7
appVersion: "0.7.0-beta6"
maintainers:
- name: ffais
Expand Down
2 changes: 1 addition & 1 deletion charts/core/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ data:
AWS_REGION: {{ .Values.minio.awsRegion }}
S3_ENDPOINT: {{ .Values.minio.publicUrl }}
S3_BUCKET: {{ .Values.minio.bucket }}
{{- if .Values.profiles }}
{{- if .Values.templates }}
K8S_TEMPLATES: {{ include "core.templates" . | quote }}
{{- end }}
K8S_INIT_IMAGE: "{{ .Values.initImage.builderTool.image }}:{{ .Values.initImage.builderTool.tag }}"
Expand Down

0 comments on commit ab402f5

Please sign in to comment.