Skip to content

Commit 0ffbb48

Browse files
author
ceph-csi-bot
committed
Update for helm charts cephfs-canary
1 parent 1520741 commit 0ffbb48

File tree

6 files changed

+136
-147
lines changed

6 files changed

+136
-147
lines changed
-1 Bytes
Binary file not shown.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
apiVersion: v1
3-
appVersion: 3.13-canary
3+
appVersion: canary
44
description: "Container Storage Interface (CSI) driver,
55
provisioner, snapshotter and resizer for Ceph cephfs"
66
name: ceph-csi-cephfs
7-
version: 3.13-canary
7+
version: 3-canary
88
keywords:
99
- ceph
1010
- cephfs
1111
- ceph-csi
1212
home: https://github.com/ceph/ceph-csi
1313
sources:
14-
- https://github.com/ceph/ceph-csi/tree/release-v3.13/charts/ceph-csi-cephfs
15-
icon: https://raw.githubusercontent.com/ceph/ceph-csi/release-v3.13/assets/ceph-logo.png
14+
- https://github.com/ceph/ceph-csi/tree/devel/charts/ceph-csi-cephfs
15+
icon: https://raw.githubusercontent.com/ceph/ceph-csi/devel/assets/ceph-logo.png

docs/cephfs/ceph-csi-cephfs/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -232,10 +232,8 @@ charts and their default values.
232232
| `storageClass.mountOptions` | Specifies the mount options | `[]` |
233233
| `secret.create` | Specifies whether the secret should be created | `false` |
234234
| `secret.name` | Specifies the cephFS secret name | `csi-cephfs-secret` |
235-
| `secret.adminID` | Specifies the admin ID of the cephFS secret | `<plaintext ID>` |
236-
| `secret.adminKey` | Specifies the key that corresponds to the adminID | `""` |
237-
| `secret.userID` | Specifies the user ID of the cephFS secret. Optional, used for static provisioned PVC. | `""` |
238-
| `secret.userKey` | Specifies the key that corresponds to the userID. Optional, used for static provisioned PVC. | `<Ceph auth key corresponding to ID above>` |
235+
| `secret.userID` | Specifies the user ID of the cephFS secret. | `""` |
236+
| `secret.userKey` | Specifies the key that corresponds to the userID. | `<Ceph auth key corresponding to ID above>` |
239237
| `selinuxMount` | Mount the host /etc/selinux inside pods to support selinux-enabled filesystems | `true` |
240238
| `CSIDriver.fsGroupPolicy` | Specifies the fsGroupPolicy for the CSI driver object | `File` |
241239
| `CSIDriver.seLinuxMount` | Specify for efficient SELinux volume relabeling | `true` |

docs/cephfs/ceph-csi-cephfs/templates/secret.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@ metadata:
1414
heritage: {{ .Release.Service }}
1515
{{- with .Values.commonLabels }}{{ toYaml . | trim | nindent 4 }}{{- end }}
1616
stringData:
17-
{{- if .Values.secret.userID }}
1817
userID: {{ .Values.secret.userID }}
19-
{{- end }}
20-
{{- if .Values.secret.userKey }}
2118
userKey: {{ .Values.secret.userKey }}
22-
{{- end }}
23-
adminID: {{ .Values.secret.adminID }}
24-
adminKey: {{ .Values.secret.adminKey }}
2519
{{- end -}}

docs/cephfs/ceph-csi-cephfs/values.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ nodeplugin:
138138
plugin:
139139
image:
140140
repository: quay.io/cephcsi/cephcsi
141-
tag: v3.13-canary
141+
tag: canary
142142
pullPolicy: IfNotPresent
143143
resources: {}
144144

@@ -383,11 +383,8 @@ secret:
383383
# Key values correspond to a user name and its key, as defined in the
384384
# ceph cluster. User ID should have required access to the 'pool'
385385
# specified in the storage class
386-
adminID: <plaintext ID>
387-
adminKey: <Ceph auth key corresponding to ID above>
388-
# User credentials are required for the static provisioned PVC.
389-
userID: ""
390-
userKey: ""
386+
userID: <plaintext ID>
387+
userKey: <Ceph auth key corresponding to the userID above>
391388

392389
# This is a sample configmap that helps define a Ceph configuration as required
393390
# by the CSI plugins.

0 commit comments

Comments
 (0)