Skip to content

Commit

Permalink
bumping k8s system version to 1.3.0 too (configmap default)
Browse files Browse the repository at this point in the history
  • Loading branch information
vkotronis committed Sep 12, 2019
1 parent c06fadd commit b0aa1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artemis-chart/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
app: {{ .Release.Name }}
data:
guiEnabled: {{ .Values.guiEnable | default "true" | quote }}
systemVersion: {{ .Values.systemVersion | default "latest" | quote }}
systemVersion: {{ .Values.systemVersion | default "release-1.3.0" | quote }}
historic: {{ .Values.historic | default "false" | quote }}
redisHost: {{ .Values.redisHost | default "backend" | quote }}
redisPort: {{ .Values.redisPort | default "6379" | quote }}
Expand Down

0 comments on commit b0aa1d0

Please sign in to comment.