Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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.0",
"actions/push-docker": "1.0.0",
Expand Down
7 changes: 7 additions & 0 deletions actions/build-and-push-helm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# 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-04-22)


### 📝 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)


Expand Down
4 changes: 2 additions & 2 deletions actions/build-and-push-helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down