Skip to content

Commit

Permalink
test: update k8s, helm, checkout versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiahlee committed Oct 12, 2024
1 parent b0ae6f8 commit 42128aa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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:
Expand All @@ -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.
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
charts/
.DS_Store

0 comments on commit 42128aa

Please sign in to comment.