update registry version

This commit is contained in:
2024-01-05 23:39:52 -05:00
parent 3533727132
commit 37841e7334
3 changed files with 4 additions and 3 deletions

View File

@@ -72,9 +72,10 @@ apps:
state: present state: present
dkregistry: dkregistry:
enabled: false enabled: true
namespace: default namespace: default
pvc: data-dkregistry-0 pvc: data-dkregistry-0
image: registry:2.8.3
state: present state: present
nextcloud: nextcloud:

View File

@@ -4,7 +4,7 @@
image: image:
repository: registry repository: registry
tag: 2.8.1 tag: 2.8.3
ingress: ingress:
enabled: true enabled: true

View File

@@ -8,7 +8,7 @@ metadata:
spec: spec:
containers: containers:
- name: registry - name: registry
image: registry:2.6.2 image: "{{apps.dkregistry.image}}"
volumeMounts: volumeMounts:
- name: repo-vol - name: repo-vol
mountPath: "/var/lib/registry" mountPath: "/var/lib/registry"