Skip to content

Commit 7d3b4b7

Browse files
committed
fix helm chart builds
1 parent 1ea7eb6 commit 7d3b4b7

File tree

3 files changed

+4
-29
lines changed

3 files changed

+4
-29
lines changed

.github/workflows/release-cpo.yaml

Lines changed: 0 additions & 27 deletions
This file was deleted.

.github/workflows/release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
jobs:
1010
release:
1111
runs-on: ubuntu-latest
12+
permissions:
13+
contents: write
1214
steps:
1315
- name: Checkout
1416
uses: actions/checkout@v3
@@ -21,6 +23,6 @@ jobs:
2123
git config user.email "[email protected]"
2224
2325
- name: Run chart-releaser
24-
uses: helm/chart-releaser-action@v1.1.0
26+
uses: helm/chart-releaser-action@v1.6.0
2527
env:
2628
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

docs/release-procedure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ critical bug fixes.
3838
$ git push upstream release-X.Y
3939
```
4040

41-
5. [Github Actions](https://github.com/kubernetes/cloud-provider-openstack/actions/workflows/release-cpo.yaml) will create new [Docker images](https://console.cloud.google.com/gcr/images/k8s-staging-provider-os) and generate a [new draft release](https://github.com/kubernetes/cloud-provider-openstack/releases) in the repository.
41+
5. new [Docker images](https://console.cloud.google.com/gcr/images/k8s-staging-provider-os) will be builded.
4242

4343
6. Make PR modifying [images.yaml](https://github.com/kubernetes/k8s.io/blob/main/registry.k8s.io/images/k8s-staging-provider-os/images.yaml) to promote gcr.io images to registry.k8s.io. The point is to copy the proper image sha256 hashes from the staging repository to the images.yaml.
4444

0 commit comments

Comments
 (0)