From 04690522b5f59b6eb7ab804d11dc9dedd9f3f55b Mon Sep 17 00:00:00 2001 From: domrichardson <100129001+domrichardson@users.noreply.github.com> Date: Mon, 30 Mar 2026 12:42:52 +0100 Subject: [PATCH] feat: updated default image repo --- notely/Chart.yaml | 2 +- notely/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/notely/Chart.yaml b/notely/Chart.yaml index 5f1c9bf..83b1b0c 100644 --- a/notely/Chart.yaml +++ b/notely/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: notely description: Helm chart for deploying Notely (notely) with MongoDB and optional Redis type: application -version: 0.1.2 +version: 0.1.3 appVersion: "latest" diff --git a/notely/values.yaml b/notely/values.yaml index e032727..72f63da 100644 --- a/notely/values.yaml +++ b/notely/values.yaml @@ -4,7 +4,7 @@ nameOverride: "" fullnameOverride: "" image: - repository: gitea.hostxtra.co.uk/mrhid6/notely + repository: gitea.hostxtra.co.uk/HostXtra/notely tag: latest pullPolicy: IfNotPresent