From ca201eab882821bc9e79ecdafc741b73e11f53ff Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sun, 5 Nov 2023 12:01:27 +0100 Subject: [PATCH] run helm and kube on latest more thoruogh testing will be done on common library Signed-off-by: Kjeld Schouten --- .github/workflows/charts-test.yaml | 60 ++++++++++++------------------ 1 file changed, 24 insertions(+), 36 deletions(-) diff --git a/.github/workflows/charts-test.yaml b/.github/workflows/charts-test.yaml index d889f38036c..cd453747b7b 100644 --- a/.github/workflows/charts-test.yaml +++ b/.github/workflows/charts-test.yaml @@ -120,12 +120,10 @@ jobs: fetch-depth: 1 ref: ${{ inputs.checkoutCommit }} - - name: Install Kubernetes tools - uses: yokawasa/action-setup-kube-tools@af4ebb1af1efd30c5bd84a2e9773355ad6362a33 # v0.9.3 + - name: Install Helm + uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3 with: - setup-tools: | - helmv3 - helm: "3.9.4" + version: latest - uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4 with: @@ -137,7 +135,7 @@ jobs: - name: Create k3d cluster uses: nolar/setup-k3d-k3s@v1 with: - version: v1.24 + version: latest # Flags found here https://github.com/k3d-io/k3d k3d-args: --k3s-arg --disable=metrics-server@server:* github-token: ${{ secrets.GITHUB_TOKEN }} @@ -193,12 +191,10 @@ jobs: fetch-depth: 1 ref: ${{ inputs.checkoutCommit }} - - name: Install Kubernetes tools - uses: yokawasa/action-setup-kube-tools@af4ebb1af1efd30c5bd84a2e9773355ad6362a33 # v0.9.3 + - name: Install Helm + uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3 with: - setup-tools: | - helmv3 - helm: "3.9.4" + version: latest - uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4 with: @@ -210,7 +206,7 @@ jobs: - name: Create k3d cluster uses: nolar/setup-k3d-k3s@v1 with: - version: v1.24 + version: latest # Flags found here https://github.com/k3d-io/k3d k3d-args: --k3s-arg --disable=metrics-server@server:* github-token: ${{ secrets.GITHUB_TOKEN }} @@ -258,12 +254,10 @@ jobs: fetch-depth: 1 ref: ${{ inputs.checkoutCommit }} - - name: Install Kubernetes tools - uses: yokawasa/action-setup-kube-tools@af4ebb1af1efd30c5bd84a2e9773355ad6362a33 # v0.9.3 + - name: Install Helm + uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3 with: - setup-tools: | - helmv3 - helm: "3.9.4" + version: latest - uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4 with: @@ -275,7 +269,7 @@ jobs: - name: Create k3d cluster uses: nolar/setup-k3d-k3s@v1 with: - version: v1.24 + version: latest # Flags found here https://github.com/k3d-io/k3d k3d-args: --k3s-arg --disable=metrics-server@server:* github-token: ${{ secrets.GITHUB_TOKEN }} @@ -323,12 +317,10 @@ jobs: fetch-depth: 1 ref: ${{ inputs.checkoutCommit }} - - name: Install Kubernetes tools - uses: yokawasa/action-setup-kube-tools@af4ebb1af1efd30c5bd84a2e9773355ad6362a33 # v0.9.3 + - name: Install Helm + uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3 with: - setup-tools: | - helmv3 - helm: "3.9.4" + version: latest - uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4 with: @@ -340,7 +332,7 @@ jobs: - name: Create k3d cluster uses: nolar/setup-k3d-k3s@v1 with: - version: v1.24 + version: latest # Flags found here https://github.com/k3d-io/k3d k3d-args: --k3s-arg --disable=metrics-server@server:* github-token: ${{ secrets.GITHUB_TOKEN }} @@ -388,12 +380,10 @@ jobs: fetch-depth: 1 ref: ${{ inputs.checkoutCommit }} - - name: Install Kubernetes tools - uses: yokawasa/action-setup-kube-tools@af4ebb1af1efd30c5bd84a2e9773355ad6362a33 # v0.9.3 + - name: Install Helm + uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3 with: - setup-tools: | - helmv3 - helm: "3.9.4" + version: latest - uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4 with: @@ -405,7 +395,7 @@ jobs: - name: Create k3d cluster uses: nolar/setup-k3d-k3s@v1 with: - version: v1.24 + version: latest # Flags found here https://github.com/k3d-io/k3d k3d-args: --k3s-arg --disable=metrics-server@server:* github-token: ${{ secrets.GITHUB_TOKEN }} @@ -453,12 +443,10 @@ jobs: fetch-depth: 1 ref: ${{ inputs.checkoutCommit }} - - name: Install Kubernetes tools - uses: yokawasa/action-setup-kube-tools@af4ebb1af1efd30c5bd84a2e9773355ad6362a33 # v0.9.3 + - name: Install Helm + uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3 with: - setup-tools: | - helmv3 - helm: "3.9.4" + version: latest - uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4 with: @@ -470,7 +458,7 @@ jobs: - name: Create k3d cluster uses: nolar/setup-k3d-k3s@v1 with: - version: v1.24 + version: latest # Flags found here https://github.com/k3d-io/k3d k3d-args: --k3s-arg --disable=metrics-server@server:* github-token: ${{ secrets.GITHUB_TOKEN }}