mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-04-14 14:39:32 -02:30
Compare commits
2 Commits
dependabot
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
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
|
||||
- run: pre-commit run --all-files propagate-ansible-variables
|
||||
continue-on-error: true
|
||||
- uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0
|
||||
- uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1
|
||||
with:
|
||||
commit-message: Patch versions updates
|
||||
title: Patch versions updates - ${{ inputs.branch }}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
ansible==11.13.0
|
||||
# Needed for community.crypto module
|
||||
cryptography==46.0.7
|
||||
cryptography==46.0.6
|
||||
# Needed for jinja2 json_query templating
|
||||
jmespath==1.1.0
|
||||
# Needed for ansible.utils.ipaddr
|
||||
|
||||
@@ -177,6 +177,9 @@ hostFirewall:
|
||||
|
||||
policyAuditMode: {{ cilium_policy_audit_mode | to_json }}
|
||||
|
||||
prometheus:
|
||||
enabled: {{ cilium_enable_prometheus | to_json }}
|
||||
|
||||
certgen:
|
||||
image:
|
||||
repository: {{ cilium_hubble_certgen_image_repo }}
|
||||
|
||||
Reference in New Issue
Block a user