mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-28 02:18:15 +00:00
chore: bump chainsaw (#9064)
This commit is contained in:
parent
bb175943f2
commit
78b99def0b
30 changed files with 46 additions and 46 deletions
18
.github/workflows/conformance.yaml
vendored
18
.github/workflows/conformance.yaml
vendored
|
@ -147,7 +147,7 @@ jobs:
|
|||
- name: Install Chainsaw
|
||||
uses: kyverno/chainsaw/.github/actions/install@5ca138ff5ad87bfb2c41e52cde8c00154756e4c5 # v0.0.7
|
||||
with:
|
||||
release: v0.0.7
|
||||
release: v0.0.8-alpha.1
|
||||
- name: Test with Chainsaw
|
||||
shell: bash
|
||||
env:
|
||||
|
@ -217,7 +217,7 @@ jobs:
|
|||
- name: Install Chainsaw
|
||||
uses: kyverno/chainsaw/.github/actions/install@5ca138ff5ad87bfb2c41e52cde8c00154756e4c5 # v0.0.7
|
||||
with:
|
||||
release: v0.0.7
|
||||
release: v0.0.8-alpha.1
|
||||
- name: Test with Chainsaw
|
||||
shell: bash
|
||||
env:
|
||||
|
@ -287,7 +287,7 @@ jobs:
|
|||
- name: Install Chainsaw
|
||||
uses: kyverno/chainsaw/.github/actions/install@5ca138ff5ad87bfb2c41e52cde8c00154756e4c5 # v0.0.7
|
||||
with:
|
||||
release: v0.0.7
|
||||
release: v0.0.8-alpha.1
|
||||
- name: Test with Chainsaw
|
||||
shell: bash
|
||||
env:
|
||||
|
@ -359,7 +359,7 @@ jobs:
|
|||
- name: Install Chainsaw
|
||||
uses: kyverno/chainsaw/.github/actions/install@5ca138ff5ad87bfb2c41e52cde8c00154756e4c5 # v0.0.7
|
||||
with:
|
||||
release: v0.0.7
|
||||
release: v0.0.8-alpha.1
|
||||
- name: Test with Chainsaw
|
||||
shell: bash
|
||||
env:
|
||||
|
@ -429,7 +429,7 @@ jobs:
|
|||
- name: Install Chainsaw
|
||||
uses: kyverno/chainsaw/.github/actions/install@5ca138ff5ad87bfb2c41e52cde8c00154756e4c5 # v0.0.7
|
||||
with:
|
||||
release: v0.0.7
|
||||
release: v0.0.8-alpha.1
|
||||
- name: Test with Chainsaw
|
||||
shell: bash
|
||||
env:
|
||||
|
@ -505,7 +505,7 @@ jobs:
|
|||
- name: Install Chainsaw
|
||||
uses: kyverno/chainsaw/.github/actions/install@5ca138ff5ad87bfb2c41e52cde8c00154756e4c5 # v0.0.7
|
||||
with:
|
||||
release: v0.0.7
|
||||
release: v0.0.8-alpha.1
|
||||
- name: Test with Chainsaw
|
||||
shell: bash
|
||||
env:
|
||||
|
@ -580,7 +580,7 @@ jobs:
|
|||
- name: Install Chainsaw
|
||||
uses: kyverno/chainsaw/.github/actions/install@5ca138ff5ad87bfb2c41e52cde8c00154756e4c5 # v0.0.7
|
||||
with:
|
||||
release: v0.0.7
|
||||
release: v0.0.8-alpha.1
|
||||
- name: Test with Chainsaw
|
||||
shell: bash
|
||||
env:
|
||||
|
@ -674,7 +674,7 @@ jobs:
|
|||
- name: Install Chainsaw
|
||||
uses: kyverno/chainsaw/.github/actions/install@5ca138ff5ad87bfb2c41e52cde8c00154756e4c5 # v0.0.7
|
||||
with:
|
||||
release: v0.0.7
|
||||
release: v0.0.8-alpha.1
|
||||
- name: Test with Chainsaw
|
||||
shell: bash
|
||||
env:
|
||||
|
@ -748,7 +748,7 @@ jobs:
|
|||
- name: Install Chainsaw
|
||||
uses: kyverno/chainsaw/.github/actions/install@5ca138ff5ad87bfb2c41e52cde8c00154756e4c5 # v0.0.7
|
||||
with:
|
||||
release: v0.0.7
|
||||
release: v0.0.8-alpha.1
|
||||
- name: Test with Chainsaw
|
||||
shell: bash
|
||||
env:
|
||||
|
|
|
@ -11,4 +11,4 @@ spec:
|
|||
args:
|
||||
- "65"
|
||||
entrypoint: sleep
|
||||
timeout: 90s
|
||||
timeout: 90s
|
||||
|
|
|
@ -9,4 +9,4 @@ spec:
|
|||
try:
|
||||
- script:
|
||||
content: sleep 5
|
||||
timeout: 10s
|
||||
timeout: 10s
|
||||
|
|
|
@ -11,4 +11,4 @@ spec:
|
|||
args:
|
||||
- "65"
|
||||
entrypoint: sleep
|
||||
timeout: 90s
|
||||
timeout: 90s
|
||||
|
|
|
@ -17,4 +17,4 @@ spec:
|
|||
finally:
|
||||
- script:
|
||||
content: sleep 5
|
||||
timeout: 10s
|
||||
timeout: 10s
|
|
@ -16,7 +16,7 @@ spec:
|
|||
- --wait=true
|
||||
- --ignore-not-found=true
|
||||
entrypoint: kubectl
|
||||
timeout: 30s
|
||||
timeout: 30s
|
||||
- command:
|
||||
args:
|
||||
- delete
|
||||
|
@ -27,7 +27,7 @@ spec:
|
|||
- --wait=true
|
||||
- --ignore-not-found=true
|
||||
entrypoint: kubectl
|
||||
timeout: 30s
|
||||
timeout: 30s
|
||||
- command:
|
||||
args:
|
||||
- delete
|
||||
|
@ -38,7 +38,7 @@ spec:
|
|||
- --wait=true
|
||||
- --ignore-not-found=true
|
||||
entrypoint: kubectl
|
||||
timeout: 30s
|
||||
timeout: 30s
|
||||
- command:
|
||||
args:
|
||||
- delete
|
||||
|
@ -47,4 +47,4 @@ spec:
|
|||
- --wait=true
|
||||
- --ignore-not-found=true
|
||||
entrypoint: kubectl
|
||||
timeout: 30s
|
||||
timeout: 30s
|
||||
|
|
|
@ -9,4 +9,4 @@ spec:
|
|||
try:
|
||||
- script:
|
||||
content: sleep 6
|
||||
timeout: 10s
|
||||
timeout: 10s
|
||||
|
|
|
@ -9,7 +9,7 @@ spec:
|
|||
try:
|
||||
- script:
|
||||
content: ./modify-resource-filters.sh removeNode
|
||||
timeout: 30s
|
||||
timeout: 30s
|
||||
- command:
|
||||
args:
|
||||
- label
|
||||
|
|
|
@ -20,7 +20,7 @@ spec:
|
|||
content: ./modify-resource-filters.sh addNode
|
||||
- script:
|
||||
content: ./clear-modified-node-status.sh
|
||||
timeout: 20s
|
||||
timeout: 20s
|
||||
- command:
|
||||
args:
|
||||
- label
|
||||
|
|
|
@ -17,7 +17,7 @@ spec:
|
|||
- --force
|
||||
- --wait=true
|
||||
entrypoint: kubectl
|
||||
timeout: 30s
|
||||
timeout: 30s
|
||||
- command:
|
||||
args:
|
||||
- delete
|
||||
|
@ -26,6 +26,6 @@ spec:
|
|||
- --force
|
||||
- --wait=true
|
||||
entrypoint: kubectl
|
||||
timeout: 30s
|
||||
timeout: 30s
|
||||
- script:
|
||||
content: ./modify-resource-filters.sh addBinding
|
||||
|
|
|
@ -9,7 +9,7 @@ spec:
|
|||
try:
|
||||
- script:
|
||||
content: ./modify-resource-filters.sh removeNode
|
||||
timeout: 30s
|
||||
timeout: 30s
|
||||
- script:
|
||||
content: ./send-request-to-status-subresource.sh
|
||||
timeout: 30s
|
||||
timeout: 30s
|
||||
|
|
|
@ -20,4 +20,4 @@ spec:
|
|||
content: ./modify-resource-filters.sh addNode
|
||||
- script:
|
||||
content: ./clear-modified-node-status.sh
|
||||
timeout: 20s
|
||||
timeout: 20s
|
||||
|
|
|
@ -14,4 +14,4 @@ spec:
|
|||
finally:
|
||||
- script:
|
||||
content: sleep 5
|
||||
timeout: 10s
|
||||
timeout: 10s
|
||||
|
|
|
@ -12,4 +12,4 @@ spec:
|
|||
finally:
|
||||
- script:
|
||||
content: sleep 5
|
||||
timeout: 10s
|
||||
timeout: 10s
|
||||
|
|
|
@ -9,4 +9,4 @@ spec:
|
|||
try:
|
||||
- script:
|
||||
content: sleep 15
|
||||
timeout: 20s
|
||||
timeout: 20s
|
||||
|
|
|
@ -9,4 +9,4 @@ spec:
|
|||
try:
|
||||
- script:
|
||||
content: sleep 15
|
||||
timeout: 20s
|
||||
timeout: 20s
|
||||
|
|
|
@ -17,4 +17,4 @@ spec:
|
|||
finally:
|
||||
- script:
|
||||
content: sleep 5
|
||||
timeout: 10s
|
||||
timeout: 10s
|
||||
|
|
|
@ -17,4 +17,4 @@ spec:
|
|||
finally:
|
||||
- script:
|
||||
content: sleep 5
|
||||
timeout: 10s
|
||||
timeout: 10s
|
||||
|
|
|
@ -17,4 +17,4 @@ spec:
|
|||
finally:
|
||||
- script:
|
||||
content: sleep 5
|
||||
timeout: 10s
|
||||
timeout: 10s
|
||||
|
|
|
@ -17,4 +17,4 @@ spec:
|
|||
finally:
|
||||
- script:
|
||||
content: sleep 5
|
||||
timeout: 10s
|
||||
timeout: 10s
|
||||
|
|
|
@ -9,11 +9,11 @@ spec:
|
|||
try:
|
||||
- script:
|
||||
content: sleep 5
|
||||
timeout: 10s
|
||||
timeout: 10s
|
||||
- script:
|
||||
content: ./api-initiated-eviction.sh
|
||||
timeout: 30s
|
||||
timeout: 30s
|
||||
finally:
|
||||
- script:
|
||||
content: sleep 5
|
||||
timeout: 10s
|
||||
timeout: 10s
|
||||
|
|
|
@ -15,4 +15,4 @@ spec:
|
|||
finally:
|
||||
- script:
|
||||
content: sleep 5
|
||||
timeout: 10s
|
||||
timeout: 10s
|
||||
|
|
|
@ -15,4 +15,4 @@ spec:
|
|||
finally:
|
||||
- script:
|
||||
content: sleep 5
|
||||
timeout: 10s
|
||||
timeout: 10s
|
||||
|
|
|
@ -9,7 +9,7 @@ spec:
|
|||
try:
|
||||
- script:
|
||||
content: sleep 5
|
||||
timeout: 10s
|
||||
timeout: 10s
|
||||
- delete:
|
||||
ref:
|
||||
apiVersion: apps/v1
|
||||
|
|
|
@ -15,4 +15,4 @@ spec:
|
|||
finally:
|
||||
- script:
|
||||
content: sleep 5
|
||||
timeout: 10s
|
||||
timeout: 10s
|
||||
|
|
|
@ -9,6 +9,6 @@ spec:
|
|||
apiVersion: v1
|
||||
kind: Pod
|
||||
name: test
|
||||
timeout: 1m
|
||||
timeout: 1m
|
||||
- apply:
|
||||
file: policy-2.yaml
|
||||
|
|
|
@ -14,4 +14,4 @@ spec:
|
|||
finally:
|
||||
- script:
|
||||
content: sleep 5
|
||||
timeout: 10s
|
||||
timeout: 10s
|
||||
|
|
|
@ -14,4 +14,4 @@ spec:
|
|||
finally:
|
||||
- script:
|
||||
content: sleep 5
|
||||
timeout: 10s
|
||||
timeout: 10s
|
||||
|
|
|
@ -14,4 +14,4 @@ spec:
|
|||
finally:
|
||||
- script:
|
||||
content: sleep 5
|
||||
timeout: 10s
|
||||
timeout: 10s
|
||||
|
|
|
@ -9,7 +9,7 @@ spec:
|
|||
try:
|
||||
- apply:
|
||||
file: resource-v1.yaml
|
||||
timeout: 90s
|
||||
timeout: 90s
|
||||
- apply:
|
||||
file: resource-v2.yaml
|
||||
timeout: 90s
|
||||
timeout: 90s
|
||||
|
|
Loading…
Add table
Reference in a new issue