Skip to content

Commit aade588

Browse files
committed
fix(helm): Test oldest supported k8s version
1 parent 4d2fe44 commit aade588

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

.github/workflows/k8s-tests.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ jobs:
1414
matrix:
1515
include:
1616
# databases, broker and k8s are independent, so we don't need to test each combination
17-
# lastest k8s version (https://kubernetes.io/releases/) and oldest supported version from aws
18-
# are tested (https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html#available-versions)
19-
- k8s: 'v1.34.0'
17+
# lastest k8s version (https://kubernetes.io/releases/) and the oldest officially supported version
18+
# are tested (https://kubernetes.io/releases/)
19+
- k8s: 'v1.34.1'
20+
os: debian
21+
- k8s: 'v1.31.13'
2022
os: debian
2123
steps:
2224
- name: Checkout

helm/defectdojo/Chart.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ annotations:
2222
artifacthub.io/changes: |
2323
- kind: changed
2424
description: DRY cloudsql-proxy
25+
- kind: added
26+
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)