feat: updates to the chart
All checks were successful
Publish Helm Charts / publish (push) Successful in 12s

This commit is contained in:
domrichardson
2026-03-30 15:39:28 +01:00
parent 04690522b5
commit e6a4702972
3 changed files with 3 additions and 5 deletions

View File

@@ -2,5 +2,5 @@ apiVersion: v2
name: notely name: notely
description: Helm chart for deploying Notely (notely) with MongoDB and optional Redis description: Helm chart for deploying Notely (notely) with MongoDB and optional Redis
type: application type: application
version: 0.1.3 version: 0.1.4
appVersion: "latest" appVersion: "latest"

View File

@@ -62,8 +62,6 @@ ingress:
hosts: hosts:
- host: notely.local - host: notely.local
paths: paths:
- path: /api
pathType: Prefix
- path: / - path: /
pathType: Prefix pathType: Prefix
``` ```

View File

@@ -4,8 +4,8 @@ nameOverride: ""
fullnameOverride: "" fullnameOverride: ""
image: image:
repository: gitea.hostxtra.co.uk/HostXtra/notely repository: gitea.hostxtra.co.uk/hostxtra/notely
tag: latest tag: v1.0.16
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
imagePullSecrets: [] imagePullSecrets: []