Update Redis image to official repository with tag 8.2 in Harbor configuration
This commit is contained in:
parent
c5d4f8ae95
commit
e1250eb982
@ -26,6 +26,12 @@ spec:
|
|||||||
updateStrategy:
|
updateStrategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
|
|
||||||
|
# Change the Redis image from bitnami to the official one
|
||||||
|
redis:
|
||||||
|
image:
|
||||||
|
repository: redis
|
||||||
|
tag: 8.2
|
||||||
|
|
||||||
# --- all persistence via PVCs (no S3/GCS/etc.) ---
|
# --- all persistence via PVCs (no S3/GCS/etc.) ---
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user