Skip to content

Commit

Permalink
Update ghcr.io/kubewarden/policies/volumes-psp Docker tag to v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 22, 2023
1 parent f8522f4 commit 25d4759
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/__tests__/__snapshots__/index.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3356,7 +3356,7 @@ Array [
"name": "psp-volumes",
},
"spec": Object {
"module": "registry://ghcr.io/kubewarden/policies/volumes-psp:v0.1.6",
"module": "registry://ghcr.io/kubewarden/policies/volumes-psp:v0.1.8",
"mutating": false,
"rules": Array [
Object {
Expand Down
2 changes: 1 addition & 1 deletion src/kubewarden.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export function transform_kubewarden(PSP: k8s.V1beta1PodSecurityPolicy): object[
if (!PSP.spec?.volumes?.includes('*'))
policies.push(mod.kubewarden_policy_helper(
'volumes',
'registry://ghcr.io/kubewarden/policies/volumes-psp:v0.1.6',
'registry://ghcr.io/kubewarden/policies/volumes-psp:v0.1.8',
{ allowedTypes: PSP.spec?.volumes }
))

Expand Down
2 changes: 1 addition & 1 deletion tests/volumes/kubewarden.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: volumes
spec:
policyServer: default
module: registry://ghcr.io/kubewarden/policies/volumes-psp:v0.1.6
module: registry://ghcr.io/kubewarden/policies/volumes-psp:v0.1.8
rules:
- apiGroups: [""]
apiVersions: ["v1"]
Expand Down

0 comments on commit 25d4759

Please sign in to comment.