diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 39f3069..6f6b1cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,22 +77,6 @@ jobs: - name: Install helm uses: azure/setup-helm@v4 - - name: Update helm chart version and publish it to main branch - run: | - git checkout main - sed -Ei \ - -e 's/^(version\:) .*/\1 '${{ env.VERSION }}'/g' \ - -e 's/^(appVersion\:) .*/\1 "'${{ env.VERSION }}'"/g' \ - charts/dragonfly-operator/Chart.yaml - - git config user.name "${{ github.actor }}" - git config user.email "${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com" - - git commit \ - -m 'chore(helm-chart): update to ${{ env.VERSION }}' \ - charts/dragonfly-operator/Chart.yaml - - git push - name: Push Helm chart as OCI to Github run: | echo "${{ secrets.GITHUB_TOKEN }}" | \ diff --git a/charts/dragonfly-operator/Chart.yaml b/charts/dragonfly-operator/Chart.yaml index 1db81f5..81ec58e 100644 --- a/charts/dragonfly-operator/Chart.yaml +++ b/charts/dragonfly-operator/Chart.yaml @@ -15,7 +15,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: v1.1.5 # 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