Skip to content

Commit

Permalink
Test against k8s 1.25.0 (#537)
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>

Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha committed Sep 20, 2022
1 parent b944c0b commit 92069bc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
needs: build
strategy:
matrix:
k8s: [v1.18.20, v1.19.16, v1.20.15, v1.21.12, v1.22.9, v1.23.6, v1.24.0]
k8s: [v1.18.20, v1.19.16, v1.20.15, v1.21.12, v1.22.9, v1.23.6, v1.24.0, v1.25.0]
steps:
- uses: actions/checkout@v1

Expand Down
2 changes: 2 additions & 0 deletions charts/kubedb-ops-manager/templates/operator-psp.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{ if .Capabilities.APIVersions.Has "policy/v1beta1/PodSecurityPolicy" }}
apiVersion: policy/v1beta1
kind: PodSecurityPolicy
metadata:
Expand All @@ -23,3 +24,4 @@ spec:
allowedCapabilities:
- IPC_LOCK
- SYS_RESOURCE
{{ end }}
2 changes: 2 additions & 0 deletions charts/kubedb-provisioner/templates/operator-psp.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{ if .Capabilities.APIVersions.Has "policy/v1beta1/PodSecurityPolicy" }}
apiVersion: policy/v1beta1
kind: PodSecurityPolicy
metadata:
Expand All @@ -23,3 +24,4 @@ spec:
allowedCapabilities:
- IPC_LOCK
- SYS_RESOURCE
{{ end }}

0 comments on commit 92069bc

Please sign in to comment.