Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Luna/fix encryption #404

Merged
merged 15 commits into from
Apr 10, 2024
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
4 changes: 2 additions & 2 deletions charts/csm-application-mobility/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.3.0
version: 0.4.0

# 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.
# It is recommended to use it with quotes.
appVersion: "0.3.0"
appVersion: "0.4.0"
shaynafinocchiaro marked this conversation as resolved.
Show resolved Hide resolved

dependencies:
- name: cert-manager
Expand Down
4 changes: 2 additions & 2 deletions charts/csm-application-mobility/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
pullPolicy: IfNotPresent

controller:
image: dellemc/csm-application-mobility-controller:v0.3.0
image: dellemc/csm-application-mobility-controller:v0.4.0

# csm-application-mobility requires cert-manager. If cert-manager is not already present in cluster, set enabled to true to install it too.
cert-manager:
Expand Down Expand Up @@ -70,7 +70,7 @@ velero:

initContainers:
- name: dell-custom-velero-plugin
image: dellemc/csm-application-mobility-velero-plugin:v0.3.0
image: dellemc/csm-application-mobility-velero-plugin:v0.4.0
volumeMounts:
- mountPath: /target
name: plugins
Expand Down
4 changes: 2 additions & 2 deletions charts/csm-encryption-rekey-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.0
version: 0.3.0
shaynafinocchiaro marked this conversation as resolved.
Show resolved Hide resolved

# 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.
# It is recommended to use it with quotes.
appVersion: "0.2.0"
appVersion: "0.3.0"
2 changes: 1 addition & 1 deletion charts/csm-encryption-rekey-controller/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Rekey controller image name.
image: dellemc/csm-encryption-rekey-controller:v0.2.0
image: dellemc/csm-encryption-rekey-controller:v0.3.0

# Rekey controller image pull policy.
# Allowed values:
Expand Down
2 changes: 1 addition & 1 deletion installation-wizard/container-storage-modules/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -535,4 +535,4 @@ karavi-observability:
## K8S/Cert-manager ATTRIBUTES
########################
cert-manager:
enabled: false
enabled: false
Loading