Skip to content

Commit a8548e7

Browse files
committed
Merge branch 'bugfix/annotation-hash-restart-backup-serv-cert-renewal' into q/130.0
2 parents e94c217 + fc94305 commit a8548e7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@
5858
[4.14.1](https://github.com/prometheus-community/helm-charts/releases/tag/prometheus-adapter-4.14.1)
5959
(PR[#4563](https://github.com/scality/metalk8s/pull/4563))
6060

61+
- Add a hash annotation to force restart backup server on
62+
certifacate renewal (PR[#4590](https://github.com/scality/metalk8s/pull/4590))
63+
6164
- Add alerts for a CronJob owned Job failure and another one for
6265
non-CronJob owned Job failure
6366
(PR[#4584](https://github.com/scality/metalk8s/pull/4584))

salt/metalk8s/backup/deployed/deployment.sls

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ spec:
1818
replicas: 1
1919
template:
2020
metadata:
21+
annotations:
22+
checksum/config: __slot__:salt:metalk8s_kubernetes.get_object_digest(kind="Secret",
23+
apiVersion="v1", namespace="kube-system", name="backup-tls", path="data:backup.crt")
2124
labels:
2225
app.kubernetes.io/name: backup
2326
app.kubernetes.io/part-of: metalk8s

0 commit comments

Comments
 (0)