Skip to content

Commit

Permalink
updating indentation for feeds upgrade job resources (#343)
Browse files Browse the repository at this point in the history
Signed-off-by: Hung Nguyen <hung.tran.nguyen.585@gmail.com>
  • Loading branch information
HN23 authored Feb 9, 2024
1 parent 7abf915 commit 03a60ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stable/feeds/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: feeds
type: application
version: "2.2.1"
version: "2.2.2"
appVersion: "5.2.0"
kubeVersion: 1.23.x - 1.27.x || 1.23.x-x - 1.28.x-x
description: Anchore feeds service
Expand Down
4 changes: 2 additions & 2 deletions stable/feeds/templates/hooks/pre-upgrade/upgrade_job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ spec:
sleep 10
done
{{- with .Values.containerSecurityContext }}
securityContext: {{ toYaml . | nindent 10 }}
securityContext: {{ toYaml . | nindent 12 }}
{{- end }}
{{- with .Values.feedsUpgradeJob.resources }}
resources: {{- toYaml . | nindent 10 }}
resources: {{- toYaml . | nindent 12 }}
{{- end }}
containers:
{{- if .Values.cloudsql.enabled }}
Expand Down

0 comments on commit 03a60ae

Please sign in to comment.