Skip to content

Commit

Permalink
Test several k8s (#134)
Browse files Browse the repository at this point in the history
* [pyrra] bump to 0.11.0

* test on several k8s versions

* delete coroot charts to not trigger renovate
  • Loading branch information
rlex authored Dec 13, 2023
1 parent 8a3bcad commit 39ca34c
Show file tree
Hide file tree
Showing 26 changed files with 10 additions and 853 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ on: pull_request
jobs:
lint-test:
runs-on: ubuntu-latest
strategy:
matrix:
k8s-version:
- "kindest/node:v1.28.4"
- "kindest/node:v1.27.8"
- "kindest/node:v1.26.11"
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -37,6 +43,8 @@ jobs:
- name: Create kind cluster
uses: helm/[email protected]
if: steps.list-changed.outputs.changed == 'true'
with:
node_image: ${{ matrix.kubernetes_version }}

- name: Run chart-testing (install)
run: ct install --config ct.yaml
23 changes: 0 additions & 23 deletions charts/coroot-node-agent/.helmignore

This file was deleted.

25 changes: 0 additions & 25 deletions charts/coroot-node-agent/Chart.yaml

This file was deleted.

33 changes: 0 additions & 33 deletions charts/coroot-node-agent/README.md

This file was deleted.

17 changes: 0 additions & 17 deletions charts/coroot-node-agent/README.md.gotmpl

This file was deleted.

Empty file.
62 changes: 0 additions & 62 deletions charts/coroot-node-agent/templates/_helpers.tpl

This file was deleted.

68 changes: 0 additions & 68 deletions charts/coroot-node-agent/templates/deployment.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions charts/coroot-node-agent/templates/podmonitor.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions charts/coroot-node-agent/templates/serviceaccount.yaml

This file was deleted.

66 changes: 0 additions & 66 deletions charts/coroot-node-agent/values.yaml

This file was deleted.

23 changes: 0 additions & 23 deletions charts/coroot/.helmignore

This file was deleted.

Loading

0 comments on commit 39ca34c

Please sign in to comment.