Skip to content

Commit 0b5482d

Browse files
committed
fix(helm): Test oldest supported k8s version
1 parent c05fff3 commit 0b5482d

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

.github/workflows/k8s-tests.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,15 @@ jobs:
2323
matrix:
2424
include:
2525
# databases, broker and k8s are independent, so we don't need to test each combination
26-
# lastest k8s version (https://kubernetes.io/releases/) and oldest supported version from aws
27-
# are tested (https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html#available-versions)
26+
# lastest k8s version (https://kubernetes.io/releases/) and the oldest officially supported version
27+
# are tested (https://kubernetes.io/releases/)
2828
- databases: pgsql
2929
brokers: redis
30-
k8s: 'v1.34.0'
30+
k8s: 'v1.34.1'
31+
os: debian
32+
- databases: pgsql
33+
brokers: redis
34+
k8s: 'v1.31.13'
3135
os: debian
3236
steps:
3337
- name: Checkout

helm/defectdojo/Chart.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,6 @@ dependencies:
1919
condition: redis.enabled
2020
annotations:
2121
artifacthub.io/prerelease: "true"
22-
artifacthub.io/changes: ""
22+
artifacthub.io/changes: |
23+
- kind: added
24+
description: Testing on the oldest officially supported k8s

helm/defectdojo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ this [guide](https://helm.sh/docs/using_helm/#installing-helm).
1111

1212
## Supported Kubernetes Versions
1313

14-
The tests cover the deployment on the lastest [kubernetes version](https://kubernetes.io/releases/) and the oldest supported [version from AWS](https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html#available-versions). The assumption is that version in between do not have significant differences. Current tested versions can looks up in the [github k8s workflow](https://github.com/DefectDojo/django-DefectDojo/blob/master/.github/workflows/k8s-tests.yml).
14+
The tests cover the deployment on the lastest [kubernetes version](https://kubernetes.io/releases/) and [the oldest officially supported version](https://kubernetes.io/releases/). The assumption is that version in between do not have significant differences. Current tested versions can looks up in the [github k8s workflow](https://github.com/DefectDojo/django-DefectDojo/blob/master/.github/workflows/k8s-tests.yml).
1515

1616
## Helm chart
1717

helm/defectdojo/README.md.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ this [guide](https://helm.sh/docs/using_helm/#installing-helm).
1111

1212
## Supported Kubernetes Versions
1313

14-
The tests cover the deployment on the lastest [kubernetes version](https://kubernetes.io/releases/) and the oldest supported [version from AWS](https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html#available-versions). The assumption is that version in between do not have significant differences. Current tested versions can looks up in the [github k8s workflow](https://github.com/DefectDojo/django-DefectDojo/blob/master/.github/workflows/k8s-tests.yml).
14+
The tests cover the deployment on the lastest [kubernetes version](https://kubernetes.io/releases/) and [the oldest officially supported version](https://kubernetes.io/releases/). The assumption is that version in between do not have significant differences. Current tested versions can looks up in the [github k8s workflow](https://github.com/DefectDojo/django-DefectDojo/blob/master/.github/workflows/k8s-tests.yml).
1515

1616
## Helm chart
1717

0 commit comments

Comments
 (0)