helm-release: Publish the helm chart as OCI artifact#268
helm-release: Publish the helm chart as OCI artifact#268marcofranssen wants to merge 1 commit intokubernetes-sigs:masterfrom
Conversation
|
|
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: marcofranssen The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Welcome @marcofranssen! |
|
The Kubernetes project currently lacks enough contributors to adequately respond to all PRs. This bot triages PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
|
/remove-lifecycle stale |
|
/cc |
|
@marcofranssen: GitHub didn't allow me to request PR reviews from the following users: marcofranssen. Note that only kubernetes-sigs members and repo collaborators can review this PR, and authors cannot review their own PRs. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/auto-cc |
This PR will ensure whenever a new release of the chart is published it will also be published as OCI.
the chart will be published at
ghcr.io/kubernetes-sigs/charts/cluster-proportional-autoscalerSame is used for couple of years here https://github.com/spiffe/helm-charts-hardened/blob/spire-0.26.1/.github/workflows/helm-release.yaml#L53-L70
Also see kubernetes-sigs/metrics-server#1734
Note
As the original helm release isn't touched that part of the release will not be affected. Only if the http release succeeds the workflow will try to also publish this OCI release.
The risk therefore is very low.