Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updating indentation for pre upgrade job resources #344

Merged
merged 2 commits into from
Feb 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions stable/enterprise/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ dependencies:
version: 17.11.8
- name: feeds
repository: https://charts.anchore.io/stable
version: 2.2.1
digest: sha256:6956e62b7b6a9645dea5a0d91cf40a4a3f8ea05dfbe9624988821c11b7b2ae11
generated: "2024-02-08T09:21:52.523495-08:00"
version: 2.2.2
digest: sha256:896842986ad8aab0e43a41ecb7fb7d61e08cc2c7e71c948563503091c6d9f409
generated: "2024-02-09T14:24:08.790481-08:00"
2 changes: 1 addition & 1 deletion stable/enterprise/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: enterprise
version: "2.3.2"
version: "2.3.3"
appVersion: "5.2.0"
kubeVersion: 1.23.x - 1.28.x || 1.23.x-x - 1.28.x-x
description: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ spec:
echo 'waiting for pods to go down...' && sleep 5;
done
{{- with .Values.containerSecurityContext }}
securityContext: {{ toYaml . | nindent 10 }}
securityContext: {{ toYaml . | nindent 12 }}
{{- end }}
{{- with .Values.upgradeJob.resources }}
resources: {{- toYaml . | nindent 10 }}
resources: {{- toYaml . | nindent 12 }}
{{- end }}
- name: wait-for-db
image: {{ .Values.image }}
Expand All @@ -82,10 +82,10 @@ spec:
sleep 10
done
{{- with .Values.containerSecurityContext }}
securityContext: {{ toYaml . | nindent 10 }}
securityContext: {{ toYaml . | nindent 12 }}
{{- end }}
{{- with .Values.upgradeJob.resources }}
resources: {{- toYaml . | nindent 10 }}
resources: {{- toYaml . | nindent 12 }}
{{- end }}
containers:
{{- if .Values.cloudsql.enabled }}
Expand Down
Loading