Compare commits

...

1 Commits

Author SHA1 Message Date
839d5ce530 norish release 0.15.4 2026-02-03 19:42:29 +01:00
3 changed files with 4 additions and 4 deletions

View File

@ -2,8 +2,8 @@ apiVersion: v2
name: norish name: norish
description: Norish helm chart for Kubernetes - A recipe management and meal planning application description: Norish helm chart for Kubernetes - A recipe management and meal planning application
type: application type: application
version: 0.0.4 version: 0.0.5
appVersion: "v0.14.1-beta" appVersion: "v0.15.4-beta"
maintainers: maintainers:
- name: Richard Tomik - name: Richard Tomik
email: no@m.com email: no@m.com

View File

@ -300,7 +300,7 @@ Or if using a centralized PostgreSQL Helm chart or service, ensure the database
| Name | Description | Default | | Name | Description | Default |
|------|-------------|---------| |------|-------------|---------|
| `image.repository` | Norish image repository | `norishapp/norish` | | `image.repository` | Norish image repository | `norishapp/norish` |
| `image.tag` | Norish image tag | `v0.14.1-beta` | | `image.tag` | Norish image tag | `v0.15.4-beta` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `imagePullSecrets` | Image pull secrets | `[]` | | `imagePullSecrets` | Image pull secrets | `[]` |

View File

@ -5,7 +5,7 @@ fullnameOverride: ""
## Image settings ## Image settings
image: image:
repository: norishapp/norish repository: norishapp/norish
tag: "v0.14.1-beta" tag: "v0.15.4-beta"
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
imagePullSecrets: [] imagePullSecrets: []