From 93d3d802053148ddfc8407d80d2ac4df16ea73cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Mi=C4=99dzybrodzki?= Date: Tue, 14 Jan 2025 17:24:48 +0100 Subject: [PATCH] fix: push package to oci registry 4... --- .github/workflows/build.yaml | 2 +- charts/app/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ea47249..b88b2e5 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -36,4 +36,4 @@ jobs: - name: Log in to registry run: echo "${{ secrets.GITHUB_TOKEN }}" | helm registry login ghcr.io/wojciechem -u ${{ github.actor }} --password-stdin - 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 + 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; fi diff --git a/charts/app/Chart.yaml b/charts/app/Chart.yaml index 2982ef4..d877fa6 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.5 +version: 0.5.6 appVersion: 1.0.0