feat(x509-exporter): update x509-exporter from 3.21.0 to 4.1.0

update notes:
- '--listen-address' and '--watch-dir' cli flags are deprecated
- add '--config' cli flag and config.yaml
This commit is contained in:
2026-05-09 12:36:50 +09:00
parent 2529a918df
commit 934dd314a8
4 changed files with 25 additions and 2 deletions
+1 -1
View File
@@ -192,7 +192,7 @@ version:
# infra
step: "0.30.2"
ldap: "v0.6.3"
x509-exporter: "3.21.0"
x509-exporter: "4.1.0"
prometheus: "v3.9.1"
loki: "3.7.1"
grafana: "12.3.3"
@@ -8,9 +8,20 @@
mode: "0770"
loop:
- "x509-exporter"
- "x509-exporter/config"
- "x509-exporter/certs"
become: true
- name: Deploy config.yaml
ansible.builtin.copy:
src: "{{ hostvars['console']['node']['config_path'] }}/services/containers/infra/x509-exporter/config/config.yaml"
dest: "{{ node['home_path'] }}/containers/x509-exporter/config/config.yaml"
owner: "{{ services['x509-exporter']['subuid'] }}"
group: "svadmins"
mode: "0440"
become: true
no_log: true
- name: Deploy certificates
ansible.builtin.copy:
content: |