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 committed Jun 10, 2024
1 parent 79170f7 commit 4172b16
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 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.2.1


# 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
2 changes: 1 addition & 1 deletion charts/csi-isilon/templates/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 4172b16

Please sign in to comment.