Skip to content

Commit

Permalink
refactor: update supported k8s versions (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwaller authored Dec 10, 2022
1 parent 39f7f8d commit 80d3f9b
Show file tree
Hide file tree
Showing 19 changed files with 25 additions and 155 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/job_documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
-r ${{ matrix.chart.path }}/README.md
- name: Delete readme-generator-for-helm repo
run: rm -rf ./readme-generator-for-helm
run: rm -rf ./readme-generator-for-helm ./node_modules ./package-lock.json ./package.json

- name: Commit changes
uses: EndBug/add-and-commit@v8
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/job_pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install Python
uses: actions/setup-python@v2
uses: actions/setup-python@v3

- name: Run pre-commit checks
uses: pre-commit/action@v2.0.3
uses: pre-commit/action@v3.0.0
2 changes: 1 addition & 1 deletion .github/workflows/job_rate-limit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
shell: pwsh
run: |
# add random sleep since we run on fixed schedule
sleep (get-random -max 60)
#sleep (get-random -max 60)
# get currently authenticated user rate limit info
$rate = gh api rate_limit | convertfrom-json | select -expandproperty rate
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/job_test-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,25 @@ jobs:
chart: ${{ fromJson(inputs.configuration).matrix }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Set up Helm
uses: azure/setup-helm@v2.0
uses: azure/setup-helm@v3
with:
version: v3.7.2

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: 3.7

- name: Set up chart-testing
uses: helm/chart-testing-action@v2.2.0
uses: helm/chart-testing-action@v2

- name: Create kind ${{ matrix.chart.version }} cluster
uses: helm/kind-action@v1.2.0
uses: helm/kind-action@v1.4.0
with:
node_image: kindest/node:v${{ matrix.chart.version }}

Expand Down
4 changes: 2 additions & 2 deletions charts/external-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: external-service
description: This Helm Chart allows services that operate outside the Kubernetes cluster to be accessible via the ingress controller.
type: application
version: 1.0.7
kubeVersion: ^1.22.0
version: 1.0.8
kubeVersion: ^1.23.0
appVersion: v1.0.6
sources:
- https://github.com/philippwaller/helm-charts/tree/main/charts/external-service
Expand Down
2 changes: 1 addition & 1 deletion charts/external-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This chart deploys an Endpoint, Service and Ingress configuration on a [Kubernet

## Prerequisites

- Kubernetes 1.22+
- Kubernetes 1.23+
- Helm 3.1+


Expand Down
26 changes: 0 additions & 26 deletions charts/external-service/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,32 +1,6 @@
kubernetes:
customResourceDefinitions: []
supportedVersions:
- 1.22.0
- 1.22.1
- 1.22.2
- 1.22.4
- 1.22.5
- 1.22.7
- 1.22.9
- 1.22.13
- 1.22.15
- 1.23.0
- 1.23.1
- 1.23.3
- 1.23.4
- 1.23.5
- 1.23.6
- 1.23.10
- 1.23.12
- 1.23.13
- 1.24.0
- 1.24.1
- 1.24.2
- 1.24.3
- 1.24.4
- 1.24.6
- 1.24.7
- 1.25.0
- 1.25.1
- 1.25.2
- 1.25.3
4 changes: 2 additions & 2 deletions charts/helm-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apiVersion: v2
name: helm-controller
description: A simple way to manage helm charts with Custom Resource Definitions in k8s.
type: application
version: 1.0.4
version: 1.0.5
appVersion: v0.11.9
kubeVersion: ^1.22.0
kubeVersion: ^1.23.0
sources:
- https://github.com/philippwaller/helm-charts/tree/main/charts/helm-controller
- https://github.com/k3s-io/helm-controller
Expand Down
2 changes: 1 addition & 1 deletion charts/helm-controller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This chart bootstraps an [Helm Controller](https://github.com/k3s-io/helm-contro

## Prerequisites

- Kubernetes 1.22+
- Kubernetes 1.23+
- Helm 3.1+


Expand Down
26 changes: 0 additions & 26 deletions charts/helm-controller/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,32 +1,6 @@
kubernetes:
customResourceDefinitions: []
supportedVersions:
- 1.22.0
- 1.22.1
- 1.22.2
- 1.22.4
- 1.22.5
- 1.22.7
- 1.22.9
- 1.22.13
- 1.22.15
- 1.23.0
- 1.23.1
- 1.23.3
- 1.23.4
- 1.23.5
- 1.23.6
- 1.23.10
- 1.23.12
- 1.23.13
- 1.24.0
- 1.24.1
- 1.24.2
- 1.24.3
- 1.24.4
- 1.24.6
- 1.24.7
- 1.25.0
- 1.25.1
- 1.25.2
- 1.25.3
4 changes: 2 additions & 2 deletions charts/inadyn/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: inadyn
description: A Helm chart for inadyn, a small and simple Dynamic DNS client with HTTPS support
type: application
version: 1.0.4
kubeVersion: ^1.22.0
version: 1.0.5
kubeVersion: ^1.23.0
appVersion: v2.9.1
sources:
- https://github.com/philippwaller/helm-charts/tree/main/charts/inadyn
Expand Down
2 changes: 1 addition & 1 deletion charts/inadyn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This chart bootstraps an [Inadyn](https://github.com/troglobit/inadyn) deploymen

## Prerequisites

- Kubernetes 1.22+
- Kubernetes 1.23+
- Helm 3.1+


Expand Down
26 changes: 0 additions & 26 deletions charts/inadyn/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,32 +1,6 @@
kubernetes:
customResourceDefinitions: []
supportedVersions:
- 1.22.0
- 1.22.1
- 1.22.2
- 1.22.4
- 1.22.5
- 1.22.7
- 1.22.9
- 1.22.13
- 1.22.15
- 1.23.0
- 1.23.1
- 1.23.3
- 1.23.4
- 1.23.5
- 1.23.6
- 1.23.10
- 1.23.12
- 1.23.13
- 1.24.0
- 1.24.1
- 1.24.2
- 1.24.3
- 1.24.4
- 1.24.6
- 1.24.7
- 1.25.0
- 1.25.1
- 1.25.2
- 1.25.3
4 changes: 2 additions & 2 deletions charts/k3s-traefik-config/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: k3s-traefik-config
description: This Helm Chart allows to persistently overwrite the default Traefik configuration of a K3s cluster.
type: application
version: 1.0.4
kubeVersion: ^1.22.0
version: 1.0.5
kubeVersion: ^1.23.0
appVersion: v1.0.1
sources:
- https://github.com/philippwaller/helm-charts/tree/main/charts/k3s-traefik-config
Expand Down
2 changes: 1 addition & 1 deletion charts/k3s-traefik-config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This charts deploys a HelmChartConfig to overwrite the default [Traefik](https:/

## Prerequisites

- Kubernetes 1.22+
- Kubernetes 1.23+
- Helm 3.1+


Expand Down
26 changes: 0 additions & 26 deletions charts/k3s-traefik-config/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,6 @@ kubernetes:
customResourceDefinitions:
- https://raw.githubusercontent.com/devopstales/k8s_sec_lab/main/k8s-manifest/050-helm-controller.yaml
supportedVersions:
- 1.22.0
- 1.22.1
- 1.22.2
- 1.22.4
- 1.22.5
- 1.22.7
- 1.22.9
- 1.22.13
- 1.22.15
- 1.23.0
- 1.23.1
- 1.23.3
- 1.23.4
- 1.23.5
- 1.23.6
- 1.23.10
- 1.23.12
- 1.23.13
- 1.24.0
- 1.24.1
- 1.24.2
- 1.24.3
- 1.24.4
- 1.24.6
- 1.24.7
- 1.25.0
- 1.25.1
- 1.25.2
- 1.25.3
4 changes: 2 additions & 2 deletions charts/whoami/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: whoami
description: Tiny Go webserver that prints os information and HTTP request to output
type: application
version: 1.0.2
kubeVersion: ^1.22.0
version: 1.0.3
kubeVersion: ^1.23.0
appVersion: v1.8.0
sources:
- https://github.com/philippwaller/helm-charts/tree/main/charts/whoami
Expand Down
2 changes: 1 addition & 1 deletion charts/whoami/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This chart bootstraps an [whoami](https://github.com/traefik/whoami) deployment

## Prerequisites

- Kubernetes 1.22+
- Kubernetes 1.23+
- Helm 3.1+


Expand Down
26 changes: 0 additions & 26 deletions charts/whoami/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,32 +1,6 @@
kubernetes:
customResourceDefinitions: []
supportedVersions:
- 1.22.0
- 1.22.1
- 1.22.2
- 1.22.4
- 1.22.5
- 1.22.7
- 1.22.9
- 1.22.13
- 1.22.15
- 1.23.0
- 1.23.1
- 1.23.3
- 1.23.4
- 1.23.5
- 1.23.6
- 1.23.10
- 1.23.12
- 1.23.13
- 1.24.0
- 1.24.1
- 1.24.2
- 1.24.3
- 1.24.4
- 1.24.6
- 1.24.7
- 1.25.0
- 1.25.1
- 1.25.2
- 1.25.3

0 comments on commit 80d3f9b

Please sign in to comment.