Skip to content

Commit

Permalink
Merge pull request #4 from unionai/ctx/helm_generation
Browse files Browse the repository at this point in the history
ctx/fix: correct chart name
  • Loading branch information
ctxswitch authored Jan 29, 2025
2 parents 9d4f358 + cec9df3 commit 0dee571
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,31 +26,3 @@ jobs:
charts_dir: charts
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"


#
# helm-release:
# name: Unionoperator helm release
# runs-on: ubuntu-latest
# needs: [bump-version]
# steps:
# - name: Checkout
# uses: actions/checkout@v2
# with:
# fetch-depth: "0"
# - name: Install Helm
# uses: azure/setup-helm@v1
# - name: Update Version in helm
# run: |
# sed "s/v0.0.1/${{ needs.bump-version.outputs.version }}/g" ./charts/unionoperator/README.md > temp.txt && mv temp.txt ./charts/unionoperator/README.md
# grep -rlZ "version:[^P]*# VERSION" ./charts/unionoperator/Chart.yaml | xargs -0 sed -i "s/version:[^P]*# VERSION/version: ${{ needs.bump-version.outputs.version }} # VERSION/g"
# grep -rlZ "appVersion:[^P]*# APP_VERSION" ./charts/unionoperator/Chart.yaml | xargs -0 sed -i "s/appVersion:[^P]*# APP_VERSION/appVersion: ${{ needs.bump-version.outputs.version }} # APP_VERSION/g"
# - name: Configure Git
# run: |
# git config user.name "${{ github.actor }}"
# git config user.email "${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>"
# - name: Run chart-releaser
# uses: stefanprodan/helm-gh-pages@v1.4.1
# with:
# token: "${{ secrets.CI_BOT_PAT }}"
# linting: off
File renamed without changes.

0 comments on commit 0dee571

Please sign in to comment.