From ce9f8e105239949d755737dc853c015fe46afe31 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Mon, 13 Apr 2026 00:38:14 +0300 Subject: [PATCH] Update errorlab app repo --- manifests/errorlab/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/errorlab/values.yaml b/manifests/errorlab/values.yaml index eb1b7f8..4040ae0 100644 --- a/manifests/errorlab/values.yaml +++ b/manifests/errorlab/values.yaml @@ -2,7 +2,7 @@ replicaCount: 1 # ── Image ───────────────────────────────────────────────────────────────────── image: - repository: errorlab # override with your registry, e.g. ghcr.io/dvirl/errorlab + repository: harbor.dvirlabs.com/my-apps/errorlab tag: master-5a3d738 pullPolicy: IfNotPresent