File tree Expand file tree Collapse file tree 9 files changed +26
-26
lines changed
openstack-cloud-controller-manager Expand file tree Collapse file tree 9 files changed +26
-26
lines changed Original file line number Diff line number Diff line change @@ -10,23 +10,23 @@ jobs:
10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@v2
14
-
15
- - name : Fetch history
16
- run : git fetch --prune --unshallow
13
+ uses : actions/checkout@v3
14
+ with :
15
+ fetch-depth : 0
17
16
18
17
- name : Set up Helm
19
- uses : azure/setup-helm@v1
18
+ uses : azure/setup-helm@v3
20
19
with :
21
- version : v3.6.1
20
+ version : v3.10.0
22
21
23
- - uses : actions/setup-python@v2
22
+ - uses : actions/setup-python@v4
24
23
with :
25
- python-version : 3.7
24
+ python-version : ' 3.9'
25
+ check-latest : true
26
26
27
+ # see example https://github.com/helm/chart-testing-action
27
28
- name : Set up chart-testing
28
- uses : helm/chart-testing-action@v2.1.0
29
+ uses : helm/chart-testing-action@v2.3.1
29
30
30
- # https://github.com/helm/chart-testing/blob/main/doc/ct_lint.md
31
31
- name : Run chart-testing (lint)
32
- run : ct lint --target-branch= ${GITHUB_BASE_REF} --check-version-increment=false
32
+ run : ct lint --target-branch ${GITHUB_BASE_REF}
Original file line number Diff line number Diff line change @@ -3,17 +3,17 @@ name: Release Charts
3
3
on :
4
4
push :
5
5
branches :
6
- - " release-*" # Only release charts from stable branches
6
+ - " master"
7
+ - " release-*"
7
8
8
9
jobs :
9
10
release :
10
11
runs-on : ubuntu-latest
11
12
steps :
12
13
- name : Checkout
13
- uses : actions/checkout@v2
14
-
15
- - name : Fetch history
16
- run : git fetch --prune --unshallow
14
+ uses : actions/checkout@v3
15
+ with :
16
+ fetch-depth : 0
17
17
18
18
- name : Configure Git
19
19
run : |
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
- appVersion : latest
2
+ appVersion : v1.27.0-alpha.0
3
3
description : Cinder CSI Chart for OpenStack
4
4
name : openstack-cinder-csi
5
- version : 2.3.2
5
+ version : 2.27.0-alpha.0
6
6
home : https://github.com/kubernetes/cloud-provider-openstack
7
7
icon : https://github.com/kubernetes/kubernetes/blob/master/logo/logo.png
8
8
maintainers :
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
- appVersion : latest
2
+ appVersion : v1.27.0-alpha.0
3
3
description : Manila CSI Chart for OpenStack
4
4
name : openstack-manila-csi
5
- version : 1.6 .0
5
+ version : 2.27.0-alpha .0
6
6
home : http://github.com/kubernetes/cloud-provider-openstack
7
7
icon : https://github.com/kubernetes/kubernetes/blob/master/logo/logo.png
8
8
maintainers :
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ metadata:
7
7
aggregationRule :
8
8
clusterRoleSelectors :
9
9
- matchLabels :
10
- rbac.manila.csi.openstack.org/aggregate-to-{{ include "openstack-manila-csi.controllerplugin.fullname " . }} : " true"
10
+ rbac.manila.csi.openstack.org/aggregate-to-controller- {{ include "openstack-manila-csi.name " . }} : " true"
11
11
rules : []
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ metadata:
4
4
name : {{ include "openstack-manila-csi.controllerplugin.fullname" . }}-rules
5
5
labels :
6
6
{{- include "openstack-manila-csi.controllerplugin.labels" . | nindent 4 }}
7
- rbac.manila.csi.openstack.org/aggregate-to-{{ include "openstack-manila-csi.controllerplugin.fullname " . }} : " true"
7
+ rbac.manila.csi.openstack.org/aggregate-to-controller- {{ include "openstack-manila-csi.name " . }} : " true"
8
8
rules :
9
9
- apiGroups : [""]
10
10
resources : ["nodes"]
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ metadata:
7
7
aggregationRule :
8
8
clusterRoleSelectors :
9
9
- matchLabels :
10
- rbac.manila.csi.openstack.org/aggregate-to-{{ include "openstack-manila-csi.nodeplugin.fullname " . }} : " true"
10
+ rbac.manila.csi.openstack.org/aggregate-to-nodeplugin- {{ include "openstack-manila-csi.name " . }} : " true"
11
11
rules : []
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ metadata:
4
4
name : {{ include "openstack-manila-csi.nodeplugin.fullname" . }}-rules
5
5
labels :
6
6
{{- include "openstack-manila-csi.nodeplugin.labels" . | nindent 4 }}
7
- rbac.manila.csi.openstack.org/aggregate-to-{{ include "openstack-manila-csi.nodeplugin.fullname " . }} : " true"
7
+ rbac.manila.csi.openstack.org/aggregate-to-nodeplugin- {{ include "openstack-manila-csi.name " . }} : " true"
8
8
rules :
9
9
- apiGroups : [""]
10
10
resources : ["configmaps"]
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
- appVersion : latest
2
+ appVersion : v1.27.0-alpha.0
3
3
description : Openstack Cloud Controller Manager Helm Chart
4
4
icon : https://object-storage-ca-ymq-1.vexxhost.net/swift/v1/6e4619c416ff4bd19e1c087f27a43eea/www-images-prod/openstack-logo/OpenStack-Logo-Vertical.png
5
5
home : https://github.com/kubernetes/cloud-provider-openstack
6
6
name : openstack-cloud-controller-manager
7
- version : 1.5.1
7
+ version : 2.27.0-alpha.0
8
8
maintainers :
9
9
- name : eumel8
10
10
You can’t perform that action at this time.
0 commit comments