1
+ apiVersion : content.hauler.cattle.io/v1alpha1
2
+ kind : Images
3
+ metadata :
4
+ name : validator-images
5
+ spec :
6
+ images :
7
+ - name : quay.io/validator-labs/validator:v0.0.44
8
+ - name : quay.io/validator-labs/validator-plugin-aws:v0.1.1
9
+ - name : quay.io/validator-labs/validator-plugin-azure:v0.0.12
10
+ - name : quay.io/validator-labs/validator-plugin-kubescape:v0.0.3
11
+ - name : quay.io/validator-labs/validator-plugin-maas:v0.0.4
12
+ - name : quay.io/validator-labs/validator-plugin-network:v0.0.17
13
+ - name : quay.io/validator-labs/validator-plugin-oci:v0.0.10
14
+ - name : quay.io/validator-labs/validator-plugin-vsphere:v0.0.26
15
+ - name : quay.io/validator-labs/validator-certs-init:1.0.0
16
+ - name : gcr.io/spectro-images-public/release/spectro-cleanup:1.2.0
17
+ - name : gcr.io/kubebuilder/kube-rbac-proxy:v0.15.0
18
+ - name : gcr.io/kubebuilder/kube-rbac-proxy:v0.16.0
19
+ # TODO: align on a single kube-rbac-proxy image
20
+ # TODO: handle kind image; requires changes in validatorctl
21
+ ---
22
+ apiVersion : content.hauler.cattle.io/v1alpha1
23
+ kind : Charts
24
+ metadata :
25
+ name : validator-charts
26
+ spec :
27
+ charts :
28
+ - name : validator
29
+ repoURL : https://validator-labs.github.io/validator
30
+ version : 0.0.44
31
+ - name : validator-plugin-aws
32
+ repoURL : https://validator-labs.github.io/validator-plugin-aws
33
+ version : 0.1.1
34
+ - name : validator-plugin-azure
35
+ repoURL : https://validator-labs.github.io/validator-plugin-azure
36
+ version : 0.0.12
37
+ - name : validator-plugin-kubescape
38
+ repoURL : https://validator-labs.github.io/validator-plugin-kubescape
39
+ version : 0.0.3
40
+ - name : validator-plugin-maas
41
+ repoURL : https://validator-labs.github.io/validator-plugin-maas
42
+ version : 0.0.4
43
+ - name : validator-plugin-network
44
+ repoURL : https://validator-labs.github.io/validator-plugin-network
45
+ version : 0.0.17
46
+ - name : validator-plugin-oci
47
+ repoURL : https://validator-labs.github.io/validator-plugin-oci
48
+ version : 0.0.10
49
+ - name : validator-plugin-vsphere
50
+ repoURL : https://validator-labs.github.io/validator-plugin-vsphere
51
+ version : 0.0.26
52
+ ---
53
+ apiVersion : content.hauler.cattle.io/v1alpha1
54
+ kind : Files
55
+ metadata :
56
+ name : validator-files
57
+ spec :
58
+ files :
59
+ - name : validatorctl
60
+ path : https://github.com/validator-labs/validatorctl/releases/download/v0.0.3/validator-linux-amd64
0 commit comments