Skip to content

Commit

Permalink
updating sidecar image version (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeresKereotubo authored Nov 20, 2023
1 parent a90d17e commit 0087eb3
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions charts/container-storage-modules/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ csi-powermax:
healthmonitor: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.10.0
# CSM sidecars
replication: dellemc/dell-csi-replicator:v1.6.0
authorization: dellemc/csm-authorization-sidecar:v1.8.0
authorization: dellemc/csm-authorization-sidecar:v1.9.0
migration: dellemc/dell-csi-migrator:v1.2.0
noderescan: dellemc/dell-csi-node-rescanner:v1.1.0
clusterPrefix: ABC
Expand Down Expand Up @@ -198,7 +198,7 @@ csi-isilon:
healthmonitor: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.10.0
# CSM sidecars
replication: dellemc/dell-csi-replicator:v1.6.0
podmon: dellemc/podmon:v1.7.0
podmon: dellemc/podmon:v1.8.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
4 changes: 2 additions & 2 deletions charts/csi-isilon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ images:

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

Expand Down
2 changes: 1 addition & 1 deletion charts/csi-powermax/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ images:
healthmonitor: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.10.0
# CSM sidecars
replication: dellemc/dell-csi-replicator:v1.6.0
authorization: dellemc/csm-authorization-sidecar:v1.8.0
authorization: dellemc/csm-authorization-sidecar:v1.9.0
migration: dellemc/dell-csi-migrator:v1.2.0
# Node rescan sidecar does a rescan on nodes for identifying new paths
# Default value: dellemc/dell-csi-node-rescanner:v1.0.1
Expand Down
2 changes: 1 addition & 1 deletion charts/csi-powerstore/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ images:
# CSM sidecars
replication: dellemc/dell-csi-replicator:v1.6.0
vgsnapshotter: dellemc/csi-volumegroup-snapshotter:v1.3.0
podmon: dellemc/podmon:v1.7.0
podmon: dellemc/podmon:v1.8.0
metadataretriever: dellemc/csi-metadata-retriever:v1.6.0

# Specify kubelet config dir path.
Expand Down
2 changes: 1 addition & 1 deletion charts/csi-unity/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ images:
healthmonitor: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.10.0

# CSM sidecars
podmon: dellemc/podmon:v1.7.0
podmon: dellemc/podmon:v1.8.0

# LogLevel is used to set the logging level of the driver.
# Allowed values: "error", "warn"/"warning", "info", "debug"
Expand Down
4 changes: 2 additions & 2 deletions charts/csi-vxflexos/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ images:
# CSM sidecars
replication: dellemc/dell-csi-replicator:v1.6.0
vgsnapshotter: dellemc/csi-volumegroup-snapshotter:v1.3.0
podmon: dellemc/podmon:v1.7.0
authorization: dellemc/csm-authorization-sidecar:v1.8.0
podmon: dellemc/podmon:v1.8.0
authorization: dellemc/csm-authorization-sidecar:v1.9.0

# Represents number of certificate secrets, which user is going to create for ssl authentication. (vxflexos-cert-0..vxflexos-cert-n)
# If user does not use certificate, set to 0
Expand Down
4 changes: 2 additions & 2 deletions charts/csm-authorization/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: csm-authorization
version: 1.8.0
appVersion: 1.8.0
version: 1.9.0
appVersion: 1.9.0
type: application
description: |
CSM for Authorization is part of the [Container Storage Modules](https://github.com/dell/csm) open source suite of Kubernetes
Expand Down
8 changes: 4 additions & 4 deletions charts/csm-authorization/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ cert-manager:
authorization:
# images to use in installation
images:
proxyService: dellemc/csm-authorization-proxy:v1.8.0
tenantService: dellemc/csm-authorization-tenant:v1.8.0
roleService: dellemc/csm-authorization-role:v1.8.0
storageService: dellemc/csm-authorization-storage:v1.8.0
proxyService: dellemc/csm-authorization-proxy:v1.9.0
tenantService: dellemc/csm-authorization-tenant:v1.9.0
roleService: dellemc/csm-authorization-role:v1.9.0
storageService: dellemc/csm-authorization-storage:v1.9.0
opa: openpolicyagent/opa
opaKubeMgmt: openpolicyagent/kube-mgmt:0.11

Expand Down
12 changes: 6 additions & 6 deletions charts/karavi-observability/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ karaviMetricsPowerflex:
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
# Default value: dellemc/csm-authorization-sidecar:v1.9.0
sidecarProxyImage: dellemc/csm-authorization-sidecar:v1.9.0
# proxyHost: hostname of the csm-authorization server
# Default value: None
proxyHost:
Expand Down Expand Up @@ -116,8 +116,8 @@ karaviMetricsPowerscale:
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
# Default value: dellemc/csm-authorization-sidecar:v1.9.0
sidecarProxyImage: dellemc/csm-authorization-sidecar:v1.9.0
# proxyHost: hostname of the csm-authorization server
# Default value: None
proxyHost:
Expand Down Expand Up @@ -153,8 +153,8 @@ karaviMetricsPowermax:
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
# Default value: dellemc/csm-authorization-sidecar:v1.9.0
sidecarProxyImage: dellemc/csm-authorization-sidecar:v1.9.0
# proxyHost: hostname of the csm-authorization server
# Default value: None
proxyHost:
Expand Down

0 comments on commit 0087eb3

Please sign in to comment.