Skip to content

Commit

Permalink
Merge pull request #53 from kubewarden/fix-artifacthub
Browse files Browse the repository at this point in the history
feat: Publish to artifacthub via artifacthub branch
  • Loading branch information
viccuad authored Mar 24, 2023
2 parents da4cc96 + 557da17 commit 72b37e9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

test:
name: run tests and linters
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.0.4
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.1.0

release:
needs: test
Expand All @@ -23,6 +23,6 @@ jobs:
# Required by cosign keyless signing
id-token: write

uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rust.yml@v3.0.4
uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rust.yml@v3.1.0
with:
oci-target: ghcr.io/${{ github.repository_owner }}/policies/user-group-psp
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: Continuous integration
jobs:
test:
name: run tests and linters
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.0.4
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rust.yml@v3.1.0
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 = "user-group-psp"
version = "0.4.6"
version = "0.4.7"
authors = ["José Guilherme Vanz <[email protected]>"]
edition = "2018"

Expand Down
10 changes: 5 additions & 5 deletions artifacthub-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,30 @@
#
# This config can be saved to its default location with:
# kwctl scaffold artifacthub > artifacthub-pkg.yml
version: 0.4.6
version: 0.4.7
name: user-group-psp
displayName: User Group PSP
createdAt: 2023-03-21T09:58:48.214868825Z
createdAt: 2023-03-24T16:15:45.076684829Z
description: Kubewarden Policy that controls containers user and groups
license: Apache-2.0
homeURL: https://github.com/kubewarden/user-group-psp-policy
containersImages:
- name: policy
image: ghcr.io/kubewarden/policies/user-group-psp:v0.4.6
image: ghcr.io/kubewarden/policies/user-group-psp:v0.4.7
keywords:
- psp
- container
- user
- group
links:
- name: policy
url: https://github.com/kubewarden/user-group-psp-policy/releases/download/v0.4.6/policy.wasm
url: https://github.com/kubewarden/user-group-psp-policy/releases/download/v0.4.7/policy.wasm
- name: source
url: https://github.com/kubewarden/user-group-psp-policy
install: |
The policy can be obtained using [`kwctl`](https://github.com/kubewarden/kwctl):
```console
kwctl pull ghcr.io/kubewarden/policies/user-group-psp:v0.4.6
kwctl pull ghcr.io/kubewarden/policies/user-group-psp:v0.4.7
```
maintainers:
- name: Kubewarden developers
Expand Down

0 comments on commit 72b37e9

Please sign in to comment.