فهرست منبع

Publish new changes in catalog

sonicaj 1 سال پیش
والد
کامیت
63b6014cf9

+ 1 - 1
community/mealie/1.0.2/Chart.lock → community/mealie/1.0.3/Chart.lock

@@ -3,4 +3,4 @@ dependencies:
   repository: file://../../../common
   version: 1.2.4
 digest: sha256:47ebfd41bc2ac33ab6989e7bd4d1d3aea662365fffa8b525a24cc56a2a35c174
-generated: "2023-12-15T18:22:58.138621992+02:00"
+generated: "2023-12-11T16:07:50.550688546+02:00"

+ 2 - 2
community/mealie/1.0.2/Chart.yaml → community/mealie/1.0.3/Chart.yaml

@@ -3,9 +3,9 @@ description: Mealie is a self-hosted recipe manager and meal planner
 annotations:
   title: Mealie
 type: application
-version: 1.0.2
+version: 1.0.3
 apiVersion: v2
-appVersion: latest
+appVersion: v1.0.0-RC2
 kubeVersion: '>=1.16.0-0'
 maintainers:
   - name: truenas

+ 0 - 0
community/mealie/1.0.2/README.md → community/mealie/1.0.3/README.md


+ 0 - 0
community/mealie/1.0.2/app-readme.md → community/mealie/1.0.3/app-readme.md


+ 0 - 0
community/mealie/1.0.2/charts/common-1.2.4.tgz → community/mealie/1.0.3/charts/common-1.2.4.tgz


+ 0 - 0
community/mealie/1.0.2/ci/basic-values.yaml → community/mealie/1.0.3/ci/basic-values.yaml


+ 0 - 0
community/mealie/1.0.2/ci/extra-values.yaml → community/mealie/1.0.3/ci/extra-values.yaml


+ 0 - 0
community/mealie/1.0.2/ci/hostNet-values.yaml → community/mealie/1.0.3/ci/hostNet-values.yaml


+ 1 - 1
community/mealie/1.0.2/ix_values.yaml → community/mealie/1.0.3/ix_values.yaml

@@ -1,7 +1,7 @@
 image:
   repository: ghcr.io/mealie-recipes/mealie
   pullPolicy: IfNotPresent
-  tag: v1.0.0-RC1.1
+  tag: v1.0.0-RC2
 
 resources:
   limits:

+ 0 - 0
community/mealie/1.0.2/metadata.yaml → community/mealie/1.0.3/metadata.yaml


+ 0 - 0
community/mealie/1.0.2/questions.yaml → community/mealie/1.0.3/questions.yaml


+ 0 - 0
community/mealie/1.0.2/templates/NOTES.txt → community/mealie/1.0.3/templates/NOTES.txt


+ 0 - 0
community/mealie/1.0.2/templates/_configuration.tpl → community/mealie/1.0.3/templates/_configuration.tpl


+ 6 - 1
community/mealie/1.0.2/templates/_mealie.tpl → community/mealie/1.0.3/templates/_mealie.tpl

@@ -49,6 +49,11 @@ workload:
                 - python
                 - /app/mealie/scripts/healthcheck.py
       initContainers:
-      {{- include "ix.v1.common.app.postgresWait" (dict "name" "01-postgres-wait"
+      {{- include "ix.v1.common.app.permissions" (dict "containerName" "01-permissions"
+                                                        "UID" .Values.mealieRunAs.user
+                                                        "GID" .Values.mealieRunAs.group
+                                                        "mode" "check"
+                                                        "type" "install") | nindent 8 }}
+      {{- include "ix.v1.common.app.postgresWait" (dict "name" "02-postgres-wait"
                                                         "secretName" "postgres-creds") | nindent 8 }}
 {{- end -}}

+ 9 - 0
community/mealie/1.0.2/templates/_persistence.tpl → community/mealie/1.0.3/templates/_persistence.tpl

@@ -7,6 +7,11 @@ persistence:
       mealie:
         mealie:
           mountPath: /app/data
+        {{- if and (eq .Values.mealieStorage.data.type "ixVolume")
+                  (not (.Values.mealieStorage.data.ixVolumeConfig | default dict).aclEnable) }}
+        01-permissions:
+          mountPath: /mnt/directories/data
+        {{- end }}
   tmp:
     enabled: true
     type: emptyDir
@@ -22,6 +27,10 @@ persistence:
       mealie:
         mealie:
           mountPath: {{ $storage.mountPath }}
+        {{- if and (eq $storage.type "ixVolume") (not ($storage.ixVolumeConfig | default dict).aclEnable) }}
+        01-permissions:
+          mountPath: /mnt/directories{{ $storage.mountPath }}
+        {{- end }}
   {{- end -}}
 
   {{- include "ix.v1.common.app.postgresPersistence"

+ 0 - 0
community/mealie/1.0.2/templates/_portal.tpl → community/mealie/1.0.3/templates/_portal.tpl


+ 0 - 0
community/mealie/1.0.2/templates/_postgres.tpl → community/mealie/1.0.3/templates/_postgres.tpl


+ 0 - 0
community/mealie/1.0.2/templates/_service.tpl → community/mealie/1.0.3/templates/_service.tpl


+ 0 - 0
community/mealie/1.0.2/templates/common.yaml → community/mealie/1.0.3/templates/common.yaml