1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-30 19:35:06 +00:00

chore: bump chainsaw (#9071)

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
This commit is contained in:
Charles-Edouard Brétéché 2023-12-04 13:39:10 +01:00 committed by GitHub
parent 25d9f72b76
commit fd10739919
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
118 changed files with 243 additions and 277 deletions

View file

@ -147,7 +147,7 @@ jobs:
- name: Install Chainsaw - name: Install Chainsaw
uses: kyverno/chainsaw/.github/actions/install@5ca138ff5ad87bfb2c41e52cde8c00154756e4c5 # v0.0.7 uses: kyverno/chainsaw/.github/actions/install@5ca138ff5ad87bfb2c41e52cde8c00154756e4c5 # v0.0.7
with: with:
release: v0.0.8-alpha.1 release: v0.0.8
- name: Test with Chainsaw - name: Test with Chainsaw
shell: bash shell: bash
env: env:
@ -217,7 +217,7 @@ jobs:
- name: Install Chainsaw - name: Install Chainsaw
uses: kyverno/chainsaw/.github/actions/install@5ca138ff5ad87bfb2c41e52cde8c00154756e4c5 # v0.0.7 uses: kyverno/chainsaw/.github/actions/install@5ca138ff5ad87bfb2c41e52cde8c00154756e4c5 # v0.0.7
with: with:
release: v0.0.8-alpha.1 release: v0.0.8
- name: Test with Chainsaw - name: Test with Chainsaw
shell: bash shell: bash
env: env:
@ -287,7 +287,7 @@ jobs:
- name: Install Chainsaw - name: Install Chainsaw
uses: kyverno/chainsaw/.github/actions/install@5ca138ff5ad87bfb2c41e52cde8c00154756e4c5 # v0.0.7 uses: kyverno/chainsaw/.github/actions/install@5ca138ff5ad87bfb2c41e52cde8c00154756e4c5 # v0.0.7
with: with:
release: v0.0.8-alpha.1 release: v0.0.8
- name: Test with Chainsaw - name: Test with Chainsaw
shell: bash shell: bash
env: env:
@ -359,7 +359,7 @@ jobs:
- name: Install Chainsaw - name: Install Chainsaw
uses: kyverno/chainsaw/.github/actions/install@5ca138ff5ad87bfb2c41e52cde8c00154756e4c5 # v0.0.7 uses: kyverno/chainsaw/.github/actions/install@5ca138ff5ad87bfb2c41e52cde8c00154756e4c5 # v0.0.7
with: with:
release: v0.0.8-alpha.1 release: v0.0.8
- name: Test with Chainsaw - name: Test with Chainsaw
shell: bash shell: bash
env: env:
@ -429,7 +429,7 @@ jobs:
- name: Install Chainsaw - name: Install Chainsaw
uses: kyverno/chainsaw/.github/actions/install@5ca138ff5ad87bfb2c41e52cde8c00154756e4c5 # v0.0.7 uses: kyverno/chainsaw/.github/actions/install@5ca138ff5ad87bfb2c41e52cde8c00154756e4c5 # v0.0.7
with: with:
release: v0.0.8-alpha.1 release: v0.0.8
- name: Test with Chainsaw - name: Test with Chainsaw
shell: bash shell: bash
env: env:
@ -505,7 +505,7 @@ jobs:
- name: Install Chainsaw - name: Install Chainsaw
uses: kyverno/chainsaw/.github/actions/install@5ca138ff5ad87bfb2c41e52cde8c00154756e4c5 # v0.0.7 uses: kyverno/chainsaw/.github/actions/install@5ca138ff5ad87bfb2c41e52cde8c00154756e4c5 # v0.0.7
with: with:
release: v0.0.8-alpha.1 release: v0.0.8
- name: Test with Chainsaw - name: Test with Chainsaw
shell: bash shell: bash
env: env:
@ -580,7 +580,7 @@ jobs:
- name: Install Chainsaw - name: Install Chainsaw
uses: kyverno/chainsaw/.github/actions/install@5ca138ff5ad87bfb2c41e52cde8c00154756e4c5 # v0.0.7 uses: kyverno/chainsaw/.github/actions/install@5ca138ff5ad87bfb2c41e52cde8c00154756e4c5 # v0.0.7
with: with:
release: v0.0.8-alpha.1 release: v0.0.8
- name: Test with Chainsaw - name: Test with Chainsaw
shell: bash shell: bash
env: env:
@ -674,7 +674,7 @@ jobs:
- name: Install Chainsaw - name: Install Chainsaw
uses: kyverno/chainsaw/.github/actions/install@5ca138ff5ad87bfb2c41e52cde8c00154756e4c5 # v0.0.7 uses: kyverno/chainsaw/.github/actions/install@5ca138ff5ad87bfb2c41e52cde8c00154756e4c5 # v0.0.7
with: with:
release: v0.0.8-alpha.1 release: v0.0.8
- name: Test with Chainsaw - name: Test with Chainsaw
shell: bash shell: bash
env: env:
@ -748,7 +748,7 @@ jobs:
- name: Install Chainsaw - name: Install Chainsaw
uses: kyverno/chainsaw/.github/actions/install@5ca138ff5ad87bfb2c41e52cde8c00154756e4c5 # v0.0.7 uses: kyverno/chainsaw/.github/actions/install@5ca138ff5ad87bfb2c41e52cde8c00154756e4c5 # v0.0.7
with: with:
release: v0.0.8-alpha.1 release: v0.0.8
- name: Test with Chainsaw - name: Test with Chainsaw
shell: bash shell: bash
env: env:

View file

@ -7,8 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- command: - sleep:
args: duration: 65s
- "65"
entrypoint: sleep
timeout: 90s

View file

@ -7,6 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 5 duration: 5s
timeout: 10s

View file

@ -7,8 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- command: - sleep:
args: duration: 65s
- "65"
entrypoint: sleep
timeout: 90s

View file

@ -16,5 +16,5 @@ spec:
- assert: - assert:
file: pod-assert.yaml file: pod-assert.yaml
finally: finally:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,7 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- command: - sleep:
args: duration: 3s
- "3"
entrypoint: sleep

View file

@ -7,7 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- command: - sleep:
args: duration: 3s
- "3"
entrypoint: sleep

View file

@ -15,6 +15,5 @@ spec:
($error != null): true ($error != null): true
file: bad-deployment.yaml file: bad-deployment.yaml
finally: finally:
- script: - sleep:
content: sleep 5 duration: 5s
timeout: 10s

View file

@ -7,7 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- command: - sleep:
args: duration: 3s
- "3"
entrypoint: sleep

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

View file

@ -7,5 +7,5 @@ metadata:
spec: spec:
timeouts: {} timeouts: {}
try: try:
- script: - sleep:
content: sleep 3 duration: 3s

Some files were not shown because too many files have changed in this diff Show more