Skip to content

Commit 5a1f81f

Browse files
authored
Bump up chart version to trigger chart release (release-1.19) (kubernetes#1199)
* Set chart appVersion to v1.19.0 Signed-off-by: Bharat Kunwar <[email protected]> * Bump up chart version to trigger chart release - Also remove dysfunctional Github chart install action. - Only release charts from release branches. (cherry picked from commit 34d1d5b) Signed-off-by: Bharat Kunwar <[email protected]>
1 parent d532986 commit 5a1f81f

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release Charts
33
on:
44
push:
55
branches:
6-
- master
6+
- "release-*"
77

88
jobs:
99
release:

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
22
appVersion: latest
3-
description: Cinder CSI Plugin for OpenStack
3+
description: Cinder CSI Chart for OpenStack
44
name: openstack-cinder-csi
5-
version: 1.1.2
5+
version: 1.2.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/cinder-csi-plugin/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ csi:
3030
plugin:
3131
image:
3232
repository: docker.io/k8scloudprovider/cinder-csi-plugin
33-
tag: latest
33+
tag: v1.19.0
3434
pullPolicy: IfNotPresent
3535

3636
storageClass:

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
22
appVersion: latest
3-
description: Manila CSI Plugin for OpenStack
3+
description: Manila CSI Chart for OpenStack
44
name: openstack-manila-csi
5-
version: 0.1.2
5+
version: 0.2.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/manila-csi-plugin/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ csimanila:
3131
# Image spec
3232
image:
3333
repository: k8scloudprovider/manila-csi-plugin
34-
tag: latest
34+
tag: v1.19.0
3535
pullPolicy: IfNotPresent
3636

3737
# DeamonSet deployment

0 commit comments

Comments
 (0)