bugclerk 2 жил өмнө
parent
commit
3ffd359d8f

+ 2 - 2
library/ix-dev/community/immich/Chart.yaml

@@ -3,9 +3,9 @@ description: Immich
 annotations:
   title: Immich
 type: application
-version: 1.0.10
+version: 1.0.11
 apiVersion: v2
-appVersion: 1.71.0
+appVersion: 1.72.1
 kubeVersion: '>=1.16.0-0'
 maintainers:
   - name: truenas

+ 10 - 19
library/ix-dev/community/immich/templates/_immich-microservices.tpl

@@ -17,7 +17,10 @@ workload:
             runAsGroup: 0
             runAsNonRoot: false
             readOnlyRootFilesystem: false
-          args: start-microservices.sh
+          command: /bin/sh
+          args:
+            - -c
+            - /usr/src/app/start-microservices.sh
           envFrom:
             - secretRef:
                 name: immich-creds
@@ -26,28 +29,16 @@ workload:
           probes:
             liveness:
               enabled: true
-              type: exec
-              command:
-                - /bin/sh
-                - -c
-                - |
-                  ps -a | grep -v grep | grep -q microservices
+              type: tcp
+              port: {{ .Values.immichNetwork.microservicesPort }}
             readiness:
               enabled: true
-              type: exec
-              command:
-                - /bin/sh
-                - -c
-                - |
-                  ps -a | grep -v grep | grep -q microservices
+              type: tcp
+              port: {{ .Values.immichNetwork.microservicesPort }}
             startup:
               enabled: true
-              type: exec
-              command:
-                - /bin/sh
-                - -c
-                - |
-                  ps -a | grep -v grep | grep -q microservices
+              type: tcp
+              port: {{ .Values.immichNetwork.microservicesPort }}
       initContainers:
       {{- include "ix.v1.common.app.postgresWait" (dict "name" "postgres-wait"
                                                         "secretName" "postgres-creds") | nindent 8 }}

+ 4 - 1
library/ix-dev/community/immich/templates/_immich-server.tpl

@@ -18,7 +18,10 @@ workload:
             runAsGroup: 0
             runAsNonRoot: false
             readOnlyRootFilesystem: false
-          args: start-server.sh
+          command: /bin/sh
+          args:
+            - -c
+            - /usr/src/app/start-server.sh
           envFrom:
             - secretRef:
                 name: immich-creds

+ 4 - 4
library/ix-dev/community/immich/values.yaml

@@ -1,22 +1,22 @@
 image:
   repository: altran1502/immich-server
   pullPolicy: IfNotPresent
-  tag: v1.71.0
+  tag: v1.72.1
 
 webImage:
   repository: altran1502/immich-web
   pullPolicy: IfNotPresent
-  tag: v1.71.0
+  tag: v1.72.1
 
 proxyImage:
   repository: altran1502/immich-proxy
   pullPolicy: IfNotPresent
-  tag: v1.71.0
+  tag: v1.72.1
 
 mlImage:
   repository: altran1502/immich-machine-learning
   pullPolicy: IfNotPresent
-  tag: v1.71.0
+  tag: v1.72.1
 
 typesenseImage:
   repository: typesense/typesense

+ 2 - 2
library/ix-dev/community/lidarr/Chart.yaml

@@ -3,9 +3,9 @@ description: Lidarr is a music collection manager for Usenet and BitTorrent user
 annotations:
   title: Lidarr
 type: application
-version: 1.0.18
+version: 1.0.19
 apiVersion: v2
-appVersion: 1.3.3.3432
+appVersion: 1.3.4.3458
 kubeVersion: '>=1.16.0-0'
 maintainers:
   - name: truenas

+ 1 - 1
library/ix-dev/community/lidarr/values.yaml

@@ -1,7 +1,7 @@
 image:
   repository: ghcr.io/onedr0p/lidarr-develop
   pullPolicy: IfNotPresent
-  tag: 1.3.3.3432
+  tag: 1.3.4.3458
 
 resources:
   limits:

