Skip to content

Commit 54e5b57

Browse files
author
ceph-csi-bot
committed
Update for helm charts cephfs-canary
1 parent 6fbfd88 commit 54e5b57

6 files changed

Lines changed: 171 additions & 171 deletions

File tree

-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.17-canary
3+
appVersion: canary
44
description: "Container Storage Interface (CSI) driver,
55
provisioner, snapshotter, resizer and attacher for Ceph cephfs"
66
name: ceph-csi-cephfs
7-
version: 3.17-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.17/charts/ceph-csi-cephfs
15-
icon: https://raw.githubusercontent.com/ceph/ceph-csi/release-v3.17/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/docs/assets/ceph-logo.png

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ charts and their default values.
138138
| `nodeplugin.imagePullSecrets` | Specifies imagePullSecrets for containers | `[]` |
139139
| `nodeplugin.profiling.enabled` | Specifies whether profiling should be enabled | `false` |
140140
| `nodeplugin.registrar.image.repository` | Node-Registrar image repository URL | `registry.k8s.io/sig-storage/csi-node-driver-registrar` |
141-
| `nodeplugin.registrar.image.tag` | Image tag | `v2.16.0` |
141+
| `nodeplugin.registrar.image.tag` | Image tag | `v2.17.0` |
142142
| `nodeplugin.registrar.image.pullPolicy` | Image pull policy | `IfNotPresent` |
143143
| `nodeplugin.plugin.image.repository` | Nodeplugin image repository URL | `quay.io/cephcsi/cephcsi` |
144144
| `nodeplugin.plugin.image.tag` | Image tag | `canary` |
@@ -161,26 +161,26 @@ charts and their default values.
161161
| `provisioner.imagePullSecrets` | Specifies imagePullSecrets for containers | `[]` |
162162
| `provisioner.profiling.enabled` | Specifies whether profiling should be enabled | `false` |
163163
| `provisioner.provisioner.image.repository` | Specifies the csi-provisioner image repository URL | `registry.k8s.io/sig-storage/csi-provisioner` |
164-
| `provisioner.provisioner.image.tag` | Specifies image tag | `v6.2.0` |
164+
| `provisioner.provisioner.image.tag` | Specifies image tag | `v6.3.0` |
165165
| `provisioner.provisioner.image.pullPolicy` | Specifies pull policy | `IfNotPresent` |
166166
| `provisioner.provisioner.args.httpEndpointPort` | Specifies http server port for diagnostics, health checks and metrics | `""` |
167167
| `provisioner.provisioner.extraArgs` | Specifies extra arguments for the provisioner sidecar | `[]` |
168168
| `provisioner.attacher.name` | Specifies the name of csi-attacher sidecar | `attacher` |
169169
| `provisioner.attacher.enabled` | Specifies whether attacher sidecar is enabled | `true` |
170170
| `provisioner.attacher.image.repository` | Specifies the csi-attacher image repository URL | `registry.k8s.io/sig-storage/csi-attacher` |
171-
| `provisioner.attacher.image.tag` | Specifies image tag | `v4.11.0` |
171+
| `provisioner.attacher.image.tag` | Specifies image tag | `v4.12.0` |
172172
| `provisioner.attacher.image.pullPolicy` | Specifies pull policy | `IfNotPresent` |
173173
| `provisioner.attacher.args.httpEndpointPort` | Specifies http server port for diagnostics, health checks and metrics | `""` |
174174
| `provisioner.attacher.extraArgs` | Specifies extra arguments for the attacher sidecar | `[]` |
175175
| `provisioner.resizer.name` | Specifies the name of csi-resizer sidecar | `resizer` |
176176
| `provisioner.resizer.enabled` | Specifies whether resizer sidecar is enabled | `true` |
177177
| `provisioner.resizer.image.repository` | Specifies the csi-resizer image repository URL | `registry.k8s.io/sig-storage/csi-resizer` |
178-
| `provisioner.resizer.image.tag` | Specifies image tag | `v2.1.0` |
178+
| `provisioner.resizer.image.tag` | Specifies image tag | `v2.2.0` |
179179
| `provisioner.resizer.image.pullPolicy` | Specifies pull policy | `IfNotPresent` |
180180
| `provisioner.resizer.args.httpEndpointPort` | Specifies http server port for diagnostics, health checks and metrics | `""` |
181181
| `provisioner.resizer.extraArgs` | Specifies extra arguments for the resizer sidecar | `[]` |
182182
| `provisioner.snapshotter.image.repository` | Specifies the csi-snapshotter image repository URL | `registry.k8s.io/sig-storage/csi-snapshotter` |
183-
| `provisioner.snapshotter.image.tag` | Specifies image tag | `v8.5.0` |
183+
| `provisioner.snapshotter.image.tag` | Specifies image tag | `v8.6.0` |
184184
| `provisioner.snapshotter.image.pullPolicy` | Specifies pull policy | `IfNotPresent` |
185185
| `provisioner.snapshotter.args.enableVolumeGroupSnapshots` | enables the creation of volume group snapshots | `false` |
186186
| `provisioner.snapshotter.args.httpEndpointPort` | Specifies http server port for diagnostics, health checks and metrics | `""` |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{- if .Values.volumeGroupSnapshotClass.create -}}
2-
apiVersion: groupsnapshot.storage.k8s.io/v1beta2
2+
apiVersion: groupsnapshot.storage.k8s.io/v1
33
kind: VolumeGroupSnapshotClass
44
metadata:
55
name: {{ .Values.volumeGroupSnapshotClass.name }}

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,14 +131,14 @@ nodeplugin:
131131
registrar:
132132
image:
133133
repository: registry.k8s.io/sig-storage/csi-node-driver-registrar
134-
tag: v2.16.0
134+
tag: v2.17.0
135135
pullPolicy: IfNotPresent
136136
resources: {}
137137

138138
plugin:
139139
image:
140140
repository: quay.io/cephcsi/cephcsi
141-
tag: v3.17-canary
141+
tag: canary
142142
pullPolicy: IfNotPresent
143143
resources: {}
144144

@@ -232,7 +232,7 @@ provisioner:
232232
provisioner:
233233
image:
234234
repository: registry.k8s.io/sig-storage/csi-provisioner
235-
tag: v6.2.0
235+
tag: v6.3.0
236236
pullPolicy: IfNotPresent
237237
resources: {}
238238
args:
@@ -259,7 +259,7 @@ provisioner:
259259
enabled: true
260260
image:
261261
repository: registry.k8s.io/sig-storage/csi-attacher
262-
tag: v4.11.0
262+
tag: v4.12.0
263263
pullPolicy: IfNotPresent
264264
resources: {}
265265
args:
@@ -276,7 +276,7 @@ provisioner:
276276
enabled: true
277277
image:
278278
repository: registry.k8s.io/sig-storage/csi-resizer
279-
tag: v2.1.0
279+
tag: v2.2.0
280280
pullPolicy: IfNotPresent
281281
resources: {}
282282
args:
@@ -291,7 +291,7 @@ provisioner:
291291
snapshotter:
292292
image:
293293
repository: registry.k8s.io/sig-storage/csi-snapshotter
294-
tag: v8.5.0
294+
tag: v8.6.0
295295
pullPolicy: IfNotPresent
296296
resources: {}
297297
args:

0 commit comments

Comments
 (0)