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
description: Helm chart for deploying Notely (notely) with MongoDB and optional Redis
type: application
version: 0.1.3
version: 0.1.4
appVersion: "latest"

View File

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

View File

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