Skip to content

Commit

Permalink
Merge pull request #32 from jvanz/main
Browse files Browse the repository at this point in the history
Bump v0.1.7 policy version.
  • Loading branch information
viccuad authored Jul 10, 2023
2 parents 54f4ebd + bcb06ac commit 606f0c4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "flexvolume-drivers-psp"
version = "0.1.5"
version = "0.1.7"
authors = ["Rafael Fernández López <[email protected]>"]
edition = "2018"

Expand Down
10 changes: 5 additions & 5 deletions artifacthub-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
#
# This config can be saved to its default location with:
# kwctl scaffold artifacthub > artifacthub-pkg.yml
version: 0.1.5
version: 0.1.7
name: flexvolume-drivers-psp
displayName: Flexvolume Drivers Psp
createdAt: 2023-03-21T11:57:55.995949483Z
createdAt: 2023-07-07T19:11:23.16092291Z
description: Replacement for the Kubernetes Pod Security Policy that controls the allowed `flexVolume` drivers
license: Apache-2.0
homeURL: https://github.com/kubewarden/flexvolume-drivers-psp-policy
containersImages:
- name: policy
image: ghcr.io/kubewarden/policies/flexvolume-drivers-psp:v0.1.5
image: ghcr.io/kubewarden/policies/flexvolume-drivers-psp:v0.1.7
keywords:
- psp
- container
Expand All @@ -22,13 +22,13 @@ keywords:
- flex
links:
- name: policy
url: https://github.com/kubewarden/flexvolume-drivers-psp-policy/releases/download/v0.1.5/policy.wasm
url: https://github.com/kubewarden/flexvolume-drivers-psp-policy/releases/download/v0.1.7/policy.wasm
- name: source
url: https://github.com/kubewarden/flexvolume-drivers-psp-policy
install: |
The policy can be obtained using [`kwctl`](https://github.com/kubewarden/kwctl):
```console
kwctl pull ghcr.io/kubewarden/policies/flexvolume-drivers-psp:v0.1.5
kwctl pull ghcr.io/kubewarden/policies/flexvolume-drivers-psp:v0.1.7
```
maintainers:
- name: Kubewarden developers
Expand Down

0 comments on commit 606f0c4

Please sign in to comment.