File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ permissions:
17
17
18
18
jobs :
19
19
lint-templates :
20
- runs-on : ubuntu-22 .04
20
+ runs-on : ubuntu-24 .04
21
21
22
22
steps :
23
23
- uses : actions/checkout@v3
53
53
# basic configuration can be used to successfully startup mastodon.
54
54
#
55
55
test-install :
56
- runs-on : ubuntu-22 .04
56
+ runs-on : ubuntu-24 .04
57
57
timeout-minutes : 15
58
58
59
59
strategy :
@@ -109,7 +109,7 @@ jobs:
109
109
run : |
110
110
helm install mastodon . \
111
111
--values dev-values.yaml \
112
- --timeout 10m
112
+ --timeout 15m
113
113
114
114
# This actions provides a report about the state of the k8s cluster,
115
115
# providing logs etc on anything that has failed and workloads marked as
Original file line number Diff line number Diff line change 1
1
charts /
2
+ .DS_Store
You can’t perform that action at this time.
0 commit comments