Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Set valid metadata.name, can't contain spaces #4

Merged
merged 1 commit into from
Jan 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions artifacthub-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
# This config can be saved to its default location with:
# kwctl scaffold artifacthub > artifacthub-pkg.yml
version: 0.1.0-rc1
name: Container Resources
name: container-resources
displayName: Container Resources
createdAt: 2024-01-11T13:14:35.83415595Z
createdAt: 2024-01-25T12:36:43.375206024Z
description: Policy is designed to enforce constraints on the resource requirements of Kubernetes containers
license: Apache-2.0
homeURL: https://github.com/kubewarden/container-resources-policy
Expand Down
6 changes: 3 additions & 3 deletions metadata.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
rules:
- apiGroups:
- ''
- ""
apiVersions:
- v1
resources:
- pods
operations:
- CREATE
- apiGroups:
- ''
- ""
apiVersions:
- v1
resources:
Expand Down Expand Up @@ -53,7 +53,7 @@ annotations:
io.artifacthub.keywords: container, resources
io.kubewarden.policy.ociUrl: ghcr.io/kubewarden/policies/container-resources # must match release workflow oci-target
# kubewarden specific:
io.kubewarden.policy.title: Container Resources
io.kubewarden.policy.title: container-resources
io.kubewarden.policy.description: Policy is designed to enforce constraints on the resource requirements of Kubernetes containers
io.kubewarden.policy.author: "Kubewarden developers <cncf-kubewarden-maintainers@lists.cncf.io>"
io.kubewarden.policy.url: https://github.com/kubewarden/container-resources-policy
Expand Down
Loading