Skip to content

Commit a8354b3

Browse files
authored
[All] Update docker image tag and Chart version for release v1.23.0 (kubernetes#1743)
1 parent b9b924f commit a8354b3

File tree

17 files changed

+22
-22
lines changed

17 files changed

+22
-22
lines changed

charts/cinder-csi-plugin/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
2-
appVersion: latest
2+
appVersion: v1.23.0
33
description: Cinder CSI Chart for OpenStack
44
name: openstack-cinder-csi
5-
version: 2.0.0
5+
version: 2.1.0
66
home: https://github.com/kubernetes/cloud-provider-openstack
77
icon: https://github.com/kubernetes/kubernetes/blob/master/logo/logo.png
88
maintainers:

charts/manila-csi-plugin/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
2-
appVersion: latest
2+
appVersion: v1.23.0
33
description: Manila CSI Chart for OpenStack
44
name: openstack-manila-csi
5-
version: 1.3.2
5+
version: 1.4.0
66
home: http://github.com/kubernetes/cloud-provider-openstack
77
icon: https://github.com/kubernetes/kubernetes/blob/master/logo/logo.png
88
maintainers:

charts/openstack-cloud-controller-manager/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
apiVersion: v1
2-
appVersion: "latest"
2+
appVersion: v1.23.0
33
description: Openstack Cloud Controller Manager Helm Chart
44
icon: https://object-storage-ca-ymq-1.vexxhost.net/swift/v1/6e4619c416ff4bd19e1c087f27a43eea/www-images-prod/openstack-logo/OpenStack-Logo-Vertical.png
55
home: https://github.com/kubernetes/cloud-provider-openstack
66
name: openstack-cloud-controller-manager
7-
version: 1.1.1
7+
version: 1.2.0
88
maintainers:
99
- name: morremeyer
1010

docs/barbican-kms-plugin/using-barbican-kms-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ $ docker run -d --volume=/var/lib/kms:/var/lib/kms \
8383
--volume=/etc/kubernetes:/etc/kubernetes \
8484
-e socketpath=/var/lib/kms/kms.sock \
8585
-e cloudconfig=/etc/kubernetes/cloud-config \
86-
docker.io/k8scloudprovider/barbican-kms-plugin-amd64:latest
86+
docker.io/k8scloudprovider/barbican-kms-plugin-amd64:v1.23.0
8787
```
8888
6. Create /etc/kubernetes/encryption-config.yaml
8989
```

docs/magnum-auto-healer/using-magnum-auto-healer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ user_id=ceb61464a3d341ebabdf97d1d4b97099
7373
user_project_id=b23a5e41d1af4c20974bf58b4dff8e5a
7474
password=password
7575
region=RegionOne
76-
image=k8scloudprovider/magnum-auto-healer:latest
76+
image=k8scloudprovider/magnum-auto-healer:v1.23.0
7777
7878
cat <<EOF | kubectl apply -f -
7979
---

docs/octavia-ingress-controller/using-octavia-ingress-controller.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Here are several other config options are not included in the example configurat
148148
### Deploy octavia-ingress-controller
149149

150150
```shell
151-
image="docker.io/k8scloudprovider/octavia-ingress-controller:latest"
151+
image="docker.io/k8scloudprovider/octavia-ingress-controller:v1.23.0"
152152
153153
cat <<EOF > /etc/kubernetes/octavia-ingress-controller/deployment.yaml
154154
---

examples/webhook/keystone-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
serviceAccountName: k8s-keystone
1919
containers:
2020
- name: k8s-keystone-auth
21-
image: k8scloudprovider/k8s-keystone-auth:latest
21+
image: k8scloudprovider/k8s-keystone-auth:v1.23.0
2222
args:
2323
- ./bin/k8s-keystone-auth
2424
- --tls-cert-file

manifests/barbican-kms/pod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
spec:
66
containers:
77
- name: barbican-kms
8-
image: docker.io/k8scloudprovider/barbican-kms-plugin:latest
8+
image: docker.io/k8scloudprovider/barbican-kms-plugin:v1.23.0
99
args:
1010
- "--socketpath=/kms/kms.sock"
1111
- "--cloud-config=/etc/kubernetes/cloud-config"

manifests/cinder-csi-plugin/cinder-csi-controllerplugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ spec:
9292
- mountPath: /var/lib/csi/sockets/pluginproxy/
9393
name: socket-dir
9494
- name: cinder-csi-plugin
95-
image: docker.io/k8scloudprovider/cinder-csi-plugin:latest
95+
image: docker.io/k8scloudprovider/cinder-csi-plugin:v1.23.0
9696
args:
9797
- /bin/cinder-csi-plugin
9898
- "--endpoint=$(CSI_ENDPOINT)"

manifests/cinder-csi-plugin/cinder-csi-nodeplugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ spec:
5353
capabilities:
5454
add: ["SYS_ADMIN"]
5555
allowPrivilegeEscalation: true
56-
image: docker.io/k8scloudprovider/cinder-csi-plugin:latest
56+
image: docker.io/k8scloudprovider/cinder-csi-plugin:v1.23.0
5757
args:
5858
- /bin/cinder-csi-plugin
5959
- "--endpoint=$(CSI_ENDPOINT)"

0 commit comments

Comments
 (0)