Skip to content

Commit

Permalink
[registry] fix garbage collect
Browse files Browse the repository at this point in the history
  • Loading branch information
NextFire committed Apr 25, 2024
1 parent 63081ed commit 84150b9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions apps/registry/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,17 @@ releases:
chart: twuni/docker-registry
version: 2.2.3
values:
- updateStrategy:
type: Recreate
- secrets:
haSharedSecret: "{{ .Values.haSharedSecret }}"
htpasswd: "{{ .Values.htpasswd }}"
- garbageCollect:
enabled: true
- updateStrategy:
type: Recreate
- configData:
storage:
cache:
blobdescriptor: disabled
- affinity:
nodeAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
Expand Down

0 comments on commit 84150b9

Please sign in to comment.