Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
k8sVersion: ["1.18.6", "1.17.5", "1.16.9", "1.15.11"]
k8sVersion: ["1.19.0", "1.18.8", "1.17.5", "1.16.9"]
steps:
- uses: actions/checkout@master
- name: "Start kind cluster"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ There is a German article about [Security DevOps – Angreifern (immer) einen Sc

### Prerequisites

- kubernetes (last 4 major releases supported: `1.15`, `1.16`, `1.17` & `1.18`)
- kubernetes (last 4 major releases supported: `1.16`, `1.17`, `1.18` & `1.19`,)

### Deployment (based on Helm)

Expand Down