From e1b67e25f4393b4acff33fdb8a247af5665a4652 Mon Sep 17 00:00:00 2001 From: Andreea-Lupu Date: Thu, 19 May 2022 12:56:35 +0300 Subject: [PATCH] change version --- .github/workflows/ci-cd.yml | 27 +-------------------------- helm/zot/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 27 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index ab91777a8..db34bbf8e 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -254,7 +254,7 @@ jobs: run: | git config user.name 'github-actions' git config user.email 'github-actions@users.noreply.github.com' - - name: Update appVersion inline + - name: Update appVersion uses: mikefarah/yq@master with: cmd: yq -i '.appVersion = "${{ github.event.release.tag_name }}"' 'helm/zot/Chart.yaml' @@ -276,28 +276,3 @@ jobs: charts_dir: helm env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - - helm-chart-release: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - - name: Configure Git - run: | - git config user.name 'github-actions' - git config user.email 'github-actions@users.noreply.github.com' - - - name: Install Helm - uses: azure/setup-helm@v1 - with: - version: v3.8.1 - - - name: Run chart-releaser - uses: helm/chart-releaser-action@v1.4.0 - with: - charts_dir: helm - env: - CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file diff --git a/helm/zot/Chart.yaml b/helm/zot/Chart.yaml index ae1033e3e..6977aa6a7 100644 --- a/helm/zot/Chart.yaml +++ b/helm/zot/Chart.yaml @@ -13,7 +13,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.0 +version: 0.1.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using.