fix(infisical): use specific Bitnami tags for MongoDB and Redis
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user