Skip to content

Commit

Permalink
[charts/csi-powerscale]: Remove duplicate images (#320)
Browse files Browse the repository at this point in the history
* remove duplicate images

* auth 1.8
  • Loading branch information
atye authored Nov 7, 2023
1 parent 8621a19 commit 657fe60
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions charts/csi-isilon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ images:
healthmonitor: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.9.0

# CSM sidecars
replication: dellemc/dell-csi-replicator:v1.5.0
replication: dellemc/dell-csi-replicator:v1.6.0
podmon: dellemc/podmon:v1.6.0
authorization: dellemc/csm-authorization-sidecar:v1.7.0
authorization: dellemc/csm-authorization-sidecar:v1.8.0
metadataretriever: dellemc/csi-metadata-retriever:v1.4.0
encryption: dellemc/csm-encryption:v0.3.0

Expand Down Expand Up @@ -138,11 +138,6 @@ controller:
# Default value: false
enabled: false

# image: Image to use for dell-csi-replicator. This shouldn't be changed
# Allowed values: string
# Default value: None
image: dellemc/dell-csi-replicator:v1.6.0

# replicationContextPrefix: prefix to use for naming of resources created by replication feature
# Allowed values: string
# Default value: powerscale
Expand Down Expand Up @@ -373,9 +368,6 @@ autoProbe: true

authorization:
enabled: false
# sidecarProxyImage: the container image used for the csm-authorization-sidecar.
# Default value: dellemc/csm-authorization-sidecar:v1.8.0
sidecarProxyImage: dellemc/csm-authorization-sidecar:v1.8.0
# proxyHost: hostname of the csm-authorization server
# Default value: None
proxyHost:
Expand Down

0 comments on commit 657fe60

Please sign in to comment.