diff options
author | 2025-09-09 00:39:33 +0000 | |
---|---|---|
committer | 2025-09-09 00:39:33 +0000 | |
commit | a4e12742e1d8f073297adb7acd22c5b8664c9920 (patch) | |
tree | 0dd746e48148c105c30e60b63e37f215081be424 /rpi5/teslamate/deployment.yaml | |
parent | 090041b6033e7af94f9c8a742cbaeb116ece0ee2 (diff) | |
download | anshulg-cluster-a4e12742e1d8f073297adb7acd22c5b8664c9920.tar.gz anshulg-cluster-a4e12742e1d8f073297adb7acd22c5b8664c9920.tar.zst anshulg-cluster-a4e12742e1d8f073297adb7acd22c5b8664c9920.zip |
Update postgres:17.6 Docker digest to 7be29db
Diffstat (limited to '')
-rw-r--r-- | rpi5/teslamate/deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpi5/teslamate/deployment.yaml b/rpi5/teslamate/deployment.yaml index de7ba12a..aecce556 100644 --- a/rpi5/teslamate/deployment.yaml +++ b/rpi5/teslamate/deployment.yaml @@ -20,7 +20,7 @@ spec: spec: initContainers: - name: wait-for-postgres - image: postgres:17.6@sha256:5250e6187084ddf4ba407027d07eed2419d4656e30821afef43825c6c0d127df + image: postgres:17.6@sha256:7be29db83c6f7084804058fe18952f19424fdab3131caaaf2e90dd21076e0341 command: - sh - -c |