Skip to content

Commit

Permalink
Bump chart-testing-action from 2.4.0 to 2.6.0 (0.92) (#7151)
Browse files Browse the repository at this point in the history
* Bump chart-testing-action from `2.4.0` to `2.6.0`
* Bump k3s from `v1.24.7-k3s1` to `v1.27.7-k3s1`
* Change release automation to always publish pre-release GitHub releases

Signed-off-by: Steven Sheehy <[email protected]>
  • Loading branch information
steven-sheehy authored Nov 1, 2023
1 parent 98ff01e commit fe6406a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4

- name: Install ct
uses: helm/chart-testing-action@v2.4.0
uses: helm/chart-testing-action@v2.6.0

- name: Run lint
run: ct lint --config .github/ct.yaml --all
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
helm install stackgres stackgres/stackgres-operator --version 1.5.0 --create-namespace -n stackgres
- name: Install ct
uses: helm/chart-testing-action@v2.4.0
uses: helm/chart-testing-action@v2.6.0

- name: Install chart
run: ct install --config .github/ct.yaml --charts=charts/hedera-mirror --helm-extra-args="--timeout 10m"
2 changes: 1 addition & 1 deletion .github/workflows/release-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
with:
bodyFile: ${{ env.RELEASE_NOTES_FILENAME }}.md
commit: ${{ env.RELEASE_BRANCH }}
draft: true
draft: ${{ steps.version_parser.outputs.prerelease == '' }}
name: ${{ env.RELEASE_TAG }}
omitBody: ${{ steps.milestone.outputs.milestone_id == '' }}
prerelease: ${{ steps.version_parser.outputs.prerelease != '' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
run: curl --retry 3 -fsL https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | bash

- name: Create k3d cluster
run: k3d cluster create mirror --agents 1 --wait --image rancher/k3s:v1.27.4-k3s1
run: k3d cluster create mirror --agents 1 --wait --image rancher/k3s:v1.27.7-k3s1

- name: Get tag
run: echo "TAG=${GITHUB_REF#refs/*/v}" >> $GITHUB_ENV
Expand Down

0 comments on commit fe6406a

Please sign in to comment.