Skip to content

Commit

Permalink
Merge pull request #8 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 c4151ef + b6d1cc6 commit 18ce031
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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-rego.yml@v3.0.4
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rego.yml@v3.1.0

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

uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rego.yml@v3.0.4
uses: kubewarden/github-actions/.github/workflows/reusable-release-policy-rego.yml@v3.1.0
with:
oci-target: ghcr.io/${{ github.repository_owner }}/policies/disallow-service-nodeport

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-rego.yml@v3.0.4
uses: kubewarden/github-actions/.github/workflows/reusable-test-policy-rego.yml@v3.1.0
10 changes: 5 additions & 5 deletions artifacthub-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,27 @@
#
# This config can be saved to its default location with:
# kwctl scaffold artifacthub > artifacthub-pkg.yml
version: 0.1.5
version: 0.1.6
name: disallow-service-nodeport
displayName: Disallow Service Nodeport
createdAt: 2023-03-21T17:35:37.059439031Z
createdAt: 2023-03-24T16:40:43.045778334Z
description: A policy that prevents the creation of Service resources of type `NodePort`
license: Apache-2.0
homeURL: https://github.com/kubewarden/disallow-service-nodeport-policy
containersImages:
- name: policy
image: ghcr.io/kubewarden/policies/disallow-service-nodeport:v0.1.5
image: ghcr.io/kubewarden/policies/disallow-service-nodeport:v0.1.6
keywords:
- service
links:
- name: policy
url: https://github.com/kubewarden/disallow-service-nodeport-policy/releases/download/v0.1.5/policy.wasm
url: https://github.com/kubewarden/disallow-service-nodeport-policy/releases/download/v0.1.6/policy.wasm
- name: source
url: https://github.com/kubewarden/disallow-service-nodeport-policy
install: |
The policy can be obtained using [`kwctl`](https://github.com/kubewarden/kwctl):
```console
kwctl pull ghcr.io/kubewarden/policies/disallow-service-nodeport:v0.1.5
kwctl pull ghcr.io/kubewarden/policies/disallow-service-nodeport:v0.1.6
```
maintainers:
- name: Kubewarden developers
Expand Down

0 comments on commit 18ce031

Please sign in to comment.