Skip to content

Commit

Permalink
Bump policy version
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasdinov committed Jul 25, 2023
1 parent df27c3f commit 8e74207
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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 = "disallow-default-namespace"
version = "0.1.0"
version = "0.1.1"
authors = ["Atanas Dinov <[email protected]>"]
edition = "2021"

Expand Down
10 changes: 5 additions & 5 deletions artifacthub-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
#
# This config can be saved to its default location with:
# kwctl scaffold artifacthub > artifacthub-pkg.yml
version: 0.1.0
version: 0.1.1
name: disallow-default-namespace
displayName: Disallow Default Namespace
createdAt: 2023-07-25T15:03:39.393907Z
createdAt: 2023-07-25T17:04:31.819105Z
description: Prevents workload resources from being deployed to the default namespace
license: Apache-2.0
homeURL: https://github.com/atanasdinov/disallow-default-namespace
containersImages:
- name: policy
image: ghcr.io/atanasdinov/policies/disallow-default-namespace:v0.1.0
image: ghcr.io/atanasdinov/policies/disallow-default-namespace:v0.1.1
keywords:
- pod
- job
Expand All @@ -23,13 +23,13 @@ keywords:
- kubewarden
links:
- name: policy
url: https://github.com/atanasdinov/disallow-default-namespace/releases/download/v0.1.0/policy.wasm
url: https://github.com/atanasdinov/disallow-default-namespace/releases/download/v0.1.1/policy.wasm
- name: source
url: https://github.com/atanasdinov/disallow-default-namespace
install: |
The policy can be obtained using [`kwctl`](https://github.com/kubewarden/kwctl):
```console
kwctl pull ghcr.io/atanasdinov/policies/disallow-default-namespace:v0.1.0
kwctl pull ghcr.io/atanasdinov/policies/disallow-default-namespace:v0.1.1
```
maintainers:
- name: Atanas Dinov
Expand Down

0 comments on commit 8e74207

Please sign in to comment.