File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 47
47
# if not set. If you're using the chart directly from git, the default
48
48
# app version will not work and you'll need to set this value. The helm
49
49
# chart helpfully fails quickly in this case.
50
- tag : " "
50
+ tag : " v2.15.0 "
51
51
# coder.image.pullPolicy -- The pull policy to use for the image. See:
52
52
# https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy
53
53
pullPolicy : IfNotPresent
Original file line number Diff line number Diff line change 45
45
{{- end }}
46
46
{{- with .Values.coder.topologySpreadConstraints }}
47
47
topologySpreadConstraints :
48
- {{- toYaml .Values.coder.topologySpreadConstraints | nindent 8 }}
48
+ {{- toYaml . | nindent 8 }}
49
49
{{- end }}
50
50
{{- with .Values.coder.initContainers }}
51
51
initContainers :
You can’t perform that action at this time.
0 commit comments