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 93694b4 commit 3675f1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
if: github.event.workflow_run.event != 'pull_request'
runs-on: ubuntu-latest
env:
OCI_TARGET: ghcr.io/kubewarden/policies/psp-hostpaths
OCI_TARGET: ghcr.io/kubewarden/policies/hostpaths-psp
KWCTL_VERSION: v0.1.10

steps:
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-hostpaths
name: hostpaths-psp
description: A Pod Security Policy that controls usage of hostPath volumes
homepage: https://github.com/kubewarden/hostpaths-psp-policy
author:
name: Kuberwarden devs
homepage: https://github.com/kubewarden
download:
registry: ghcr.io/kubewarden/policies/psp-hostpaths:__TAG__
registry: ghcr.io/kubewarden/policies/hostpaths-psp:__TAG__
url: https://github.com/kubewarden/hostpaths-psp-policy/releases/download/__TAG__/policy.wasm
keywords:
- PSP
Expand Down

0 comments on commit 3675f1a

Please sign in to comment.