Skip to content

Commit

Permalink
feature-update-supported-k8s-version (#154)
Browse files Browse the repository at this point in the history
* feature-update-supported-k8s-version

* Update Chart.yaml

* Update Chart.yaml

Co-authored-by: 503095973 <[email protected]>
  • Loading branch information
vladimir22 and 503095973 authored Aug 8, 2022
1 parent 2c454ff commit 8418049
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
needs: lint
strategy:
matrix:
k8s_version: ['v1.21.6', 'v1.22.3', 'v1.23.1']
k8s_version: ['v1.21.6', 'v1.22.3', 'v1.23.1', 'v1.24.3']
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
5 changes: 3 additions & 2 deletions charts/db-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
apiVersion: v2
type: application
kubeVersion: ">= 1.19-prerelease <= 1.23-prerelease"
## All supported k8s versions are in the test: https://github.com/kloeckner-i/db-operator/blob/master/.github/workflows/build-and-test.yaml
kubeVersion: ">= 1.21-prerelease"
appVersion: "1.6.5"
description: A Database Operator
name: db-operator
version: 1.2.6
version: 1.2.7

0 comments on commit 8418049

Please sign in to comment.