Skip to content

Commit

Permalink
chore(deps): update redis:alpine docker digest to 0bc09d9 (#2650)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 29, 2024
1 parent be3fdff commit 96f9014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm-chart/templates/cartservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ spec:
privileged: false
readOnlyRootFilesystem: true
{{- if .Values.cartDatabase.inClusterRedis.publicRepository }}
image: redis:alpine@sha256:de14eedfbd1fc871d0f5aa1773fd80743930e45354d035b6f3b551e7ffa44df8
image: redis:alpine@sha256:0bc09d9f486508aa42ecc2f18012bb1e3a1b2744ef3a6ad30942fa12579f0b03
{{- else }}
image: {{ .Values.images.repository }}/redis:alpine
{{- end }}
Expand Down

0 comments on commit 96f9014

Please sign in to comment.