Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion prow-jobs/pingcap-qe/ci/presubmits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ presubmits:
name: checkconfig
resources: {}
- name: verify-gitops
image: ghcr.io/fluxcd/flux-cli:v2.2.3
image: ghcr.io/fluxcd/flux-cli:v2.8.6
securityContext:
runAsUser: 0 # the default user or the image is not root.
command: [flux, -n, apps]
Expand Down
4 changes: 2 additions & 2 deletions prow-jobs/ti-community-infra/configs/presubmits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ presubmits:
spec:
containers:
- name: main
image: ghcr.io/fluxcd/flux-cli:v2.2.3
image: ghcr.io/fluxcd/flux-cli:v2.8.6
securityContext:
runAsUser: 0 # the default user or the image is not root.
command: [flux, -n, flux-system]
Expand Down Expand Up @@ -109,7 +109,7 @@ presubmits:
spec:
containers:
- name: main
image: ghcr.io/fluxcd/flux-cli:v2.2.3
image: ghcr.io/fluxcd/flux-cli:v2.8.6
securityContext:
runAsUser: 0 # the default user or the image is not root.
command: [flux, -n, flux-system]
Expand Down