feat: updates to the chart
All checks were successful
Publish Helm Charts / publish (push) Successful in 12s
All checks were successful
Publish Helm Charts / publish (push) Successful in 12s
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -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
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -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: []
|
||||||
|
|||||||
Reference in New Issue
Block a user