Skip to content

Commit

Permalink
Upgrade CI (08 Aug 2024 10:59:59)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 8, 2024
1 parent 1c7962b commit 7a17fc2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dco_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
OPP_THIS_BRANCH: "main"
OPP_PROD: 0
OPP_DRY_RUN: 0
KIND_KUBE_VERSION: "v1.27.2"
KIND_KUBE_VERSION: "v1.30.0"
OPP_PRODUCTION_TYPE: "k8s"
OPP_REVIEWERS_ENABLED: 1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/operator_ci_approved.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:
OPP_THIS_BRANCH: "main"
OPP_PROD: 0
OPP_DRY_RUN: 0
KIND_KUBE_VERSION: "v1.27.2"
KIND_KUBE_VERSION: "v1.30.0"
OPP_PRODUCTION_TYPE: "k8s"
OPP_REVIEWERS_ENABLED: 1

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/operator_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ env:
OPP_DRY_RUN: 0
# TODO handle config
OPP_PACKAGEMANIFEST_DISABLED: "1"
KIND_VERSION: "v0.20.0"
KIND_KUBE_VERSION_LATEST: "v1.27.2"
KIND_VERSION: "v0.23.0"
KIND_KUBE_VERSION_LATEST: "v1.30.0"
OPP_PRODUCTION_TYPE: "k8s"
OPP_REVIEWERS_ENABLED: 1
OPP_FORCE_DEPLOY_ON_K8S_OPENSHIFT_VERSION: 4.10
Expand Down

0 comments on commit 7a17fc2

Please sign in to comment.