diff --git a/charts/stable/tandoor-recipes/Chart.yaml b/charts/stable/tandoor-recipes/Chart.yaml index bc3d4234d4a..f5abe3634c5 100644 --- a/charts/stable/tandoor-recipes/Chart.yaml +++ b/charts/stable/tandoor-recipes/Chart.yaml @@ -2,8 +2,6 @@ annotations: artifacthub.io/links: |- - name: support url: https://discord.com/invite/tVsPTHWTtr - max_scale_version: 24.04.1 - min_scale_version: 24.04.0 truecharts.org/category: media truecharts.org/max_helm_version: "3.17" truecharts.org/max_kubernetes_version: 1.32.0 @@ -11,7 +9,7 @@ annotations: truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 -appVersion: 2.2.7 +appVersion: 2.3.0 dependencies: - name: common version: 28.22.0 @@ -36,8 +34,8 @@ maintainers: name: tandoor-recipes sources: - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/tandoor-recipes - - https://github.com/vabene1111/recipes - - https://hub.docker.com/r/vabene1111/recipes + - https://github.com/TandoorRecipes/recipes + - https://github.com/TandoorRecipes/recipes/pkgs/container/recipes type: application -version: 20.8.0 +version: 20.9.1 diff --git a/charts/stable/tandoor-recipes/values.yaml b/charts/stable/tandoor-recipes/values.yaml index 5b663048539..544fe16533d 100644 --- a/charts/stable/tandoor-recipes/values.yaml +++ b/charts/stable/tandoor-recipes/values.yaml @@ -1,7 +1,7 @@ image: - repository: docker.io/vabene1111/recipes + repository: ghcr.io/tandoorrecipes/recipes pullPolicy: IfNotPresent - tag: 2.2.7@sha256:bbafaa18a39292e3e2cf032e090d17d0fcc1deb71a2b98425fec99cb05e8532d + tag: 2.3.1@sha256:37dda040f6261c0312db27487c9e8f698b77ac0d4e5e7a4f4aebd8c4cbdd578b securityContext: container: readOnlyRootFilesystem: false @@ -11,6 +11,16 @@ securityContext: workload: main: podSpec: + initContainers: + init-mkdir: + enabled: true + type: init + imageSelector: "image" + command: + - /bin/sh + - -c + args: + - mkdir -p /run/nginx containers: main: env: @@ -32,18 +42,19 @@ workload: CSRF_TRUSTED_ORIGINS: "" DEBUG: 0 FRACTION_PREF_DEFAULT: 0 - GUNICORN_MEDIA: 1 + GUNICORN_MEDIA: 0 SECRET_KEY: secretKeyRef: key: SECRET_KEY name: recipes-secrets SHOPPING_MIN_AUTOSYNC_INTERVAL: 5 - TIMEZONE: "{{ .Values.TZ }}" + service: main: ports: main: port: 10029 + ingress: main: integrations: