Skip to content

Commit e569a05

Browse files
authored
fix: pin helm to v3.14.3 in github workflows (#1328)
1 parent 5d54fa7 commit e569a05

35 files changed

+220
-219
lines changed

.github/workflows/helm-argocd.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Helm GitHub Actions for argocd
23

34
on:
@@ -19,16 +20,16 @@ jobs:
1920
uses: actions/checkout@v4
2021
- uses: azure/setup-helm@v3
2122
with:
22-
version: latest
23-
token: "${{ secrets.GITHUB_TOKEN }}"
23+
version: v3.14.3
24+
token: ${{ secrets.GITHUB_TOKEN }}
2425
id: helm
2526
- name: Kubectl Install
2627
working-directory: /usr/local/bin/
2728
run: |
28-
if [ ! -f /usr/local/bin/kubectl ]; then
29-
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
30-
chmod +x ./kubectl
31-
fi
29+
if [ ! -f /usr/local/bin/kubectl ]; then
30+
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
31+
chmod +x ./kubectl
32+
fi
3233
- name: Run Helm Template
3334
run: |
3435
${{ steps.helm.outputs.helm-path }} template argocd oci://registry-1.docker.io/bitnamicharts/argo-cd \

.github/workflows/helm-barbican.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Helm GitHub Actions for Barbican
23

34
on:
@@ -11,25 +12,25 @@ jobs:
1112
strategy:
1213
matrix:
1314
overlays:
14-
- base
1515
- aio
16+
- base
1617
name: Helm
1718
runs-on: ubuntu-latest
1819
steps:
1920
- name: Checkout
2021
uses: actions/checkout@v4
2122
- uses: azure/setup-helm@v3
2223
with:
23-
version: latest
24-
token: "${{ secrets.GITHUB_TOKEN }}"
24+
version: v3.14.3
25+
token: ${{ secrets.GITHUB_TOKEN }}
2526
id: helm
2627
- name: Kubectl Install
2728
working-directory: /usr/local/bin/
2829
run: |
29-
if [ ! -f /usr/local/bin/kubectl ]; then
30-
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
31-
chmod +x ./kubectl
32-
fi
30+
if [ ! -f /usr/local/bin/kubectl ]; then
31+
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
32+
chmod +x ./kubectl
33+
fi
3334
- name: Pull OSH repositories
3435
run: |
3536
helm repo add openstack-helm https://tarballs.opendev.org/openstack/openstack-helm

.github/workflows/helm-blazar.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,25 @@ jobs:
1212
strategy:
1313
matrix:
1414
overlays:
15-
- base
1615
- aio
16+
- base
1717
name: Helm
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@v4
2222
- uses: azure/setup-helm@v3
2323
with:
24-
version: latest
25-
token: "${{ secrets.GITHUB_TOKEN }}"
24+
version: v3.14.3
25+
token: ${{ secrets.GITHUB_TOKEN }}
2626
id: helm
2727
- name: Kubectl Install
2828
working-directory: /usr/local/bin/
2929
run: |
30-
if [ ! -f /usr/local/bin/kubectl ]; then
31-
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
32-
chmod +x ./kubectl
33-
fi
30+
if [ ! -f /usr/local/bin/kubectl ]; then
31+
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
32+
chmod +x ./kubectl
33+
fi
3434
- name: Pull OSH repositories
3535
run: |
3636
helm repo add openstack-helm https://tarballs.opendev.org/openstack/openstack-helm

.github/workflows/helm-cinder.yaml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Helm GitHub Actions for cinder
23

34
on:
@@ -11,25 +12,25 @@ jobs:
1112
strategy:
1213
matrix:
1314
overlays:
14-
- base
1515
- aio
16+
- base
1617
name: Helm
1718
runs-on: ubuntu-latest
1819
steps:
1920
- name: Checkout
2021
uses: actions/checkout@v4
2122
- uses: azure/setup-helm@v3
2223
with:
23-
version: latest
24-
token: "${{ secrets.GITHUB_TOKEN }}"
24+
version: v3.14.3
25+
token: ${{ secrets.GITHUB_TOKEN }}
2526
id: helm
2627
- name: Kubectl Install
2728
working-directory: /usr/local/bin/
2829
run: |
29-
if [ ! -f /usr/local/bin/kubectl ]; then
30-
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
31-
chmod +x ./kubectl
32-
fi
30+
if [ ! -f /usr/local/bin/kubectl ]; then
31+
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
32+
chmod +x ./kubectl
33+
fi
3334
- name: Pull OSH repositories
3435
run: |
3536
helm repo add openstack-helm https://tarballs.opendev.org/openstack/openstack-helm
@@ -42,7 +43,7 @@ jobs:
4243
--timeout 120m \
4344
-f ${{ github.workspace }}/base-helm-configs/cinder/cinder-helm-overrides.yaml \
4445
--post-renderer ${{ github.workspace }}/base-kustomize/kustomize.sh \
45-
--post-renderer-args cinder/${{ matrix.overlays }} > /tmp/rendered.yaml
46+
--post-renderer-args blazar/${{ matrix.overlays }} > /tmp/rendered.yaml
4647
- name: Return helm Build
4748
uses: actions/upload-artifact@v4
4849
with:

.github/workflows/helm-cloudkitty.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Helm GitHub Actions for Cloudkitty
23

34
on:
@@ -11,25 +12,25 @@ jobs:
1112
strategy:
1213
matrix:
1314
overlays:
14-
- base
1515
- aio
16+
- base
1617
name: Helm
1718
runs-on: ubuntu-latest
1819
steps:
1920
- name: Checkout
2021
uses: actions/checkout@v4
2122
- uses: azure/setup-helm@v3
2223
with:
23-
version: latest
24-
token: "${{ secrets.GITHUB_TOKEN }}"
24+
version: v3.14.3
25+
token: ${{ secrets.GITHUB_TOKEN }}
2526
id: helm
2627
- name: Kubectl Install
2728
working-directory: /usr/local/bin/
2829
run: |
29-
if [ ! -f /usr/local/bin/kubectl ]; then
30-
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
31-
chmod +x ./kubectl
32-
fi
30+
if [ ! -f /usr/local/bin/kubectl ]; then
31+
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
32+
chmod +x ./kubectl
33+
fi
3334
- name: Pull OSH repositories
3435
run: |
3536
helm repo add openstack-helm https://tarballs.opendev.org/openstack/openstack-helm

.github/workflows/helm-freezer.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,25 @@ jobs:
1212
strategy:
1313
matrix:
1414
overlays:
15-
- base
1615
- aio
16+
- base
1717
name: Helm
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@v4
2222
- uses: azure/setup-helm@v3
2323
with:
24-
version: latest
25-
token: "${{ secrets.GITHUB_TOKEN }}"
24+
version: v3.14.3
25+
token: ${{ secrets.GITHUB_TOKEN }}
2626
id: helm
2727
- name: Kubectl Install
2828
working-directory: /usr/local/bin/
2929
run: |
30-
if [ ! -f /usr/local/bin/kubectl ]; then
31-
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
32-
chmod +x ./kubectl
33-
fi
30+
if [ ! -f /usr/local/bin/kubectl ]; then
31+
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
32+
chmod +x ./kubectl
33+
fi
3434
- name: Pull OSH repositories
3535
run: |
3636
helm repo add openstack-helm https://tarballs.opendev.org/openstack/openstack-helm

.github/workflows/helm-glance.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Helm GitHub Actions for glance
23

34
on:
@@ -11,25 +12,25 @@ jobs:
1112
strategy:
1213
matrix:
1314
overlays:
14-
- base
1515
- aio
16+
- base
1617
name: Helm
1718
runs-on: ubuntu-latest
1819
steps:
1920
- name: Checkout
2021
uses: actions/checkout@v4
2122
- uses: azure/setup-helm@v3
2223
with:
23-
version: latest
24-
token: "${{ secrets.GITHUB_TOKEN }}"
24+
version: v3.14.3
25+
token: ${{ secrets.GITHUB_TOKEN }}
2526
id: helm
2627
- name: Kubectl Install
2728
working-directory: /usr/local/bin/
2829
run: |
29-
if [ ! -f /usr/local/bin/kubectl ]; then
30-
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
31-
chmod +x ./kubectl
32-
fi
30+
if [ ! -f /usr/local/bin/kubectl ]; then
31+
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
32+
chmod +x ./kubectl
33+
fi
3334
- name: Pull OSH repositories
3435
run: |
3536
helm repo add openstack-helm https://tarballs.opendev.org/openstack/openstack-helm

.github/workflows/helm-heat.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Helm GitHub Actions for heat
23

34
on:
@@ -11,25 +12,25 @@ jobs:
1112
strategy:
1213
matrix:
1314
overlays:
14-
- base
1515
- aio
16+
- base
1617
name: Helm
1718
runs-on: ubuntu-latest
1819
steps:
1920
- name: Checkout
2021
uses: actions/checkout@v4
2122
- uses: azure/setup-helm@v3
2223
with:
23-
version: latest
24-
token: "${{ secrets.GITHUB_TOKEN }}"
24+
version: v3.14.3
25+
token: ${{ secrets.GITHUB_TOKEN }}
2526
id: helm
2627
- name: Kubectl Install
2728
working-directory: /usr/local/bin/
2829
run: |
29-
if [ ! -f /usr/local/bin/kubectl ]; then
30-
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
31-
chmod +x ./kubectl
32-
fi
30+
if [ ! -f /usr/local/bin/kubectl ]; then
31+
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
32+
chmod +x ./kubectl
33+
fi
3334
- name: Pull OSH repositories
3435
run: |
3536
helm repo add openstack-helm https://tarballs.opendev.org/openstack/openstack-helm

.github/workflows/helm-horizon.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Helm GitHub Actions for horizon
23

34
on:
@@ -11,25 +12,25 @@ jobs:
1112
strategy:
1213
matrix:
1314
overlays:
14-
- base
1515
- aio
16+
- base
1617
name: Helm
1718
runs-on: ubuntu-latest
1819
steps:
1920
- name: Checkout
2021
uses: actions/checkout@v4
2122
- uses: azure/setup-helm@v3
2223
with:
23-
version: latest
24-
token: "${{ secrets.GITHUB_TOKEN }}"
24+
version: v3.14.3
25+
token: ${{ secrets.GITHUB_TOKEN }}
2526
id: helm
2627
- name: Kubectl Install
2728
working-directory: /usr/local/bin/
2829
run: |
29-
if [ ! -f /usr/local/bin/kubectl ]; then
30-
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
31-
chmod +x ./kubectl
32-
fi
30+
if [ ! -f /usr/local/bin/kubectl ]; then
31+
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
32+
chmod +x ./kubectl
33+
fi
3334
- name: Pull OSH repositories
3435
run: |
3536
helm repo add openstack-helm https://tarballs.opendev.org/openstack/openstack-helm

.github/workflows/helm-keystone.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Helm GitHub Actions for keystone
23

34
on:
@@ -11,25 +12,25 @@ jobs:
1112
strategy:
1213
matrix:
1314
overlays:
14-
- base
1515
- aio
16+
- base
1617
name: Helm
1718
runs-on: ubuntu-latest
1819
steps:
1920
- name: Checkout
2021
uses: actions/checkout@v4
2122
- uses: azure/setup-helm@v3
2223
with:
23-
version: latest
24-
token: "${{ secrets.GITHUB_TOKEN }}"
24+
version: v3.14.3
25+
token: ${{ secrets.GITHUB_TOKEN }}
2526
id: helm
2627
- name: Kubectl Install
2728
working-directory: /usr/local/bin/
2829
run: |
29-
if [ ! -f /usr/local/bin/kubectl ]; then
30-
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
31-
chmod +x ./kubectl
32-
fi
30+
if [ ! -f /usr/local/bin/kubectl ]; then
31+
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
32+
chmod +x ./kubectl
33+
fi
3334
- name: Pull OSH repositories
3435
run: |
3536
helm repo add openstack-helm https://tarballs.opendev.org/openstack/openstack-helm

0 commit comments

Comments
 (0)