Skip to content

Commit

Permalink
chore(deps): update quay.io/opstree/redis-sentinel docker tag to v7.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 29, 2025
1 parent 577d945 commit a2ec597
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion k8s/apps/openchokin/front/redis.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
downAfterMilliseconds: '30000',
},
kubernetesConfig: {
image: 'quay.io/opstree/redis-sentinel:v7.0.12',
image: 'quay.io/opstree/redis-sentinel:v7.2.6',
imagePullPolicy: 'IfNotPresent',
redisSecret: {
name: (import '../external-secret.jsonnet').spec.target.name,
Expand Down
2 changes: 1 addition & 1 deletion k8s/components/oauth2-proxy/redis.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
downAfterMilliseconds: '30000',
},
kubernetesConfig: {
image: 'quay.io/opstree/redis-sentinel:v7.0.12',
image: 'quay.io/opstree/redis-sentinel:v7.2.6',
imagePullPolicy: 'IfNotPresent',
redisSecret: {
name: $.secret_name,
Expand Down

0 comments on commit a2ec597

Please sign in to comment.