Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
Fix naming discrepancies between Policy Hub and GitHub
  • Loading branch information
flavio committed Dec 3, 2021
1 parent 3cc1331 commit e899f41
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
runs-on: ubuntu-latest
needs: test
env:
WASM_BINARY_NAME: psp_allowed_proc_mount_types
OCI_TARGET: ghcr.io/kubewarden/policies/psp-allowed-proc-mount-types
WASM_BINARY_NAME: allowed_proc_mount_types_psp
OCI_TARGET: ghcr.io/kubewarden/policies/allowed-proc-mount-types-psp
METADATA_FILE: metadata.yml
KWCTL_VERSION: v0.1.9
steps:
Expand Down
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.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "psp-allowed-proc-mount-types"
version = "0.1.0"
name = "allowed-proc-mount-types-psp"
version = "0.1.1"
authors = ["Rafael Fernández López <[email protected]>"]
edition = "2018"

Expand All @@ -14,4 +14,4 @@ k8s-openapi = { version = "0.11.0", features = ["v1_20"] }
kubewarden-policy-sdk = "0.2.3"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
wapc-guest = "0.4.0"
wapc-guest = "0.4.0"
4 changes: 2 additions & 2 deletions hub.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: psp-allowed-proc-mount-types
name: allowed-proc-mount-types-psp
description: Replacement for the Kubernetes Pod Security Policy that controls he usage of /proc mount types
homepage: https://github.com/kubewarden/allowed-proc-mount-types-psp-policy
author:
name: Kubewarden devs
homepage: https://github.com/kubewarden
download:
# Important: leave the __TAG__ around: this is automatically replaced with the value of the git tag
registry: ghcr.io/kubewarden/policies/psp-allowed-proc-mount-types:__TAG__
registry: ghcr.io/kubewarden/policies/allowed-proc-mount-types-psp:__TAG__
# url is optional
url: https://github.com/kubewarden/allowed-proc-mount-types-psp-policy/releases/download/__TAG__/policy.wasm
keywords:
Expand Down

0 comments on commit e899f41

Please sign in to comment.