Skip to content

Commit

Permalink
Merge branch 'release-v1.12.0' into installation-wizard-dependabot-up…
Browse files Browse the repository at this point in the history
…date
  • Loading branch information
donatwork authored Oct 15, 2024
2 parents b108857 + cb2dc3c commit 2f870f1
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions charts/csi-powerstore/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ version: v2.11.0
images:
# "driver" defines the container image, used for the driver container.
driver:
image: dellemc/csi-powerstore:v2.11.0
image: dellemc/csi-powerstore:v2.11.1
# CSI sidecars
attacher:
image: registry.k8s.io/sig-storage/csi-attacher:v4.7.0
Expand All @@ -49,7 +49,7 @@ images:
replication:
image: dellemc/dell-csi-replicator:v1.9.0
vgsnapshotter:
image: dellemc/csi-volumegroup-snapshotter:v1.6.0
image: dellemc/csi-volumegroup-snapshotter:v1.7.0
podmon:
image: dellemc/podmon:v1.11.0
metadataretriever:
Expand Down
2 changes: 1 addition & 1 deletion charts/csi-vxflexos/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ images:
replication:
image: dellemc/dell-csi-replicator:v1.10.0
vgsnapshotter:
image: dellemc/csi-volumegroup-snapshotter:v1.6.0
image: dellemc/csi-volumegroup-snapshotter:v1.7.0
podmon:
image: dellemc/podmon:v1.11.0
authorization:
Expand Down
4 changes: 2 additions & 2 deletions charts/csm-authorization-v2.0/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ authorization:
opa:
image: openpolicyagent/opa
opaKubeMgmt:
image: openpolicyagent/kube-mgmt:8.5.8
image: openpolicyagent/kube-mgmt:8.5.10

# proxy-server ingress will use this hostname
# NOTE: additional hostnames can be configured in authorization.proxyServerIngress.hosts
Expand Down Expand Up @@ -81,7 +81,7 @@ redis:
replicas: 5
images:
redis:
image: redis:7.4.0-alpine
image: redis:7.4.1-alpine
commander:
image: rediscommander/redis-commander:latest

Expand Down
4 changes: 2 additions & 2 deletions charts/csm-authorization/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ authorization:
opa:
image: openpolicyagent/opa
opaKubeMgmt:
image: openpolicyagent/kube-mgmt:8.5.8
image: openpolicyagent/kube-mgmt:8.5.10

# proxy-server ingress will use this hostname
# NOTE: additional hostnames can be configured in authorization.proxyServerIngress.hosts
Expand Down Expand Up @@ -59,7 +59,7 @@ authorization:
redis:
images:
redis:
image: redis:7.4.0-alpine
image: redis:7.4.1-alpine
commander:
image: rediscommander/redis-commander:latest

Expand Down
4 changes: 2 additions & 2 deletions installation-wizard/container-storage-modules/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ csi-powerstore:
replication:
image: dellemc/dell-csi-replicator:v1.10.0
vgsnapshotter:
image: dellemc/csi-volumegroup-snapshotter:v1.6.0
image: dellemc/csi-volumegroup-snapshotter:v1.7.0
podmon:
image: dellemc/podmon:v1.11.0
metadataretriever:
Expand Down Expand Up @@ -335,7 +335,7 @@ csi-vxflexos:
replication:
image: dellemc/dell-csi-replicator:v1.10.0
vgsnapshotter:
image: dellemc/csi-volumegroup-snapshotter:v1.6.0
image: dellemc/csi-volumegroup-snapshotter:v1.7.0
podmon:
image: dellemc/podmon:v1.11.0
authorization:
Expand Down

0 comments on commit 2f870f1

Please sign in to comment.