Skip to content

Commit c9771ae

Browse files
committed
chore(workflows): update Helm GH actions
1 parent f8e0aec commit c9771ae

2 files changed

Lines changed: 11 additions & 17 deletions

File tree

.github/workflows/helm-release.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ permissions:
1313
packages: write
1414

1515
env:
16-
HELM_VERSION: v3.16.4
16+
HELM_VERSION: v4.1.4
1717
jobs:
1818
helm-release:
1919
runs-on: ubuntu-latest
2020
environment: main
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
23+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2424
with:
2525
fetch-depth: 0
2626

@@ -30,23 +30,17 @@ jobs:
3030
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
3131
3232
- name: Login to GitHub Container Registry
33-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef #v3.6.0
33+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
3434
with:
3535
registry: ghcr.io
3636
username: ${{ github.actor }}
3737
password: ${{ secrets.GITHUB_TOKEN }}
3838

3939
- name: Install Helm
40-
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 #v4.3.1
40+
uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0
4141
with:
4242
version: ${{ env.HELM_VERSION }}
4343

44-
# See https://github.com/helm/chart-releaser?tab=readme-ov-file#dealing-with-charts-that-have-dependencies
45-
- name: Add helm repositories dependencies
46-
run: |
47-
helm repo add postgres-operator https://opensource.zalando.com/postgres-operator/charts/postgres-operator
48-
helm repo add ext-postgres-operator https://movetokube.github.io/postgres-operator/
49-
5044
- name: Run chart-releaser
5145
uses: helm/chart-releaser-action@cae68fefc6b5f367a0275617c9f83181ba54714f # v1.7.0
5246
env:

.github/workflows/helm-test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,36 +13,36 @@ permissions:
1313
packages: read
1414

1515
env:
16-
HELM_VERSION: v3.16.2
16+
HELM_VERSION: v4.1.4
1717

1818
jobs:
1919
helm-test:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
23+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2424
with:
2525
fetch-depth: 0
2626

2727
- name: Login to GitHub Container Registry
28-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef #v3.6.0
28+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
2929
with:
3030
registry: ghcr.io
3131
username: ${{ github.actor }}
3232
password: ${{ secrets.GITHUB_TOKEN }}
3333

3434
- name: Set up Helm
35-
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 #v4.3.1
35+
uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0
3636
with:
3737
version: ${{ env.HELM_VERSION }}
3838

39-
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c #v6.0.0
39+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
4040
with:
41-
python-version: '3.13.7'
41+
python-version: '3.14.4'
4242
check-latest: false
4343

4444
- name: Set up chart-testing
45-
uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b #v2.7.0
45+
uses: helm/chart-testing-action@6ec842c01de15ebb84c8627d2744a0c2f2755c9f # v2.8.0
4646

4747
- name: Run chart-testing (list-changed)
4848
id: list-changed

0 commit comments

Comments
 (0)