From 9251eb15cf10a8f00f4f8a87137655ba0389b4c3 Mon Sep 17 00:00:00 2001 From: Alexis Saettler Date: Sun, 20 Oct 2024 20:53:06 +0200 Subject: [PATCH] up --- charts/monica/README.md | 4 ++-- charts/monica/values.yaml | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/charts/monica/README.md b/charts/monica/README.md index 0e5e858..0e34662 100644 --- a/charts/monica/README.md +++ b/charts/monica/README.md @@ -42,8 +42,8 @@ Kubernetes: `>=1.16.0-0` | externalDatabase.user | string | `"monica"` | | | fullnameOverride | string | `""` | | | image.pullPolicy | string | `"IfNotPresent"` | | -| image.repository | string | `"monica"` | | -| image.tag | string | `"5.0-apache"` | | +| image.repository | string | `"ghcr.io/monicahq/monica-next"` | | +| image.tag | string | `"main"` | | | ingress.annotations | object | `{}` | | | ingress.enabled | bool | `false` | | | ingress.labels | object | `{}` | | diff --git a/charts/monica/values.yaml b/charts/monica/values.yaml index b59704b..e84ab9d 100644 --- a/charts/monica/values.yaml +++ b/charts/monica/values.yaml @@ -1,6 +1,8 @@ image: - repository: monica - tag: 5.0-apache + repository: ghcr.io/monicahq/monica-next + tag: main + # repository: monica + # tag: 5.0-apache pullPolicy: IfNotPresent # pullSecrets: # - myRegistrKeySecretName