Skip to content

Commit

Permalink
remove support for k8s 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
molestaShoper committed Sep 9, 2024
1 parent 44be081 commit 187c353
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
lint-test:
strategy:
matrix:
k8s: [1.18.19, 1.19.11, 1.20.7, 1.21.10, 1.22.7, 1.29.8]
k8s: [1.19.11, 1.20.7, 1.21.10, 1.22.7, 1.29.8]
runs-on: ubuntu-latest
env:
CT_CHART_DIRS: charts
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ helm install emagtechlabs/<chartname>
```

## Kuberenetes Versions
| 1.18 | 1.19 | 1.20 | 1.21 | 1.22 | 1.29 |
|------|------|------|------|------|------|
|:white_check_mark:|:white_check_mark:|:white_check_mark:|:white_check_mark:|:white_check_mark:|:white_check_mark:|
| 1.19 | 1.20 | 1.21 | 1.22 | 1.29 |
|------|------|------|------|------|
|:white_check_mark:|:white_check_mark:|:white_check_mark:|:white_check_mark:|:white_check_mark:|

## Repository structure
This GitHub repository contains both sources and packages for helm charts developed by emagtechlabs.
Expand Down

0 comments on commit 187c353

Please sign in to comment.