Skip to content

Commit

Permalink
chore(deps): update redis:alpine docker digest to 2d44eb7 (#2224)
Browse files Browse the repository at this point in the history
* chore(deps): update redis:alpine docker digest to 2d44eb7

* Add license header to Helm redis.yaml

---------

Co-authored-by: Nim Jayawardena <[email protected]>
  • Loading branch information
renovate-bot and NimJay authored Oct 25, 2023
1 parent c2e6fa3 commit 9e6438a
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion helm-chart/templates/redis.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Copyright 2023 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

{{- if .Values.cartDatabase.inClusterRedis.create }}
{{- if .Values.serviceAccounts.create }}
apiVersion: v1
Expand Down Expand Up @@ -51,7 +65,7 @@ spec:
privileged: false
readOnlyRootFilesystem: true
{{- if .Values.cartDatabase.inClusterRedis.publicRepository }}
image: redis:alpine@sha256:a4c910678a1b358a88446b2fe1c5bb0417a5c9cfac4eba959f1e42d22f2e0af1
image: redis:alpine@sha256:2d44eb73209e5af4118de67e89b01709bfec7cc5a4c1cec29665f6d011c70783
{{- else }}
image: {{ .Values.images.repository }}/redis:alpine
{{- end }}
Expand Down

0 comments on commit 9e6438a

Please sign in to comment.