+ 2 - 2
library/ix-dev/community/minecraft/Chart.yaml

@@ -3,9 +3,9 @@ description: Minecraft is a sandbox game
 annotations:
   title: Minecraft
 type: application
-version: 1.0.10
+version: 1.0.11
 apiVersion: v2
-appVersion: 2023.7.1
+appVersion: 2023.8.1
 kubeVersion: '>=1.16.0-0'
 maintainers:
   - name: truenas

+ 4 - 4
library/ix-dev/community/minecraft/values.yaml

@@ -1,19 +1,19 @@
 j8Image:
   repository: itzg/minecraft-server
   pullPolicy: IfNotPresent
-  tag: 2023.7.1-java8
+  tag: 2023.8.1-java8
 j8gceImage:
   repository: itzg/minecraft-server
   pullPolicy: IfNotPresent
-  tag: 2023.7.1-java8-graalvm-ce
+  tag: 2023.8.1-java8-graalvm-ce
 j8j9Image:
   repository: itzg/minecraft-server
   pullPolicy: IfNotPresent
-  tag: 2023.7.1-java8-openj9
+  tag: 2023.8.1-java8-openj9
 j8jdkImage:
   repository: itzg/minecraft-server
   pullPolicy: IfNotPresent
-  tag: 2023.7.1-java8-jdk
+  tag: 2023.8.1-java8-jdk
 j11Image:
   repository: itzg/minecraft-server
   pullPolicy: IfNotPresent

+ 2 - 2
library/ix-dev/community/prowlarr/Chart.yaml

@@ -4,9 +4,9 @@ description: Prowlarr is an indexer manager/proxy to integrate with your various
 annotations:
   title: Prowlarr
 type: application
-version: 1.0.5
+version: 1.0.6
 apiVersion: v2
-appVersion: 1.8.0.3805
+appVersion: 1.8.1.3837
 kubeVersion: '>=1.16.0-0'
 maintainers:
   - name: truenas

+ 1 - 1
library/ix-dev/community/prowlarr/values.yaml

@@ -1,7 +1,7 @@
 image:
   repository: ghcr.io/onedr0p/prowlarr-develop
   pullPolicy: IfNotPresent
-  tag: 1.8.0.3805
+  tag: 1.8.1.3837
 
 resources:
   limits:

+ 2 - 2
library/ix-dev/community/readarr/Chart.yaml

@@ -4,9 +4,9 @@ description: Readarr is an ebook and audiobook collection manager for Usenet and
 annotations:
   title: Readarr
 type: application
-version: 1.0.7
+version: 1.0.8
 apiVersion: v2
-appVersion: 0.3.0.2091
+appVersion: 0.3.1.2096
 kubeVersion: '>=1.16.0-0'
 maintainers:
   - name: truenas

+ 1 - 1
library/ix-dev/community/readarr/values.yaml

@@ -1,7 +1,7 @@
 image:
   repository: ghcr.io/onedr0p/readarr-develop
   pullPolicy: IfNotPresent
-  tag: 0.3.0.2091
+  tag: 0.3.1.2096
 
 resources:
   limits:

+ 4 - 3
library/ix-dev/community/recyclarr/Chart.yaml

@@ -1,11 +1,12 @@
 name: recyclarr
-description: Recyclarr synchronizes recommended settings from the TRaSH guides to your Sonarr/Radarr instances.
+description: Recyclarr synchronizes recommended settings from the TRaSH guides to
+  your Sonarr/Radarr instances.
 annotations:
   title: Recyclarr
 type: application
-version: 1.0.0
+version: 1.0.1
 apiVersion: v2
-appVersion: 5.1.1
+appVersion: 5.2.0
 kubeVersion: '>=1.16.0-0'
 maintainers:
   - name: truenas

+ 1 - 1
library/ix-dev/community/recyclarr/values.yaml

@@ -1,7 +1,7 @@
 image:
   repository: recyclarr/recyclarr
   pullPolicy: IfNotPresent
-  tag: 5.1.1
+  tag: 5.2.0
 
 resources:
   limits: