Publish new changes in catalog

This commit is contained in:
sonicaj
2023-08-07 19:49:25 +00:00
parent 3ffd359d8f
commit c9da730c0d
118 changed files with 40 additions and 45 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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 }}

View File

@@ -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

View File

@@ -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

View File

@@ -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:

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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:

View File

@@ -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

View File

@@ -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:

Some files were not shown because too many files have changed in this diff Show More