Skip to content

Commit

Permalink
Merge pull request #2643 from zetaab/fixpipeline
Browse files Browse the repository at this point in the history
fix helm chart builds
  • Loading branch information
zetaab authored Sep 6, 2024
2 parents 04763a5 + 7d3b4b7 commit f85a195
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 29 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/release-cpo.yaml

This file was deleted.

4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -21,6 +23,6 @@ jobs:
git config user.email "[email protected]"
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.1.0
uses: helm/chart-releaser-action@v1.6.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
2 changes: 1 addition & 1 deletion docs/release-procedure.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ critical bug fixes.
$ git push origin release-X.Y
```

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.
5. new [Docker images](https://console.cloud.google.com/gcr/images/k8s-staging-provider-os) will be builded.

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.

Expand Down

0 comments on commit f85a195

Please sign in to comment.