diff --git a/.github/workflows/test-chart.yml b/.github/workflows/test-chart.yml index 3e02fc6..9b87b97 100644 --- a/.github/workflows/test-chart.yml +++ b/.github/workflows/test-chart.yml @@ -17,7 +17,7 @@ permissions: jobs: lint-templates: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v3 @@ -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,7 +75,7 @@ jobs: # available for use in the templates, currently we need v3.6.0 or # higher. # - - k3s-channel: v1.21 + - k3s-channel: v1.28 helm-version: v3.8.0 env: @@ -109,7 +109,7 @@ jobs: run: | helm install mastodon . \ --values dev-values.yaml \ - --timeout 10m + --timeout 15m # This actions provides a report about the state of the k8s cluster, # providing logs etc on anything that has failed and workloads marked as diff --git a/.gitignore b/.gitignore index ee3892e..a5b65d3 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ charts/ +.DS_Store