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
dkregistry:
enabled: false
enabled: true
namespace: default
pvc: data-dkregistry-0
image: registry:2.8.3
state: present
nextcloud:

View File

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

View File

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