From b64e0fc94dacf9dfa6166e3fbb0529c94dad073b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Mi=C4=99dzybrodzki?= Date: Tue, 14 Jan 2025 18:13:18 +0100 Subject: [PATCH] fix: push package to oci registry 9... --- .github/workflows/build.yaml | 1 + charts/app/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f8a693f..d0c2bca 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -9,6 +9,7 @@ jobs: release: permissions: contents: write + packages: write runs-on: ubuntu-latest steps: - name: Checkout diff --git a/charts/app/Chart.yaml b/charts/app/Chart.yaml index 26e8973..5cd3254 100644 --- a/charts/app/Chart.yaml +++ b/charts/app/Chart.yaml @@ -5,7 +5,7 @@ description: Flexible helm chart to deploy your apps to kubernetes cluster. type: application # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.5.9 +version: 0.5.10 appVersion: 1.0.0