Skip to content

Commit aca9c96

Browse files
committed
test: increase timeout, update min k8s version
1 parent b0ae6f8 commit aca9c96

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/test-chart.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions:
1717

1818
jobs:
1919
lint-templates:
20-
runs-on: ubuntu-22.04
20+
runs-on: ubuntu-24.04
2121

2222
steps:
2323
- uses: actions/checkout@v3
@@ -53,7 +53,7 @@ jobs:
5353
# basic configuration can be used to successfully startup mastodon.
5454
#
5555
test-install:
56-
runs-on: ubuntu-22.04
56+
runs-on: ubuntu-24.04
5757
timeout-minutes: 15
5858

5959
strategy:
@@ -109,7 +109,7 @@ jobs:
109109
run: |
110110
helm install mastodon . \
111111
--values dev-values.yaml \
112-
--timeout 10m
112+
--timeout 15m
113113
114114
# This actions provides a report about the state of the k8s cluster,
115115
# providing logs etc on anything that has failed and workloads marked as

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
charts/
2+
.DS_Store

0 commit comments

Comments
 (0)