fix(infisical): use specific Bitnami tags for MongoDB and Redis

This commit is contained in:
2026-02-26 02:14:21 +01:00
parent d09565bdaa
commit fb213ed399

View File

@@ -50,7 +50,7 @@ spec:
image:
registry: docker.io
repository: bitnami/mongodb
tag: "6.0"
tag: "6.0.13-debian-11-r21"
auth:
enabled: false
redis:
@@ -58,6 +58,6 @@ spec:
image:
registry: docker.io
repository: bitnami/redis
tag: "7.0"
tag: "7.0.11-debian-11-r12"
auth:
enabled: false