mirror of
https://github.com/truecharts/charts.git
synced 2026-07-08 07:21:24 -03:00
chore(ci): update helm versions in tests
This commit is contained in:
2
.github/workflows/charts-lint.yaml
vendored
2
.github/workflows/charts-lint.yaml
vendored
@@ -55,7 +55,7 @@ jobs:
|
||||
if: inputs.chartChangesDetected == 'true'
|
||||
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4
|
||||
with:
|
||||
version: v3.14.0
|
||||
version: v3.18.6
|
||||
|
||||
- name: Install ./clustertool
|
||||
shell: bash
|
||||
|
||||
2
.github/workflows/charts-release.yaml
vendored
2
.github/workflows/charts-release.yaml
vendored
@@ -134,7 +134,7 @@ jobs:
|
||||
- name: Install Helm
|
||||
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4
|
||||
with:
|
||||
version: v3.17.2
|
||||
version: v3.18.6
|
||||
|
||||
# Optional step if GPG signing is used
|
||||
- name: Prepare GPG key
|
||||
|
||||
12
.github/workflows/charts-test.yaml
vendored
12
.github/workflows/charts-test.yaml
vendored
@@ -149,7 +149,7 @@ jobs:
|
||||
- name: Install Helm
|
||||
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4
|
||||
with:
|
||||
version: v3.14.0
|
||||
version: v3.18.6
|
||||
|
||||
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
|
||||
with:
|
||||
@@ -221,7 +221,7 @@ jobs:
|
||||
- name: Install Helm
|
||||
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4
|
||||
with:
|
||||
version: v3.14.0
|
||||
version: v3.18.6
|
||||
|
||||
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
|
||||
with:
|
||||
@@ -293,7 +293,7 @@ jobs:
|
||||
- name: Install Helm
|
||||
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4
|
||||
with:
|
||||
version: v3.14.0
|
||||
version: v3.18.6
|
||||
|
||||
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
|
||||
with:
|
||||
@@ -365,7 +365,7 @@ jobs:
|
||||
- name: Install Helm
|
||||
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4
|
||||
with:
|
||||
version: v3.14.0
|
||||
version: v3.18.6
|
||||
|
||||
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
|
||||
with:
|
||||
@@ -437,7 +437,7 @@ jobs:
|
||||
- name: Install Helm
|
||||
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4
|
||||
with:
|
||||
version: v3.14.0
|
||||
version: v3.18.6
|
||||
|
||||
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
|
||||
with:
|
||||
@@ -510,7 +510,7 @@ jobs:
|
||||
- name: Install Helm
|
||||
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4
|
||||
with:
|
||||
version: v3.14.0
|
||||
version: v3.18.6
|
||||
|
||||
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
|
||||
with:
|
||||
|
||||
6
.github/workflows/common-tests.yaml
vendored
6
.github/workflows/common-tests.yaml
vendored
@@ -48,7 +48,7 @@ jobs:
|
||||
matrix:
|
||||
helm-version:
|
||||
- v3.14.0
|
||||
- v3.17.2
|
||||
- v3.18.6
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
|
||||
@@ -87,7 +87,7 @@ jobs:
|
||||
matrix:
|
||||
helm-version:
|
||||
- v3.14.0
|
||||
- v3.17.2
|
||||
- v3.18.6
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
|
||||
@@ -135,7 +135,7 @@ jobs:
|
||||
# We test the latest k3s version and the lowest supported by either the oldest supported SCALE or FluxCD release
|
||||
helm-version:
|
||||
- v3.14.0
|
||||
- v3.17.2
|
||||
- v3.18.6
|
||||
values:
|
||||
- basic-values.yaml
|
||||
- configmap-values.yaml
|
||||
|
||||
Reference in New Issue
Block a user