diff --git a/notely/Chart.yaml b/notely/Chart.yaml index 83b1b0c..2f43db0 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.3 +version: 0.1.4 appVersion: "latest" diff --git a/notely/README.md b/notely/README.md index 1eee12a..56ffa2d 100644 --- a/notely/README.md +++ b/notely/README.md @@ -62,8 +62,6 @@ ingress: hosts: - host: notely.local paths: - - path: /api - pathType: Prefix - path: / pathType: Prefix ``` diff --git a/notely/values.yaml b/notely/values.yaml index 72f63da..863dd5f 100644 --- a/notely/values.yaml +++ b/notely/values.yaml @@ -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: []