File tree Expand file tree Collapse file tree 4 files changed +11
-13
lines changed Expand file tree Collapse file tree 4 files changed +11
-13
lines changed Original file line number Diff line number Diff line change 77 branches :
88 - main
99env :
10- HELM_VERSION : v3.15.4
11- HELMFILE_VERSION : v0.167.1
12- PYTHON_VERSION : 3.9
10+ HELM_VERSION : v3.18.3
11+ HELMFILE_VERSION : v1.1.2
12+ PYTHON_VERSION : 3.13
1313jobs :
1414 lint :
1515 runs-on : ubuntu-latest
@@ -48,13 +48,10 @@ jobs:
4848 strategy :
4949 matrix :
5050 k8s_version :
51- - v1.22.15
52- - v1.23.17
53- - v1.24.15
54- - v1.25.11
55- - v1.26.6
56- - v1.27.3
57- - v1.28.0
51+ - v1.30.13
52+ - v1.31.9
53+ - v1.32.5
54+ - v1.33.1
5855 steps :
5956 - name : Checkout
6057 uses : actions/checkout@v3
@@ -158,7 +155,7 @@ jobs:
158155 - name : Install Helm
159156 uses : azure/setup-helm@v3
160157 with :
161- version : v3.9.4
158+ version : ${{ env.HELM_VERSION }}
162159 - name : Run chart-releaser
163160 uses : helm/chart-releaser-action@v1.4.0
164161 env :
Original file line number Diff line number Diff line change 11apiVersion : v2
22type : application
33name : db-operator
4- version : 1.36.1
4+ version : 1.37.0
55# ---------------------------------------------------------------------------------
66# -- All supported k8s versions are in the test:
77# -- https://github.com/db-operator/charts/blob/main/.github/workflows/test.yaml
88# ---------------------------------------------------------------------------------
9- kubeVersion : " >= 1.22 -prerelease"
9+ kubeVersion : " >= 1.30 -prerelease"
1010appVersion : " 2.12.1"
1111description : The DB Operator creates databases and make them available in the cluster via Custom Resource.
1212home : https://github.com/db-operator/db-operator
Original file line number Diff line number Diff line change 4646 - create
4747 - update
4848 - list
49+ - watch
4950- apiGroups :
5051 - batch
5152 resources :
File renamed without changes.
You can’t perform that action at this time.
0 commit comments