From ddb847d07bd61f91a337ef38884994403f45a046 Mon Sep 17 00:00:00 2001 From: domrichardson <100129001+domrichardson@users.noreply.github.com> Date: Wed, 1 Apr 2026 13:41:26 +0100 Subject: [PATCH] chore: Bump chart version --- 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 2f43db0..6c677fe 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.4 +version: 0.1.5 appVersion: "latest" diff --git a/notely/values.yaml b/notely/values.yaml index 863dd5f..ecc3cda 100644 --- a/notely/values.yaml +++ b/notely/values.yaml @@ -5,7 +5,7 @@ fullnameOverride: "" image: repository: gitea.hostxtra.co.uk/hostxtra/notely - tag: v1.0.16 + tag: v1.0.17 pullPolicy: IfNotPresent imagePullSecrets: []