3
0
mirror of https://github.com/mastodon/chart synced 2024-10-22 19:02:44 +00:00

test: increase timeout, update min k8s version

This commit is contained in:
Jeremiah Lee 2024-10-11 22:50:22 +02:00
parent b0ae6f8cc2
commit 9547385bfe
2 changed files with 5 additions and 4 deletions

View File

@ -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

1
.gitignore vendored
View File

@ -1 +1,2 @@
charts/
.DS_Store