mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-04-15 15:00:22 -02:30
Compare commits
3 Commits
copilot/fi
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6b7f486fca | ||
|
|
817c0a6eda | ||
|
|
69e38171a1 |
2
.github/workflows/upgrade-patch-versions.yml
vendored
2
.github/workflows/upgrade-patch-versions.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
|||||||
~/.cache/pre-commit
|
~/.cache/pre-commit
|
||||||
- run: pre-commit run --all-files propagate-ansible-variables
|
- run: pre-commit run --all-files propagate-ansible-variables
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
- uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0
|
- uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1
|
||||||
with:
|
with:
|
||||||
commit-message: Patch versions updates
|
commit-message: Patch versions updates
|
||||||
title: Patch versions updates - ${{ inputs.branch }}
|
title: Patch versions updates - ${{ inputs.branch }}
|
||||||
|
|||||||
@@ -62,7 +62,10 @@ pr:
|
|||||||
# Jobs here MUST have a open issue so we don't lose sight of them
|
# Jobs here MUST have a open issue so we don't lose sight of them
|
||||||
pr-flakey:
|
pr-flakey:
|
||||||
extends: pr
|
extends: pr
|
||||||
retry: 1
|
rules:
|
||||||
|
- if: $PR_LABELS =~ /.*(ci-extended|ci-full).*/
|
||||||
|
when: on_success
|
||||||
|
retry: 2
|
||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
- TESTCASE:
|
- TESTCASE:
|
||||||
|
|||||||
@@ -177,6 +177,9 @@ hostFirewall:
|
|||||||
|
|
||||||
policyAuditMode: {{ cilium_policy_audit_mode | to_json }}
|
policyAuditMode: {{ cilium_policy_audit_mode | to_json }}
|
||||||
|
|
||||||
|
prometheus:
|
||||||
|
enabled: {{ cilium_enable_prometheus | to_json }}
|
||||||
|
|
||||||
certgen:
|
certgen:
|
||||||
image:
|
image:
|
||||||
repository: {{ cilium_hubble_certgen_image_repo }}
|
repository: {{ cilium_hubble_certgen_image_repo }}
|
||||||
|
|||||||
Reference in New Issue
Block a user