mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-04-16 15:30:20 -02:30
Compare commits
5 Commits
copilot/fi
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1624ff37f9 | ||
|
|
0338c0d81b | ||
|
|
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:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
ansible==11.13.0
|
ansible==11.13.0
|
||||||
# Needed for community.crypto module
|
# Needed for community.crypto module
|
||||||
cryptography==46.0.6
|
cryptography==46.0.7
|
||||||
# Needed for jinja2 json_query templating
|
# Needed for jinja2 json_query templating
|
||||||
jmespath==1.1.0
|
jmespath==1.1.0
|
||||||
# Needed for ansible.utils.ipaddr
|
# Needed for ansible.utils.ipaddr
|
||||||
|
|||||||
@@ -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 }}
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
-r ../requirements.txt
|
-r ../requirements.txt
|
||||||
distlib==0.4.0 # required for building collections
|
distlib==0.4.0 # required for building collections
|
||||||
molecule==26.3.0
|
molecule==26.4.0
|
||||||
pytest-testinfra==10.2.2
|
pytest-testinfra==10.2.2
|
||||||
|
|||||||
Reference in New Issue
Block a user