Skip to content

Commit c69ce4d

Browse files
author
Mathieu Benoit
committed
GATOR_VERSION: 3.11.0, KPT_VERSION: 1.0.0-beta.24
1 parent d55dc0e commit c69ce4d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci-apps-gator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
curl -OL https://github.com/open-policy-agent/gatekeeper/releases/download/v${GATOR_VERSION}/gator-v${GATOR_VERSION}-linux-amd64.tar.gz
2525
tar xvf gator-v${GATOR_VERSION}-linux-amd64.tar.gz && rm gator-v${GATOR_VERSION}-linux-amd64.tar.gz
2626
env:
27-
GATOR_VERSION: 3.10.0
27+
GATOR_VERSION: 3.11.0
2828
- name: gator test
2929
id: gator
3030
run: |

.github/workflows/ci-apps-kpt.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
curl -L https://github.com/GoogleContainerTools/kpt/releases/download/v${KPT_VERSION}/kpt_linux_amd64 > kpt
2525
chmod +x kpt
2626
env:
27-
KPT_VERSION: 1.0.0-beta.23
27+
KPT_VERSION: 1.0.0-beta.24
2828
- name: gatekeeper
2929
id: gatekeeper
3030
run: |

.github/workflows/ci-policies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
curl -OL https://github.com/open-policy-agent/gatekeeper/releases/download/v${GATOR_VERSION}/gator-v${GATOR_VERSION}-linux-amd64.tar.gz
2323
tar xvf gator-v${GATOR_VERSION}-linux-amd64.tar.gz && rm gator-v${GATOR_VERSION}-linux-amd64.tar.gz
2424
env:
25-
GATOR_VERSION: 3.10.0
25+
GATOR_VERSION: 3.11.0
2626
- name: gator verify
2727
run: ./gator verify test/suite.yaml

0 commit comments

Comments
 (0)