forked from kubewarden/helm-charts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
artifacthub-repo.yml
15 lines (15 loc) · 1.15 KB
/
artifacthub-repo.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
repositoryID: 710272c4-d7d8-4c72-b104-ee010b22fb58
owners:
- name: Kubewarden developers
email: [email protected]
ignore: # (optional, packages that should not be indexed by Artifact Hub)
- name: kubewarden-crds # Exact match
# match semver, and ignore prereleases (with `-`), but not builds ( with `+`)
version: ^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))+(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$
- name: kubewarden-controller # Exact match
# match semver, and ignore prereleases (with `-`), but not builds ( with `+`)
version: ^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))+(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$
- name: kubewarden-defaults # Exact match
# match semver, and ignore prereleases (with `-`), but not builds ( with `+`)
version: ^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))+(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$