Skip to content

Commit

Permalink
updating indentation for pre upgrade job resources (#344)
Browse files Browse the repository at this point in the history
* updating indentation for pre upgrade job resources
* update feeds chart dependency

---------

Signed-off-by: Hung Nguyen <[email protected]>
Signed-off-by: Brady Todhunter <[email protected]>
Co-authored-by: Brady Todhunter <[email protected]>
  • Loading branch information
HN23 and Btodhunter authored Feb 9, 2024
1 parent 03a60ae commit 302d4d3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
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

0 comments on commit 302d4d3

Please sign in to comment.