diff --git a/.release-please-manifest.json b/.release-please-manifest.json index add56fa..7948135 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { ".": "6.0.0", - "actions/build-and-push-helm": "1.0.0", + "actions/build-and-push-helm": "1.0.1", "actions/helm-lint": "1.0.0", "actions/eslint": "1.0.1", "actions/push-docker": "1.0.0", diff --git a/actions/build-and-push-helm/CHANGELOG.md b/actions/build-and-push-helm/CHANGELOG.md index 28e98a5..e470b82 100644 --- a/actions/build-and-push-helm/CHANGELOG.md +++ b/actions/build-and-push-helm/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.0.1](https://github.com/MapColonies/shared-workflows/compare/build-and-push-helm-v1.0.0...build-and-push-helm-v1.0.1) (2025-07-03) + + +### 🐛 Bug Fixes + +* **build-and-push-helm:** fix action ([#76](https://github.com/MapColonies/shared-workflows/issues/76)) ([574a862](https://github.com/MapColonies/shared-workflows/commit/574a862a7713bb43a5a4b7f0bc6f82586f5bdaf0)) + + +### 📝 Documentation + +* change tags to sha ([#61](https://github.com/MapColonies/shared-workflows/issues/61)) ([1fc958d](https://github.com/MapColonies/shared-workflows/commit/1fc958d115218f9a928c489b085a806fd1fd6330)) + ## 1.0.0 (2025-04-22) diff --git a/actions/build-and-push-helm/README.md b/actions/build-and-push-helm/README.md index df60faa..2b5e902 100644 --- a/actions/build-and-push-helm/README.md +++ b/actions/build-and-push-helm/README.md @@ -24,14 +24,14 @@ This GitHub Action packages a Helm chart and pushes it to a Azure Container Regi ```yaml - name: Artifactory Login - uses: MapColonies/shared-workflows/actions/artifactory-login@9a05fd7a01e18746d69cc210b7e6defbd1cc79fc # v1.0.0 + uses: MapColonies/shared-workflows/actions/artifactory-login@9a05fd7a01e18746d69cc210b7e6defbd1cc79fc # v1.0.1 with: registry: ${{ secrets.ACR_URL }} username: ${{ secrets.ACR_PUSH_USER }} password: ${{ secrets.ACR_PUSH_TOKEN }} - name: Build and Push Helm Chart - uses: MapColonies/shared-workflows/actions/build-and-push-helm@build-and-push-helm-v1.0.0 + uses: MapColonies/shared-workflows/actions/build-and-push-helm@build-and-push-helm-v1.0.1 with: context: ./infra/monitoring domain: infra