diff options
author | 2025-09-09 06:05:44 +0000 | |
---|---|---|
committer | 2025-09-09 06:05:44 +0000 | |
commit | 9fb104f08c260f1f889620e6af407cbaba5fa8eb (patch) | |
tree | 9a9d263ed0b2212bd231ce884b8ab0367c5a580e /rpi5/teslamate/deployment.yaml | |
parent | 72647483b2d06c08d68b2741994d62f88b3b7355 (diff) | |
parent | d932c5ffa82b5c47b0a762be193ee26dbd2863a4 (diff) | |
download | anshulg-cluster-9fb104f08c260f1f889620e6af407cbaba5fa8eb.tar.gz anshulg-cluster-9fb104f08c260f1f889620e6af407cbaba5fa8eb.tar.zst anshulg-cluster-9fb104f08c260f1f889620e6af407cbaba5fa8eb.zip |
Merge pull request #1722 from ansg191-lab/renovate/postgres-17.6
Update postgres:17.6 Docker digest to ab24d83
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 aecce556..08c5c3c7 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:7be29db83c6f7084804058fe18952f19424fdab3131caaaf2e90dd21076e0341 + image: postgres:17.6@sha256:ab24d83d6a893f98acde5cd4264ab3c94329313c92ba92c71c2e7ce49ca8b1c6 command: - sh - -c |