Skip to content

Commit

Permalink
Luna/fix encryption (#404)
Browse files Browse the repository at this point in the history
* fix conflicts

* Bumping reverseproxy version (#371)

* COSI driver verion bump up (#370)

* CSI-Sidecars version bumpup (#372)

* CSI-Sidecars version bumpup

* Snapshotter patch version update

* app mobility version bump (#374)

* change default value (#381)

* version bumps (#378)

* Updated CSI Metadata Version (#382)

* change to deploy encryption

* Update Chart.yaml

* Update values.yaml

* Update Chart.yaml

* Update values.yaml

---------

Co-authored-by: boyamurthy <[email protected]>
Co-authored-by: Adarsh Kumar Yadav <[email protected]>
Co-authored-by: Rishabh Raj <[email protected]>
Co-authored-by: Aaron Tye <[email protected]>
Co-authored-by: Luna Xu <[email protected]>
Co-authored-by: Luna Xu <[email protected]>
Co-authored-by: shaynafinocchiaro <[email protected]>
  • Loading branch information
8 people authored Apr 10, 2024
1 parent 6b57e8a commit 857212c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion charts/cosi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ type: application
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.2


# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
Expand Down
4 changes: 2 additions & 2 deletions charts/csi-isilon/templates/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ spec:
mountPath: /var/run/csi
{{ end }}
{{ end }}
- name: csi-metadata-retriever {{ $csiSidecarSuffix }}
- name: csi-metadata-retriever{{ $csiSidecarSuffix }}
image: {{ required "Must provide the CSI metadata retriever container image." .Values.images.metadataretriever }}
imagePullPolicy: {{ .Values.imagePullPolicy }}
args:
Expand All @@ -281,7 +281,7 @@ spec:
command: [ "/csi-metadata-retriever" ]
env:
- name: CSI_RETRIEVER_ENDPOINT
value: /var/run/csi/csi_retriever.sock
value: /var/run/csi/csi_retriever{{ $csiSidecarSuffix }}.sock
volumeMounts:
- name: socket-dir
mountPath: /var/run/csi
Expand Down

0 comments on commit 857212c

Please sign in to comment.