From f5b93315cdbfb37360b834d7765a84f93e4dc08e Mon Sep 17 00:00:00 2001 From: cpanato Date: Thu, 2 Nov 2023 17:50:26 +0100 Subject: [PATCH] test --- .github/workflows/chart-release.yaml | 22 +++++++++++----------- charts/simple-deployment/Chart.yaml | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/chart-release.yaml b/.github/workflows/chart-release.yaml index 1fbdfbb..bdda1f1 100644 --- a/.github/workflows/chart-release.yaml +++ b/.github/workflows/chart-release.yaml @@ -35,20 +35,20 @@ jobs: - name: Set up Helm uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3.5 - # - name: Run chart-releaser - # uses: helm/chart-releaser-action@be16258da8010256c6e82849661221415f031968 # v1.5.0 - # with: - # charts_dir: charts - # env: - # CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - - name: Run chart-releaser - uses: cpanato/chart-releaser-action@test-index + uses: helm/chart-releaser-action@v1.6.0 + with: + charts_dir: charts env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - with: - skip_cr_install: true - packages_with_index: true + + # - name: Run chart-releaser + # uses: cpanato/chart-releaser-action@test-index + # env: + # CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" + # with: + # skip_cr_install: true + # packages_with_index: true # - name: Login to GitHub Container Registry # uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0 diff --git a/charts/simple-deployment/Chart.yaml b/charts/simple-deployment/Chart.yaml index 8f1e590..b026350 100644 --- a/charts/simple-deployment/Chart.yaml +++ b/charts/simple-deployment/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v1 appVersion: "1.0" description: A Helm chart for Kubernetes name: nginx -version: 0.1.25 +version: 0.1.26