Skip to content

Commit

Permalink
Merge branch 'main' into test-dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
eddycharly committed Aug 28, 2024
2 parents 1b012ee + c973672 commit b29c29e
Show file tree
Hide file tree
Showing 872 changed files with 6,989 additions and 6,953 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/cel-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,14 @@ jobs:
fail-fast: false
matrix:
k8s-version:
- name: v1.25
version: v1.25.16
- name: v1.26
version: v1.26.14
- name: v1.27
version: v1.27.11
- name: v1.28
version: v1.28.7
version: v1.28.13
- name: v1.29
version: v1.29.2
version: v1.29.8
- name: v1.30
version: v1.30.4
- name: v1.31
version: v1.31.0
tests:
- ^argo-cel$
- ^aws-cel$
Expand Down
14 changes: 6 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,14 @@ jobs:
fail-fast: false
matrix:
k8s-version:
- name: v1.25
version: v1.25.16
- name: v1.26
version: v1.26.14
- name: v1.27
version: v1.27.11
- name: v1.28
version: v1.28.7
version: v1.28.13
- name: v1.29
version: v1.29.2
version: v1.29.8
- name: v1.30
version: v1.30.4
- name: v1.31
version: v1.31.0
tests:
- ^argo$/^(application-field-validation|application-prevent-default-project|application-prevent-updates-project|applicationset-name-matches-project|appproject-clusterresourceblacklist|argo-cluster-generation-from-rancher-capi)$
- ^aws$/^(require-encryption-aws-loadbalancers)$
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
spec:
containers:
- name: busybox
image: busybox:1.35
image: ghcr.io/kyverno/test-busybox:1.35
command:
- sleep
- "3600"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ spec:
automountServiceAccountToken: false
containers:
- name: busybox
image: busybox:1.35
image: ghcr.io/kyverno/test-busybox:1.35
command:
- sleep
- "3600"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
app: busybox
spec:
containers:
- image: busybox:v1.35
- image: ghcr.io/kyverno/test-busybox:1.35
name: busybox
command:
- "sleep"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
name: good-daemonset
spec:
containers:
- image: busybox:v1.35
- image: ghcr.io/kyverno/test-busybox:1.35
name: busybox
command:
- "sleep"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
app: busybox
spec:
containers:
- image: busybox:v1.35
- image: ghcr.io/kyverno/test-busybox:1.35
name: busybox
command:
- "sleep"
Expand All @@ -50,7 +50,7 @@ spec:
name: good-daemonset
spec:
containers:
- image: busybox:v1.35
- image: ghcr.io/kyverno/test-busybox:1.35
name: busybox
command:
- "sleep"
Expand All @@ -65,7 +65,7 @@ spec:
template:
spec:
containers:
- image: busybox:v1.35
- image: ghcr.io/kyverno/test-busybox:1.35
name: busybox
command:
- "sleep"
Expand All @@ -90,7 +90,7 @@ spec:
app: busybox
spec:
containers:
- image: busybox:v1.35
- image: ghcr.io/kyverno/test-busybox:1.35
name: busybox
command:
- "sleep"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
template:
spec:
containers:
- image: busybox:v1.35
- image: ghcr.io/kyverno/test-busybox:1.35
name: busybox
command:
- "sleep"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
app: busybox
spec:
containers:
- image: busybox:v1.35
- image: ghcr.io/kyverno/test-busybox:1.35
name: busybox
command:
- "sleep"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
app: busybox
spec:
containers:
- image: busybox
- image: ghcr.io/kyverno/test-busybox
name: busybox
- image: docker.io/tiller:latest
name: helm-tiller
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ spec:
- name: helm-tiller
image: docker.io/tiller:latest
- name: somebox
image: busybox:1.35
image: ghcr.io/kyverno/test-busybox:1.35

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
spec:
containers:
- name: somebox
image: busybox:1.35
image: ghcr.io/kyverno/test-busybox:1.35
- name: helm-tiller
image: docker.io/tiller:latest

Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
app: busybox
spec:
containers:
- image: busybox:v1.35
- image: ghcr.io/kyverno/test-busybox:1.35
name: busybox
command: ["sleep", "3600"]

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
spec:
containers:
- name: busybox
image: busybox:v1.35
image: ghcr.io/kyverno/test-busybox:1.35
- name: nothelmbox
image: busybox:v1.35
image: ghcr.io/kyverno/test-busybox:1.35

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
spec:
containers:
- name: busybox
image: busybox:latest
image: ghcr.io/kyverno/test-busybox:latest
- name: nginx
image: nginx:1.35
image: ghcr.io/kyverno/test-nginx:1.35

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
spec:
containers:
- name: nginx
image: nginx:1.35
image: ghcr.io/kyverno/test-nginx:1.35
- name: busybox
image: busybox:latest
image: ghcr.io/kyverno/test-busybox:latest

Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ metadata:
spec:
containers:
- name: busybox
image: busybox
image: ghcr.io/kyverno/test-busybox
- name: nginx
image: nginx:1.35
image: ghcr.io/kyverno/test-nginx:1.35
---
apiVersion: v1
kind: Pod
Expand All @@ -16,9 +16,9 @@ metadata:
spec:
containers:
- name: nginx
image: nginx:1.35
image: ghcr.io/kyverno/test-nginx:1.35
- name: busybox
image: busybox
image: ghcr.io/kyverno/test-busybox
---
apiVersion: v1
kind: Pod
Expand All @@ -27,7 +27,7 @@ metadata:
spec:
containers:
- name: busybox
image: busybox
image: ghcr.io/kyverno/test-busybox
- name: nginx
image: nginx:latest
image: ghcr.io/kyverno/test-nginx:latest

Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ metadata:
spec:
containers:
- name: busybox
image: busybox:v1.35
image: ghcr.io/kyverno/test-busybox:1.35

Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,29 @@ metadata:
spec:
initContainers:
- name: init
image: busybox:1.35
image: ghcr.io/kyverno/test-busybox:1.35
securityContext:
capabilities:
add: ["SYS_TIME"]
drop:
- ALL
- name: init2
image: busybox:1.35
image: ghcr.io/kyverno/test-busybox:1.35
securityContext:
capabilities:
add: ["SYS_TIME"]
drop:
- ALL
containers:
- name: add-capabilities
image: busybox:1.35
image: ghcr.io/kyverno/test-busybox:1.35
securityContext:
capabilities:
add: ["SYS_TIME"]
drop:
- ALL
- name: add-capabilities-again
image: busybox:1.35
image: ghcr.io/kyverno/test-busybox:1.35
---
apiVersion: v1
kind: Pod
Expand All @@ -36,24 +36,24 @@ metadata:
spec:
initContainers:
- name: init
image: busybox:1.35
image: ghcr.io/kyverno/test-busybox:1.35
securityContext:
capabilities:
add: ["SYS_TIME"]
drop:
- ALL
- name: init2
image: busybox:1.35
image: ghcr.io/kyverno/test-busybox:1.35
securityContext:
capabilities:
add: ["SYS_TIME"]
drop:
- ALL
containers:
- name: add-capabilities-again
image: busybox:1.35
image: ghcr.io/kyverno/test-busybox:1.35
- name: add-capabilities
image: busybox:1.35
image: ghcr.io/kyverno/test-busybox:1.35
securityContext:
capabilities:
add: ["SYS_TIME"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ metadata:
spec:
containers:
- name: add-capabilities
image: busybox:1.35
image: ghcr.io/kyverno/test-busybox:1.35
securityContext:
capabilities:
add: ["SYS_TIME"]
drop:
- ALL
- name: add-capabilities-again
image: busybox:1.35
image: ghcr.io/kyverno/test-busybox:1.35
securityContext:
capabilities:
add: ["SYS_TIME"]
Expand All @@ -26,12 +26,12 @@ metadata:
spec:
containers:
- name: add-capabilities
image: busybox:1.35
image: ghcr.io/kyverno/test-busybox:1.35
securityContext:
capabilities:
add: ["SYS_TIME"]
- name: add-capabilities-again
image: busybox:1.35
image: ghcr.io/kyverno/test-busybox:1.35
securityContext:
capabilities:
add: ["SYS_TIME"]
Expand All @@ -45,11 +45,11 @@ metadata:
spec:
containers:
- name: init
image: busybox:1.35
image: ghcr.io/kyverno/test-busybox:1.35
securityContext:
capabilities:
drop:
- ALL
- name: init-again
image: busybox:1.35
image: ghcr.io/kyverno/test-busybox:1.35

Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ metadata:
spec:
initContainers:
- name: init
image: busybox:1.35
image: ghcr.io/kyverno/test-busybox:1.35
securityContext:
capabilities:
add: ["SYS_TIME"]
drop:
- ALL
- name: init2
image: busybox:1.35
image: ghcr.io/kyverno/test-busybox:1.35
containers:
- name: add-capabilities
image: busybox:1.35
image: ghcr.io/kyverno/test-busybox:1.35
securityContext:
capabilities:
add: ["SYS_TIME"]
Expand All @@ -29,17 +29,17 @@ metadata:
spec:
initContainers:
- name: init
image: busybox:1.35
image: ghcr.io/kyverno/test-busybox:1.35
- name: init2
image: busybox:1.35
image: ghcr.io/kyverno/test-busybox:1.35
securityContext:
capabilities:
add: ["SYS_TIME"]
drop:
- ALL
containers:
- name: add-capabilities
image: busybox:1.35
image: ghcr.io/kyverno/test-busybox:1.35
securityContext:
capabilities:
add: ["SYS_TIME"]
Expand Down
Loading

0 comments on commit b29c29e

Please sign in to comment.