From 43d4c156bd4b0da5c65664b195c25491742cb403 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Mi=C4=99dzybrodzki?= Date: Tue, 14 Jan 2025 17:56:50 +0100 Subject: [PATCH] fix: push package to oci registry 8... --- .github/workflows/build.yaml | 2 -- charts/app/Chart.yaml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 870460b..f8a693f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -41,7 +41,5 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Log in to registry run: echo "${{ secrets.GITHUB_TOKEN }}" | helm registry login ghcr.io/wojciechem -u ${{ github.actor }} --password-stdin - - name: Test ffs - run: docker push ubuntu ghcr.io/wojciechem/platformex - name: Push chart to oci registry run: if [ -n "$(find . -name '.cr-release-packages')" ]; then cp .cr-release-packages/app*.tgz app.tgz && helm push app.tgz oci://ghcr.io/wojciechem/platformex; fi diff --git a/charts/app/Chart.yaml b/charts/app/Chart.yaml index 022ade7..26e8973 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.8 +version: 0.5.9 appVersion: 1.0.0