From 42128aa11e2f1c694cbf7653d300aa26e8a72b08 Mon Sep 17 00:00:00 2001 From: Jeremiah Lee <106775223+jeremiahlee@users.noreply.github.com> Date: Fri, 11 Oct 2024 22:50:22 +0200 Subject: [PATCH] test: update k8s, helm, checkout versions --- .github/workflows/test-chart.yml | 12 ++++++------ .gitignore | 1 + 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test-chart.yml b/.github/workflows/test-chart.yml index 3e02fc6..2d8ccb0 100644 --- a/.github/workflows/test-chart.yml +++ b/.github/workflows/test-chart.yml @@ -17,10 +17,10 @@ permissions: jobs: lint-templates: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-python@v4 with: python-version: "3.x" @@ -53,7 +53,7 @@ jobs: # basic configuration can be used to successfully startup mastodon. # test-install: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 timeout-minutes: 15 strategy: @@ -75,14 +75,14 @@ jobs: # available for use in the templates, currently we need v3.6.0 or # higher. # - - k3s-channel: v1.21 - helm-version: v3.8.0 + - k3s-channel: v1.28 + helm-version: v3.16.2 env: HELM_EXPERIMENTAL_OCI: "1" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # This action starts a k8s cluster with NetworkPolicy enforcement and # installs both kubectl and helm. diff --git a/.gitignore b/.gitignore index ee3892e..a5b65d3 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ charts/ +.DS_Store