Skip to content

Commit 8418049

Browse files
vladimir22503095973
andauthored
feature-update-supported-k8s-version (#154)
* feature-update-supported-k8s-version * Update Chart.yaml * Update Chart.yaml Co-authored-by: 503095973 <volodymyr.pronkin@ge.com>
1 parent 2c454ff commit 8418049

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/build-and-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
needs: lint
9898
strategy:
9999
matrix:
100-
k8s_version: ['v1.21.6', 'v1.22.3', 'v1.23.1']
100+
k8s_version: ['v1.21.6', 'v1.22.3', 'v1.23.1', 'v1.24.3']
101101
steps:
102102
- name: Checkout
103103
uses: actions/checkout@v2

charts/db-operator/Chart.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
apiVersion: v2
22
type: application
3-
kubeVersion: ">= 1.19-prerelease <= 1.23-prerelease"
3+
## All supported k8s versions are in the test: https://github.com/kloeckner-i/db-operator/blob/master/.github/workflows/build-and-test.yaml
4+
kubeVersion: ">= 1.21-prerelease"
45
appVersion: "1.6.5"
56
description: A Database Operator
67
name: db-operator
7-
version: 1.2.6
8+
version: 1.2.7

0 commit comments

Comments
 (0)