Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(helm): update image ghcr.io/mealie-recipes/mealie v2.7.1 → v2.8.0 #33410

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/stable/mealie/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ annotations:
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 2.7.1
appVersion: 2.8.0
dependencies:
- name: common
version: 25.4.10
Expand All @@ -32,4 +32,4 @@ sources:
- https://github.com/mealie-recipes/mealie
- https://github.com/truecharts/charts/tree/master/charts/stable/mealie
type: application
version: 24.8.0
version: 24.9.0
10 changes: 9 additions & 1 deletion charts/stable/mealie/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: ghcr.io/mealie-recipes/mealie
tag: v2.7.1@sha256:708e9ffb843bafdcebf46ee35bb45d1b003518e8c204483a1da039b4076ef980
tag: v2.8.0@sha256:63aef46d90975d9cf9c0fdb9399fc2fe36acd222e1db6be99c504b9ccdbee967
pullPolicy: IfNotPresent
mealie:
frontend:
Expand Down Expand Up @@ -88,6 +88,14 @@ persistence:
main:
main:
mountPath: /app/data
nltk:
enabled: true
type: emptyDir
size: 5Gi
targetSelector:
main:
main:
mountPath: /nltk_data
cnpg:
main:
enabled: true
Expand Down
Loading