Skip to content

Commit 4c0786f

Browse files
committed
helm deployment modified
1 parent 451ca48 commit 4c0786f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

deployment/helm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: v1.0.0
33
description: Well Known Service
44
name: well-known-service
5-
version: 1.0.2-tag
5+
version: 1.0.3
66
dependencies:
77
- name: library
88
version: 1.1.1

deployment/helm/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ spec:
8282
value: "{{ .Values.config.importer.git.interval }}"
8383
{{- end}}
8484
- name: WELLKNOWN_SERVICE_CREDENTIAL_CONFIGURATION_EXPIRATION
85-
value: {{ .Values.config.credential.configexpiration }}
85+
value: "{{ .Values.config.credential.configexpiration }}"
8686
{{- if .Values.config.importer.broadcast}}
8787
- name: WELLKNOWN_SERVICE_CREDENTIAL_ISSUER_IMPORTER
8888
value: BROADCAST

0 commit comments

Comments
 (0)