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
description: Norish helm chart for Kubernetes - A recipe management and meal planning application
type: application
version: 0.0.4
appVersion: "v0.14.1-beta"
version: 0.0.5
appVersion: "v0.15.4-beta"
maintainers:
- name: Richard Tomik
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 |
|------|-------------|---------|
| `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` |
| `imagePullSecrets` | Image pull secrets | `[]` |

View File

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