Skip to content

Commit fff0bbf

Browse files
authored
Fix db-operator permissions and update k8s versions (#75)
1 parent 611edb5 commit fff0bbf

File tree

4 files changed

+11
-13
lines changed

4 files changed

+11
-13
lines changed

.github/workflows/helm-workflow.yaml

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ on:
77
branches:
88
- main
99
env:
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
1313
jobs:
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/[email protected]
164161
env:

charts/db-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
apiVersion: v2
22
type: application
33
name: 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"
1010
appVersion: "2.12.1"
1111
description: The DB Operator creates databases and make them available in the cluster via Custom Resource.
1212
home: https://github.com/db-operator/db-operator

charts/db-operator/templates/controller/rbac.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ rules:
4646
- create
4747
- update
4848
- list
49+
- watch
4950
- apiGroups:
5051
- batch
5152
resources:
File renamed without changes.

0 commit comments

Comments
 (0)