Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/cinder-csi-plugin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: v1.33.0
description: Cinder CSI Chart for OpenStack
name: openstack-cinder-csi
version: 2.33.0
version: 2.33.1
home: https://github.com/kubernetes/cloud-provider-openstack
icon: https://github.com/kubernetes/kubernetes/blob/master/logo/logo.png
maintainers:
Expand Down
12 changes: 6 additions & 6 deletions charts/cinder-csi-plugin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ csi:
attacher:
image:
repository: registry.k8s.io/sig-storage/csi-attacher
tag: v4.7.0
tag: v4.10.0
pullPolicy: IfNotPresent
resources: {}
extraArgs: {}
Expand All @@ -17,15 +17,15 @@ csi:
topology: "true"
image:
repository: registry.k8s.io/sig-storage/csi-provisioner
tag: v5.1.0
tag: v5.3.0
pullPolicy: IfNotPresent
resources: {}
extraArgs: {}
extraEnv: []
snapshotter:
image:
repository: registry.k8s.io/sig-storage/csi-snapshotter
tag: v8.1.0
tag: v8.3.0
pullPolicy: IfNotPresent
resources: {}
extraArgs: {}
Expand All @@ -41,7 +41,7 @@ csi:
resizer:
image:
repository: registry.k8s.io/sig-storage/csi-resizer
tag: v1.12.0
tag: v1.14.0
pullPolicy: IfNotPresent
resources: {}
extraArgs: {}
Expand All @@ -55,7 +55,7 @@ csi:
livenessprobe:
image:
repository: registry.k8s.io/sig-storage/livenessprobe
tag: v2.14.0
tag: v2.17.0
pullPolicy: IfNotPresent
failureThreshold: 5
initialDelaySeconds: 10
Expand All @@ -67,7 +67,7 @@ csi:
nodeDriverRegistrar:
image:
repository: registry.k8s.io/sig-storage/csi-node-driver-registrar
tag: v2.12.0
tag: v2.15.0
pullPolicy: IfNotPresent
resources: {}
extraArgs: {}
Expand Down
2 changes: 1 addition & 1 deletion charts/manila-csi-plugin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: v1.33.0
description: Manila CSI Chart for OpenStack
name: openstack-manila-csi
version: 2.33.0
version: 2.33.1
home: http://github.com/kubernetes/cloud-provider-openstack
icon: https://github.com/kubernetes/kubernetes/blob/master/logo/logo.png
maintainers:
Expand Down
8 changes: 4 additions & 4 deletions charts/manila-csi-plugin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ nodeplugin:
registrar:
image:
repository: registry.k8s.io/sig-storage/csi-node-driver-registrar
tag: v2.12.0
tag: v2.15.0
pullPolicy: IfNotPresent
resources: {}
extraEnv: []
Expand Down Expand Up @@ -90,7 +90,7 @@ controllerplugin:
provisioner:
image:
repository: registry.k8s.io/sig-storage/csi-provisioner
tag: v5.1.0
tag: v5.3.0
pullPolicy: IfNotPresent
resources: {}
extraEnv: []
Expand All @@ -100,15 +100,15 @@ controllerplugin:
snapshotter:
image:
repository: registry.k8s.io/sig-storage/csi-snapshotter
tag: v8.1.0
tag: v8.3.0
pullPolicy: IfNotPresent
resources: {}
extraEnv: []
# CSI external-resizer container spec
resizer:
image:
repository: registry.k8s.io/sig-storage/csi-resizer
tag: v1.12.0
tag: v1.14.0
pullPolicy: IfNotPresent
resources: {}
extraEnv: []
Expand Down
10 changes: 5 additions & 5 deletions manifests/cinder-csi-plugin/cinder-csi-controllerplugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
serviceAccount: csi-cinder-controller-sa
containers:
- name: csi-attacher
image: registry.k8s.io/sig-storage/csi-attacher:v4.7.0
image: registry.k8s.io/sig-storage/csi-attacher:v4.10.0
args:
- "--csi-address=$(ADDRESS)"
- "--timeout=3m"
Expand All @@ -39,7 +39,7 @@ spec:
- name: socket-dir
mountPath: /var/lib/csi/sockets/pluginproxy/
- name: csi-provisioner
image: registry.k8s.io/sig-storage/csi-provisioner:v5.1.0
image: registry.k8s.io/sig-storage/csi-provisioner:v5.3.0
args:
- "--csi-address=$(ADDRESS)"
- "--timeout=3m"
Expand All @@ -55,7 +55,7 @@ spec:
- name: socket-dir
mountPath: /var/lib/csi/sockets/pluginproxy/
- name: csi-snapshotter
image: registry.k8s.io/sig-storage/csi-snapshotter:v8.1.0
image: registry.k8s.io/sig-storage/csi-snapshotter:v8.3.0
args:
- "--csi-address=$(ADDRESS)"
- "--timeout=3m"
Expand All @@ -69,7 +69,7 @@ spec:
- mountPath: /var/lib/csi/sockets/pluginproxy/
name: socket-dir
- name: csi-resizer
image: registry.k8s.io/sig-storage/csi-resizer:v1.12.0
image: registry.k8s.io/sig-storage/csi-resizer:v1.14.0
args:
- "--csi-address=$(ADDRESS)"
- "--timeout=3m"
Expand All @@ -83,7 +83,7 @@ spec:
- name: socket-dir
mountPath: /var/lib/csi/sockets/pluginproxy/
- name: liveness-probe
image: registry.k8s.io/sig-storage/livenessprobe:v2.14.0
image: registry.k8s.io/sig-storage/livenessprobe:v2.17.0
args:
- "--csi-address=$(ADDRESS)"
env:
Expand Down
4 changes: 2 additions & 2 deletions manifests/cinder-csi-plugin/cinder-csi-nodeplugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
hostNetwork: true
containers:
- name: node-driver-registrar
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.12.0
image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.15.0
args:
- "--csi-address=$(ADDRESS)"
- "--kubelet-registration-path=$(DRIVER_REG_SOCK_PATH)"
Expand All @@ -41,7 +41,7 @@ spec:
- name: registration-dir
mountPath: /registration
- name: liveness-probe
image: registry.k8s.io/sig-storage/livenessprobe:v2.14.0
image: registry.k8s.io/sig-storage/livenessprobe:v2.17.0
args:
- --csi-address=/csi/csi.sock
volumeMounts:
Expand Down
6 changes: 3 additions & 3 deletions manifests/manila-csi-plugin/csi-controllerplugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
serviceAccountName: openstack-manila-csi-controllerplugin
containers:
- name: provisioner
image: "registry.k8s.io/sig-storage/csi-provisioner:v5.1.0"
image: "registry.k8s.io/sig-storage/csi-provisioner:v5.3.0"
args:
- "--csi-address=$(ADDRESS)"
- "--extra-create-metadata"
Expand All @@ -50,7 +50,7 @@ spec:
- name: plugin-dir
mountPath: /var/lib/kubelet/plugins/manila.csi.openstack.org
- name: snapshotter
image: "registry.k8s.io/sig-storage/csi-snapshotter:v8.1.0"
image: "registry.k8s.io/sig-storage/csi-snapshotter:v8.3.0"
args:
- "--csi-address=$(ADDRESS)"
env:
Expand All @@ -61,7 +61,7 @@ spec:
- name: plugin-dir
mountPath: /var/lib/kubelet/plugins/manila.csi.openstack.org
- name: resizer
image: "registry.k8s.io/sig-storage/csi-resizer:v1.12.0"
image: "registry.k8s.io/sig-storage/csi-resizer:v1.14.0"
args:
- "--csi-address=$(ADDRESS)"
- "--handle-volume-inuse-error=false"
Expand Down
2 changes: 1 addition & 1 deletion manifests/manila-csi-plugin/csi-nodeplugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
dnsPolicy: ClusterFirstWithHostNet
containers:
- name: registrar
image: "registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.12.0"
image: "registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.15.0"
args:
- "--csi-address=/csi/csi.sock"
- "--kubelet-registration-path=/var/lib/kubelet/plugins/manila.csi.openstack.org/csi.sock"
Expand Down