Skip to content

Commit

Permalink
update auth to 1.8 (#271)
Browse files Browse the repository at this point in the history
* update auth to 1.8

Signed-off-by: arnchiequ-dell <[email protected]>

* Updating podmon to 1.7

Signed-off-by: arnchiequ-dell <[email protected]>

* Update Observability values file for Authorization sidecar image version

---------

Signed-off-by: arnchiequ-dell <[email protected]>
Co-authored-by: Alik Saring <[email protected]>
  • Loading branch information
2 people authored and atye committed Nov 7, 2023
1 parent 5c2f6af commit aa3eed7
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions charts/csi-isilon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,14 +138,11 @@ controller:
# Default value: false
enabled: false

<<<<<<< HEAD
# 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

=======
>>>>>>> 6523e78 (Centralized images)
# replicationContextPrefix: prefix to use for naming of resources created by replication feature
# Allowed values: string
# Default value: powerscale
Expand Down Expand Up @@ -380,8 +377,11 @@ authorization:
# 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
<<<<<<< HEAD
=======
>>>>>>> 6523e78 (Centralized images)
=======
>>>>>>> d36eaf4 (update auth to 1.8 (#271))
# proxyHost: hostname of the csm-authorization server
# Default value: None
proxyHost:
Expand Down Expand Up @@ -409,6 +409,7 @@ storageCapacity:
# Enable this feature only after contact support for additional information
podmon:
enabled: false
<<<<<<< HEAD
controller:
args:
- "--csisock=unix:/var/run/csi/csi.sock"
Expand All @@ -420,6 +421,20 @@ podmon:
- "--driver-config-params=/csi-isilon-config-params/driver-config-params.yaml"
- "--driverPodLabelValue=dell-storage"
- "--ignoreVolumelessPods=false"
=======
image: dellemc/podmon:v1.7.0
#controller:
# args:
# - "--csisock=unix:/var/run/csi/csi.sock"
# - "--labelvalue=csi-isilon"
# - "--arrayConnectivityPollRate=60"
# - "--driverPath=csi-isilon.dellemc.com"
# - "--mode=controller"
# - "--skipArrayConnectionValidation=false"
# - "--driver-config-params=/csi-isilon-config-params/driver-config-params.yaml"
# - "--driverPodLabelValue=dell-storage"
# - "--ignoreVolumelessPods=false"
>>>>>>> d36eaf4 (update auth to 1.8 (#271))

node:
args:
Expand Down

0 comments on commit aa3eed7

Please sign in to comment.