We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6182951 commit 932b350Copy full SHA for 932b350
templates/registry/registry-cm.yaml
@@ -155,7 +155,7 @@ data:
155
{{- end }}
156
157
cache:
158
- layerinfo: redis
+ layerinfo: {{ .Values.registry.layerCache }}
159
maintenance:
160
uploadpurging:
161
{{- if .Values.registry.upload_purging.enabled }}
values.yaml
@@ -786,6 +786,9 @@ registry:
786
# the interval of the purge operations
787
interval: 24h
788
dryrun: false
789
+ # configure layer caching storage driver.
790
+ # options are `redis`, `inmemory` - any other value will disable caching
791
+ layerCache: redis
792
793
trivy:
794
# enabled the flag to enable Trivy scanner
0 commit comments