Compare commits

...

3 Commits

Author SHA1 Message Date
ace
48b06e879a
cert-manager: bump to v1.12.2, helm chart v1.12.2 2023-07-05 16:56:23 +03:00
ace
8fa86ea81a
cert-manager: fix mistype 2023-07-05 16:56:18 +03:00
ace
773e9b9cd9
update requirements.txt 2023-07-05 16:55:59 +03:00
3 changed files with 11 additions and 11 deletions

View File

@ -12,7 +12,7 @@ ceph_csi_rbd_version: 3.8.0
ceph_csi_cephfs_version: 3.8.0
# Cert-manager
cert_manager_version: 1.12.1
cert_manager_version: 1.12.2
# External-DNS
external_dns_version: 6.8.1

View File

@ -1,15 +1,15 @@
ansible==7.5.0
ansible-core==2.14.5
cachetools==5.3.0
ansible==7.6.0
ansible-core==2.14.7
cachetools==5.3.1
certifi==2023.5.7
cffi==1.15.1
charset-normalizer==3.1.0
cryptography==40.0.2
google-auth==2.18.0
cryptography==41.0.1
google-auth==2.21.0
idna==3.4
Jinja2==3.1.2
kubernetes==26.1.0
MarkupSafe==2.1.2
MarkupSafe==2.1.3
oauthlib==3.2.2
openshift==0.13.1
packaging==23.1
@ -19,10 +19,10 @@ pycparser==2.21
python-dateutil==2.8.2
python-string-utils==1.0.0
PyYAML==6.0
requests==2.30.0
requests==2.31.0
requests-oauthlib==1.3.1
resolvelib==0.8.1
rsa==4.9
six==1.16.0
urllib3==1.26.15
websocket-client==1.5.1
urllib3==1.26.16
websocket-client==1.6.1

View File

@ -1,6 +1,6 @@
cert_manager_chart_ref: "jetstack/cert-manager"
cert_manager_namespace: "cert-manager"
ceph_manager_lets_encrypt_mailbox: "admin@{{ domain }}"
cert_manager_lets_encrypt_mailbox: "admin@{{ domain }}"
cert_manager_base64_tsig_key: "{{ k8s_tsig | b64encode }}"
cert_manager_default_values:
installCRDs: true