Skip to content

Commit 22d1601

Browse files
chore: added sql file of 4.21 (#6716)
* added sql file * removal of multiple restart policy * removal of multiple restart policy * change in down script * changes in condition
1 parent 9281504 commit 22d1601

File tree

91 files changed

+41
-14947
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+41
-14947
lines changed

scripts/devtron-reference-helm-charts/deployment-chart_4-21-0/templates/deployment.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ spec:
9595
{{ toYaml .Values.podExtraSpecs | indent 6 }}
9696
{{- end }}
9797
terminationGracePeriodSeconds: {{ $.Values.GracePeriod }}
98-
restartPolicy: Always
9998
{{- if $.Values.hostAliases }}
10099
hostAliases:
101100
{{ toYaml .Values.hostAliases | indent 8 }}
@@ -173,6 +172,8 @@ spec:
173172
{{- end }}
174173
{{- if $.Values.restartPolicy }}
175174
restartPolicy: {{ $.Values.restartPolicy }}
175+
{{- else }}
176+
restartPolicy: Always
176177
{{- end }}
177178
{{- if $.Values.initContainers}}
178179
initContainers:
@@ -708,7 +709,6 @@ spec:
708709
{{ toYaml .Values.podExtraSpecs | indent 6 }}
709710
{{- end }}
710711
terminationGracePeriodSeconds: {{ $.Values.GracePeriod }}
711-
restartPolicy: Always
712712
{{- if $.Values.hostAliases }}
713713
hostAliases:
714714
{{ toYaml .Values.hostAliases | indent 8 }}
@@ -788,6 +788,8 @@ spec:
788788
{{- end }}
789789
{{- if $.Values.restartPolicy }}
790790
restartPolicy: {{ $.Values.restartPolicy }}
791+
{{- else }}
792+
restartPolicy: Always
791793
{{- end }}
792794
{{- if $.Values.initContainers}}
793795
initContainers:

scripts/devtron-reference-helm-charts/deployment-chart_4-22-0/.helmignore

Lines changed: 0 additions & 22 deletions
This file was deleted.

scripts/devtron-reference-helm-charts/deployment-chart_4-22-0/.image_descriptor_template.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

scripts/devtron-reference-helm-charts/deployment-chart_4-22-0/Chart.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)