Skip to content

Commit

Permalink
Update for helm charts cephfs-3.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ceph-csi-bot committed Sep 6, 2024
1 parent b0a3761 commit b13581f
Show file tree
Hide file tree
Showing 7 changed files with 144 additions and 137 deletions.
Binary file added docs/cephfs/ceph-csi-cephfs-3.12.2.tgz
Binary file not shown.
8 changes: 4 additions & 4 deletions docs/cephfs/ceph-csi-cephfs/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
apiVersion: v1
appVersion: canary
appVersion: 3.12.2
description: "Container Storage Interface (CSI) driver,
provisioner, snapshotter and resizer for Ceph cephfs"
name: ceph-csi-cephfs
version: 3-canary
version: 3.12.2
keywords:
- ceph
- cephfs
- ceph-csi
home: https://github.com/ceph/ceph-csi
sources:
- https://github.com/ceph/ceph-csi/tree/devel/charts/ceph-csi-cephfs
icon: https://raw.githubusercontent.com/ceph/ceph-csi/devel/assets/ceph-logo.png
- https://github.com/ceph/ceph-csi/tree/v3.12.2/charts/ceph-csi-cephfs
icon: https://raw.githubusercontent.com/ceph/ceph-csi/v3.12.2/assets/ceph-logo.png
4 changes: 1 addition & 3 deletions docs/cephfs/ceph-csi-cephfs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,7 @@ charts and their default values.
| `secret.create` | Specifies whether the secret should be created | `false` |
| `secret.name` | Specifies the cephFS secret name | `csi-cephfs-secret` |
| `secret.adminID` | Specifies the admin ID of the cephFS secret | `<plaintext ID>` |
| `secret.adminKey` | Specifies the key that corresponds to the adminID | `""` |
| `secret.userID` | Specifies the user ID of the cephFS secret. Optional, used for static provisioned PVC. | `""` |
| `secret.userKey` | Specifies the key that corresponds to the userID. Optional, used for static provisioned PVC. | `<Ceph auth key corresponding to ID above>` |
| `secret.adminKey` | Specifies the key that corresponds to the adminID | `<Ceph auth key corresponding to ID above>` |
| `selinuxMount` | Mount the host /etc/selinux inside pods to support selinux-enabled filesystems | `true` |
| `CSIDriver.fsGroupPolicy` | Specifies the fsGroupPolicy for the CSI driver object | `File` |
| `CSIDriver.seLinuxMount` | Specify for efficient SELinux volume relabeling | `true` |
Expand Down
2 changes: 1 addition & 1 deletion docs/cephfs/ceph-csi-cephfs/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Examples on how to configure a storage class and start using the driver are here:
https://github.com/ceph/ceph-csi/tree/devel/examples/cephfs
https://github.com/ceph/ceph-csi/tree/v3.12.2/examples/cephfs
6 changes: 0 additions & 6 deletions docs/cephfs/ceph-csi-cephfs/templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ metadata:
heritage: {{ .Release.Service }}
{{- with .Values.commonLabels }}{{ toYaml . | trim | nindent 4 }}{{- end }}
stringData:
{{- if .Values.secret.userID }}
userID: {{ .Values.secret.userID }}
{{- end }}
{{- if .Values.secret.userKey }}
userKey: {{ .Values.secret.userKey }}
{{- end }}
adminID: {{ .Values.secret.adminID }}
adminKey: {{ .Values.secret.adminKey }}
{{- end -}}
5 changes: 1 addition & 4 deletions docs/cephfs/ceph-csi-cephfs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ nodeplugin:
plugin:
image:
repository: quay.io/cephcsi/cephcsi
tag: canary
tag: v3.12.2
pullPolicy: IfNotPresent
resources: {}

Expand Down Expand Up @@ -331,9 +331,6 @@ secret:
# specified in the storage class
adminID: <plaintext ID>
adminKey: <Ceph auth key corresponding to ID above>
# User credentials are required for the static provisioned PVC.
userID: ""
userKey: ""

# This is a sample configmap that helps define a Ceph configuration as required
# by the CSI plugins.
Expand Down
Loading

0 comments on commit b13581f

Please sign in to comment.