mirror of
https://github.com/truenas/charts.git
synced 2026-04-05 11:48:55 +08:00
Publish new changes in catalog
This commit is contained in:
@@ -3,9 +3,9 @@ description: Homepage is a modern, secure, highly customizable application dashb
|
||||
annotations:
|
||||
title: Homepage
|
||||
type: application
|
||||
version: 1.0.0
|
||||
version: 1.0.1
|
||||
apiVersion: v2
|
||||
appVersion: 0.6.21
|
||||
appVersion: 0.6.23
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- name: truenas
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/benphelps/homepage
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v0.6.21
|
||||
tag: v0.6.23
|
||||
|
||||
resources:
|
||||
limits:
|
||||
@@ -3,9 +3,9 @@ description: Immich
|
||||
annotations:
|
||||
title: Immich
|
||||
type: application
|
||||
version: 1.0.8
|
||||
version: 1.0.9
|
||||
apiVersion: v2
|
||||
appVersion: 1.69.0
|
||||
appVersion: 1.70.0
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- name: truenas
|
||||
@@ -1,22 +1,22 @@
|
||||
image:
|
||||
repository: altran1502/immich-server
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.69.0
|
||||
tag: v1.70.0
|
||||
|
||||
webImage:
|
||||
repository: altran1502/immich-web
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.69.0
|
||||
tag: v1.70.0
|
||||
|
||||
proxyImage:
|
||||
repository: altran1502/immich-proxy
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.69.0
|
||||
tag: v1.70.0
|
||||
|
||||
mlImage:
|
||||
repository: altran1502/immich-machine-learning
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.69.0
|
||||
tag: v1.70.0
|
||||
|
||||
typesenseImage:
|
||||
repository: typesense/typesense
|
||||
@@ -69,3 +69,21 @@ immichStorage:
|
||||
pgBackup:
|
||||
type: ixVolume
|
||||
datasetName: pgBackup
|
||||
|
||||
notes:
|
||||
custom: |
|
||||
## Database
|
||||
You can connect to the database using the pgAdmin App from the catalog
|
||||
|
||||
<details>
|
||||
<summary>Database Details</summary>
|
||||
|
||||
- Database: `immich`
|
||||
- Username: `immich`
|
||||
- Password: `{{ .Values.immichDbPass }}`
|
||||
- Host: `{{ .Values.immichDbHost }}.{{ .Release.Namespace }}.svc.cluster.local`
|
||||
- Port: `5432`
|
||||
|
||||
</details>
|
||||
{{- $_ := unset .Values "immichDbPass" }}
|
||||
{{- $_ := unset .Values "immichDbHost" }}
|
||||
@@ -10,6 +10,11 @@
|
||||
{{- $dbPass = ((index .data "POSTGRES_PASSWORD") | b64dec) -}}
|
||||
{{- end -}}
|
||||
|
||||
{{/* Temporary set dynamic db details on values,
|
||||
so we can print them on the notes */}}
|
||||
{{- $_ := set .Values "immichDbPass" $dbPass -}}
|
||||
{{- $_ := set .Values "immichDbHost" $dbHost -}}
|
||||
|
||||
{{- $redisHost := (printf "%s-redis" $fullname) -}}
|
||||
|
||||
{{- $redisPass := randAlphaNum 32 -}}
|
||||
@@ -3,9 +3,9 @@ description: Minecraft is a sandbox game
|
||||
annotations:
|
||||
title: Minecraft
|
||||
type: application
|
||||
version: 1.0.9
|
||||
version: 1.0.10
|
||||
apiVersion: v2
|
||||
appVersion: 2023.7.0
|
||||
appVersion: 2023.7.1
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- name: truenas
|
||||
@@ -1,19 +1,19 @@
|
||||
j8Image:
|
||||
repository: itzg/minecraft-server
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2023.7.0-java8
|
||||
tag: 2023.7.1-java8
|
||||
j8gceImage:
|
||||
repository: itzg/minecraft-server
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2023.7.0-java8-graalvm-ce
|
||||
tag: 2023.7.1-java8-graalvm-ce
|
||||
j8j9Image:
|
||||
repository: itzg/minecraft-server
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2023.7.0-java8-openj9
|
||||
tag: 2023.7.1-java8-openj9
|
||||
j8jdkImage:
|
||||
repository: itzg/minecraft-server
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2023.7.0-java8-jdk
|
||||
tag: 2023.7.1-java8-jdk
|
||||
j11Image:
|
||||
repository: itzg/minecraft-server
|
||||
pullPolicy: IfNotPresent
|
||||
@@ -1,11 +1,12 @@
|
||||
name: pgadmin
|
||||
description: pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL
|
||||
description: pgAdmin is the most popular and feature rich Open Source administration
|
||||
and development platform for PostgreSQL
|
||||
annotations:
|
||||
title: pgAdmin
|
||||
type: application
|
||||
version: 1.0.0
|
||||
version: 1.0.1
|
||||
apiVersion: v2
|
||||
appVersion: '7.4'
|
||||
appVersion: '7.5'
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- name: truenas
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: dpage/pgadmin4
|
||||
pullPolicy: IfNotPresent
|
||||
tag: '7.4'
|
||||
tag: '7.5'
|
||||
|
||||
resources:
|
||||
limits:
|
||||
Reference in New Issue
Block a user