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 d5199a1 commit c577078
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
needs: test
env:
WASM_BINARY_NAME: readonly_root_filesystem_psp_policy
OCI_TARGET: ghcr.io/kubewarden/policies/readonly-root-filesystem-psp-policy
OCI_TARGET: ghcr.io/kubewarden/policies/readonly-root-filesystem-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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "readonly-root-filesystem-psp-policy"
version = "0.1.1"
version = "0.1.2"
authors = ["Flavio Castelli <fcastelli@suse.com>"]
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: readonly-root-filesystem-psp-policy
name: readonly-root-filesystem-psp
description: A Kubewarden policy that enforces root filesystem to be readonly
homepage: https://github.com/kubewarden/readonly-root-filesystem-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/readonly-root-filesystem-psp-policy:__TAG__
registry: ghcr.io/kubewarden/policies/readonly-root-filesystem-psp:__TAG__
# url is optional
url: https://github.com/kubewarden/readonly-root-filesystem-psp-policy/releases/download/__TAG__/policy.wasm
keywords:
Expand Down

0 comments on commit c577078

Please sign in to comment.