Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
asbiin committed Oct 20, 2024
1 parent 4828eca commit 9251eb1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/monica/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | `{}` | |
Expand Down
6 changes: 4 additions & 2 deletions charts/monica/values.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9251eb1

Please sign in to comment.