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 e91e6f9 commit 24948b0
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 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_allow_privilege_escalation
OCI_TARGET: ghcr.io/kubewarden/policies/psp-allow-privilege-escalation
WASM_BINARY_NAME: allow_privilege_escalation_psp
OCI_TARGET: ghcr.io/kubewarden/policies/allow-privilege-escalation-psp
METADATA_FILE: metadata.yml
KWCTL_VERSION: v0.1.9
steps:
Expand Down
24 changes: 12 additions & 12 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-allow-privilege-escalation"
version = "0.1.9"
name = "allow-privilege-escalation-psp"
version = "0.1.10"
authors = ["Flavio Castelli <[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,11 +1,11 @@
name: psp-allow-privilege-escalation
name: allow-privilege-escalation-psp
description: A Pod Security Policy that controls usage of `allowPrivilegeEscalation`
homepage: https://github.com/kubewarden/allow-privilege-escalation-psp-policy
author:
name: Kubewarden devs
homepage: https://github.com/kubewarden
download:
registry: ghcr.io/kubewarden/policies/psp-allow-privilege-escalation:__TAG__
registry: ghcr.io/kubewarden/policies/allow-privilege-escalation-psp:__TAG__
url: https://github.com/kubewarden/allow-privilege-escalation-psp-policy/releases/download/__TAG__/policy.wasm
keywords:
- PSP
Expand Down

0 comments on commit 24948b0

Please sign in to comment.