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 a35f139 commit b9e5a39
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
runs-on: ubuntu-latest
needs: test
env:
WASM_BINARY_NAME: psp_user_group
OCI_TARGET: ghcr.io/kubewarden/policies/psp-user-group
WASM_BINARY_NAME: user_group_psp
OCI_TARGET: ghcr.io/kubewarden/policies/user-group-psp
METADATA_FILE: metadata.yml
KWCTL_VERSION: v0.1.9
steps:
Expand Down
30 changes: 15 additions & 15 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "psp-user-group"
version = "0.1.0"
name = "user-group-psp"
version = "0.1.3"
authors = ["José Guilherme Vanz <[email protected]>"]
edition = "2018"

Expand Down
4 changes: 2 additions & 2 deletions hub.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: psp-user-group
name: user-group-psp
description: A Pod Security Policy that controls the container user and groups
homepage: https://github.com/kubewarden/user-group-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-user-group:__TAG__
registry: ghcr.io/kubewarden/policies/user-group-psp:__TAG__
# url is optional
url: https://github.com/kubewarden/user-group-psp-policy/releases/download/__TAG__/policy.wasm
keywords:
Expand Down

0 comments on commit b9e5a39

Please sign in to comment.