2022-03-16 09:56:47 +05:30
|
|
|
---
|
|
|
|
apiVersion: v1
|
|
|
|
kind: Pod
|
|
|
|
metadata:
|
|
|
|
name: test-pod-with-non-root-user-image
|
|
|
|
spec:
|
|
|
|
containers:
|
|
|
|
- name: solr
|
|
|
|
image: solr
|
|
|
|
---
|
|
|
|
apiVersion: v1
|
|
|
|
kind: Pod
|
|
|
|
metadata:
|
|
|
|
name: test-pod-with-trusted-registry
|
|
|
|
spec:
|
|
|
|
containers:
|
|
|
|
- name: kyverno
|
2022-08-26 15:40:27 +02:00
|
|
|
image: ghcr.io/kyverno/kyverno:v1.7.3
|
2024-11-14 10:10:25 +02:00
|
|
|
---
|
|
|
|
apiVersion: v1
|
|
|
|
kind: Pod
|
|
|
|
metadata:
|
|
|
|
name: test-pod-with-single-arch-index
|
|
|
|
spec:
|
|
|
|
containers:
|
|
|
|
- name: solr-single-arch
|
|
|
|
image: solr:6
|
|
|
|
---
|
|
|
|
apiVersion: v1
|
|
|
|
kind: Pod
|
|
|
|
metadata:
|
|
|
|
name: test-pod-with-single-arch-no-index
|
|
|
|
spec:
|
|
|
|
containers:
|
|
|
|
- name: no-index
|
|
|
|
image: ghcr.io/kyverno/test-verify-image:signed
|