Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-07-20 08:47:15 +00:00
parent da0f2298af
commit ccdeaf912a
37 changed files with 4777 additions and 53 deletions

View File

@@ -1,9 +0,0 @@
## [baserow-7.0.27](https://github.com/truecharts/charts/compare/baserow-7.0.26...baserow-7.0.27) (2023-07-01)
### Chore
- update helm general non-major ([#10069](https://github.com/truecharts/charts/issues/10069))

View File

@@ -4,6 +4,15 @@
## [baserow-7.0.28](https://github.com/truecharts/charts/compare/baserow-7.0.27...baserow-7.0.28) (2023-07-20)
### Chore
- update container image tccr.io/truecharts/baserow to v1.19.0 ([#10654](https://github.com/truecharts/charts/issues/10654))
## [baserow-7.0.27](https://github.com/truecharts/charts/compare/baserow-7.0.26...baserow-7.0.27) (2023-07-01)
### Chore
@@ -88,12 +97,3 @@
## [baserow-7.0.18](https://github.com/truecharts/charts/compare/baserow-7.0.17...baserow-7.0.18) (2023-05-27)
### Chore
- update helm general non-major ([#9197](https://github.com/truecharts/charts/issues/9197))

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "1.18.0"
appVersion: "1.19.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@@ -22,7 +22,7 @@ name: baserow
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/baserow
- https://gitlab.com/bramw/baserow/
version: 7.0.27
version: 7.0.28
annotations:
truecharts.org/catagories: |
- productivity

View File

@@ -0,0 +1,9 @@
## [baserow-7.0.28](https://github.com/truecharts/charts/compare/baserow-7.0.27...baserow-7.0.28) (2023-07-20)
### Chore
- update container image tccr.io/truecharts/baserow to v1.19.0 ([#10654](https://github.com/truecharts/charts/issues/10654))

View File

@@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/baserow
tag: v1.18.0@sha256:6ede94ffe62979dc42db64b29a865d5686fed23ced7bfe4c7490a9c10b1058c3
tag: v1.19.0@sha256:562b60bd319ddbfb37f9472edfc35f079467b519ad2a5dd68f6c1ab0395f3822
pullPolicy: IfNotPresent
securityContext:

View File

@@ -619,14 +619,6 @@ questions:
show_if: [["type", "=", "nfs"]]
type: string
default: ""
- variable: setPermissions
label: Automatic Permissions
description: Automatically set permissions on install
schema:
show_if: [["type", "=", "hostPath"]]
hidden: true
type: boolean
default: false
- variable: autoPermissions
label: Automatic Permissions Configuration
description: Automatically set permissions
@@ -635,27 +627,36 @@ questions:
type: dict
additional_attrs: true
attrs:
- variable: chown
label: Run CHOWN
description: |
It will run CHOWN on the path with the given fsGroup
schema:
type: boolean
default: false
- variable: chmod
label: Run CHMOD
description: |
It will run CHMOD on the path with the given value
schema:
type: string
default: "775"
- variable: recursive
label: Recursive
description: |
It will run CHOWN and CHMOD recursively
- variable: enabled
label: enabled
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: chown
label: Run CHOWN
description: |
It will run CHOWN on the path with the given fsGroup
schema:
type: boolean
default: false
- variable: chmod
label: Run CHMOD
description: |
It will run CHMOD on the path with the given value</br>
Format should be 3 digits, e.g. 770
schema:
type: string
valid_chars: '[0-9]{3}'
default: ""
- variable: recursive
label: Recursive
description: |
It will run CHOWN and CHMOD recursively
schema:
type: boolean
default: false
- variable: readOnly
label: Read Only
schema:
@@ -731,13 +732,44 @@ questions:
show_if: [["type", "=", "nfs"]]
type: string
default: ""
- variable: setPermissions
label: Automatic Permissions
description: Automatically set permissions on install
- variable: autoPermissions
label: Automatic Permissions Configuration
description: Automatically set permissions
schema:
show_if: [["type", "=", "hostPath"]]
type: boolean
default: false
show_if: [["type", "!=", "pvc"]]
type: dict
additional_attrs: true
attrs:
- variable: enabled
label: enabled
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: chown
label: Run CHOWN
description: |
It will run CHOWN on the path with the given fsGroup
schema:
type: boolean
default: false
- variable: chmod
label: Run CHMOD
description: |
It will run CHMOD on the path with the given value</br>
Format should be 3 digits, e.g. 770
schema:
type: string
valid_chars: '[0-9]{3}'
default: ""
- variable: recursive
label: Recursive
description: |
It will run CHOWN and CHMOD recursively
schema:
type: boolean
default: false
- variable: readOnly
label: Read Only
schema:

View File

@@ -0,0 +1,99 @@
**Important:**
*for the complete changelog, please refer to the website*
## [photoprism-14.0.31](https://github.com/truecharts/charts/compare/photoprism-14.0.30...photoprism-14.0.31) (2023-07-20)
### Chore
- update container image tccr.io/truecharts/photoprism to v230719 ([#10660](https://github.com/truecharts/charts/issues/10660))
## [photoprism-14.0.30](https://github.com/truecharts/charts/compare/photoprism-14.0.29...photoprism-14.0.30) (2023-07-04)
### Chore
- update helm general non-major ([#10135](https://github.com/truecharts/charts/issues/10135))
## [photoprism-14.0.29](https://github.com/truecharts/charts/compare/photoprism-14.0.28...photoprism-14.0.29) (2023-07-01)
### Chore
- update helm general non-major ([#10069](https://github.com/truecharts/charts/issues/10069))
## [photoprism-14.0.28](https://github.com/truecharts/charts/compare/photoprism-14.0.27...photoprism-14.0.28) (2023-06-26)
### Chore
- update container image tccr.io/truecharts/photoprism to v230625 ([#9929](https://github.com/truecharts/charts/issues/9929))
## [photoprism-14.0.27](https://github.com/truecharts/charts/compare/photoprism-14.0.26...photoprism-14.0.27) (2023-06-13)
### Chore
- update helm chart common to 12.14.2 ([#9599](https://github.com/truecharts/charts/issues/9599))
## [photoprism-14.0.26](https://github.com/truecharts/charts/compare/photoprism-14.0.25...photoprism-14.0.26) (2023-06-11)
### Chore
- update helm general non-major ([#9558](https://github.com/truecharts/charts/issues/9558))
## [photoprism-14.0.25](https://github.com/truecharts/charts/compare/photoprism-14.0.24...photoprism-14.0.25) (2023-06-09)
### Chore
- update container image tccr.io/truecharts/photoprism to v230607 ([#9510](https://github.com/truecharts/charts/issues/9510))
## [photoprism-14.0.24](https://github.com/truecharts/charts/compare/photoprism-14.0.23...photoprism-14.0.24) (2023-06-07)
### Chore
- update helm general non-major ([#9459](https://github.com/truecharts/charts/issues/9459))
## [photoprism-14.0.23](https://github.com/truecharts/charts/compare/photoprism-14.0.22...photoprism-14.0.23) (2023-06-07)
### Chore
- update helm general non-major ([#9457](https://github.com/truecharts/charts/issues/9457))
## [photoprism-14.0.22](https://github.com/truecharts/charts/compare/photoprism-14.0.21...photoprism-14.0.22) (2023-06-07)
### Chore
- update helm general non-major ([#9423](https://github.com/truecharts/charts/issues/9423))
## [photoprism-14.0.21](https://github.com/truecharts/charts/compare/photoprism-14.0.20...photoprism-14.0.21) (2023-06-04)
### Chore

View File

@@ -0,0 +1,32 @@
apiVersion: v2
appVersion: "230719"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.14.6
- condition: mariadb.enabled
name: mariadb
repository: https://deps.truecharts.org/
version: 7.0.62
description: "PhotoPrism® is a server-based application for browsing, organizing and sharing your personal photo collection"
home: https://truecharts.org/charts/stable/photoprism
icon: https://truecharts.org/img/hotlink-ok/chart-icons/photoprism.png
keywords:
- photos
- photoprism
- pictures
- sharing
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: photoprism
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/photoprism
- https://github.com/photoprism/photoprism
version: 14.0.31
annotations:
truecharts.org/catagories: |
- media
truecharts.org/SCALE-support: "true"

View File

@@ -0,0 +1,27 @@
# README
## General Info
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
*All Rights Reserved - The TrueCharts Project*

View File

@@ -0,0 +1,9 @@
## [photoprism-14.0.31](https://github.com/truecharts/charts/compare/photoprism-14.0.30...photoprism-14.0.31) (2023-07-20)
### Chore
- update container image tccr.io/truecharts/photoprism to v230719 ([#10660](https://github.com/truecharts/charts/issues/10660))

View File

@@ -0,0 +1,8 @@
PhotoPrism® is a server-based application for browsing, organizing and sharing your personal photo collection
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/photoprism](https://truecharts.org/charts/stable/photoprism)
---
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,62 @@
image:
repository: tccr.io/truecharts/photoprism
tag: v230719@sha256:4e2a496b881d4b28018dff6a61807922aa4fdab0277e5000c40c4df58ac0536b
pullPolicy: IfNotPresent
service:
main:
ports:
main:
port: 2342
targetPort: 2342
persistence:
storage:
enabled: true
mountPath: "/assets"
photoprismtemp:
enabled: true
mountPath: "/photoprism_temp"
type: emptyDir
mariadb:
enabled: true
mariadbUsername: photoprism
mariadbDatabase: photoprism
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
workload:
main:
podSpec:
containers:
main:
env:
HOME: "/photoprism"
PHOTOPRISM_ORIGINALS_PATH: "/photoprism/originals"
PHOTOPRISM_IMPORT_PATH: "/photoprism/import"
PHOTOPRISM_TEMP_PATH: "/photoprism_temp"
PHOTOPRISM_STORAGE_PATH: "/assets/storage"
PHOTOPRISM_SIDECAR_PATH: "/assets/sidecar"
PHOTOPRISM_CACHE_PATH: "/assets/cache"
PHOTOPRISM_CONFIG_PATH: "/assets/config"
PROTOPRISM_BACKUP_PATH: "/assets/backup"
PHOTOPRISM_PUBLIC: false
PHOTOPRISM_UID: "{{ .Values.securityContext.container.runAsUser }}"
PHOTOPRISM_GID: "{{ .Values.securityContext.container.runAsGroup }}"
PHOTOPRISM_UMASK: "{{ .Values.securityContext.container.UMASK }}"
PHOTOPRISM_DATABASE_DRIVER: "mysql"
PHOTOPRISM_DATABASE_NAME: "photoprism"
PHOTOPRISM_DATABASE_USER: "photoprism"
PHOTOPRISM_DATABASE_SERVER:
secretKeyRef:
expandObjectName: false
name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}'
key: plainporthost
PHOTOPRISM_DATABASE_PASSWORD:
secretKeyRef:
expandObjectName: false
name: '{{ printf "%s-%s" .Release.Name "mariadbcreds" }}'
key: mariadb-password
PHOTOPRISM_ADMIN_PASSWORD: "please-change"

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}

View File

@@ -0,0 +1 @@
{{ include "tc.v1.common.loader.all" . }}

View File

View File

@@ -0,0 +1,99 @@
**Important:**
*for the complete changelog, please refer to the website*
## [zwavejs2mqtt-15.0.28](https://github.com/truecharts/charts/compare/zwavejs2mqtt-15.0.27...zwavejs2mqtt-15.0.28) (2023-07-20)
### Chore
- update container image tccr.io/truecharts/zwavejs-ui to v8.21.0 ([#10665](https://github.com/truecharts/charts/issues/10665))
## [zwavejs2mqtt-15.0.27](https://github.com/truecharts/charts/compare/zwavejs2mqtt-15.0.26...zwavejs2mqtt-15.0.27) (2023-07-08)
### Chore
- update container image tccr.io/truecharts/zwavejs-ui to v8.19.0 ([#10324](https://github.com/truecharts/charts/issues/10324))
## [zwavejs2mqtt-15.0.26](https://github.com/truecharts/charts/compare/zwavejs2mqtt-15.0.25...zwavejs2mqtt-15.0.26) (2023-07-01)
### Chore
- update helm general non-major ([#10069](https://github.com/truecharts/charts/issues/10069))
## [zwavejs2mqtt-15.0.25](https://github.com/truecharts/charts/compare/zwavejs2mqtt-15.0.24...zwavejs2mqtt-15.0.25) (2023-06-13)
### Chore
- update helm chart common to 12.14.2 ([#9599](https://github.com/truecharts/charts/issues/9599))
## [zwavejs2mqtt-15.0.24](https://github.com/truecharts/charts/compare/zwavejs2mqtt-15.0.23...zwavejs2mqtt-15.0.24) (2023-06-11)
### Chore
- update helm general non-major ([#9558](https://github.com/truecharts/charts/issues/9558))
## [zwavejs2mqtt-15.0.23](https://github.com/truecharts/charts/compare/zwavejs2mqtt-15.0.22...zwavejs2mqtt-15.0.23) (2023-06-07)
### Chore
- update helm general non-major ([#9457](https://github.com/truecharts/charts/issues/9457))
## [zwavejs2mqtt-15.0.22](https://github.com/truecharts/charts/compare/zwavejs2mqtt-15.0.21...zwavejs2mqtt-15.0.22) (2023-06-07)
### Chore
- update helm general non-major ([#9423](https://github.com/truecharts/charts/issues/9423))
## [zwavejs2mqtt-15.0.21](https://github.com/truecharts/charts/compare/zwavejs2mqtt-15.0.20...zwavejs2mqtt-15.0.21) (2023-06-04)
### Chore
- update helm general non-major ([#9393](https://github.com/truecharts/charts/issues/9393))
## [zwavejs2mqtt-15.0.20](https://github.com/truecharts/charts/compare/zwavejs2mqtt-15.0.19...zwavejs2mqtt-15.0.20) (2023-05-29)
### Chore
- update container image tccr.io/truecharts/zwavejs-ui to v8.17.1 ([#9281](https://github.com/truecharts/charts/issues/9281))
### Feat
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
## [zwavejs2mqtt-15.0.19](https://github.com/truecharts/charts/compare/zwavejs2mqtt-15.0.18...zwavejs2mqtt-15.0.19) (2023-05-27)
### Chore
- update helm general non-major ([#9197](https://github.com/truecharts/charts/issues/9197))

View File

@@ -0,0 +1,30 @@
apiVersion: v2
appVersion: "8.21.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.14.6
deprecated: false
description: Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS and Vue
home: https://truecharts.org/charts/stable/zwavejs2mqtt
icon: https://truecharts.org/img/hotlink-ok/chart-icons/zwavejs2mqtt.png
keywords:
- zwavejs2mqtt
- zwave-js
- z-wave
- zwave
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: zwavejs2mqtt
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/zwavejs2mqtt
- https://github.com/zwave-js/zwavejs2mqtt
type: application
version: 15.0.28
annotations:
truecharts.org/catagories: |
- tools
truecharts.org/SCALE-support: "true"

View File

@@ -0,0 +1,27 @@
# README
## General Info
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
*All Rights Reserved - The TrueCharts Project*

View File

@@ -0,0 +1,9 @@
## [zwavejs2mqtt-15.0.28](https://github.com/truecharts/charts/compare/zwavejs2mqtt-15.0.27...zwavejs2mqtt-15.0.28) (2023-07-20)
### Chore
- update container image tccr.io/truecharts/zwavejs-ui to v8.21.0 ([#10665](https://github.com/truecharts/charts/issues/10665))

View File

@@ -0,0 +1,8 @@
Fully configurable Zwave to MQTT gateway and Control Panel using NodeJS and Vue
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/zwavejs2mqtt](https://truecharts.org/charts/stable/zwavejs2mqtt)
---
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!

Binary file not shown.

View File

@@ -0,0 +1,85 @@
image:
repository: tccr.io/truecharts/zwavejs-ui
pullPolicy: IfNotPresent
tag: v8.21.0@sha256:2f14f1b52f095c24ed131a2fb62e949083631e62a386247f8b60c1124df46bbe
service:
main:
ports:
main:
port: 8091
targetPort: 8091
ws:
enabled: true
ports:
ws:
enabled: true
port: 10046
targetPort: 3000
persistence:
config:
enabled: true
mountPath: "/usr/src/app/store"
# affinity:
# nodeAffinity:
# requiredDuringSchedulingIgnoredDuringExecution:
# nodeSelectorTerms:
# - matchExpressions:
# - key: app
# operator: In
# values:
# - zwave-controller
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
enabled: true
# custom: true
# spec:
# failureThreshold: 5
# httpGet:
# path: /health
# port: http
# httpHeaders:
# - name: Accept
# value: text/plain
# initialDelaySeconds: 30
# periodSeconds: 10
# timeoutSeconds: 10
readiness:
enabled: true
# custom: true
# spec:
# failureThreshold: 5
# httpGet:
# path: /health
# port: http
# httpHeaders:
# - name: Accept
# value: text/plain
# initialDelaySeconds: 30
# periodSeconds: 10
# timeoutSeconds: 10
startup:
enabled: false
# custom: true
# spec:
# failureThreshold: 5
# httpGet:
# path: /health
# port: http
# httpHeaders:
# - name: Accept
# value: text/plain
# initialDelaySeconds: 30
# periodSeconds: 10
# timeoutSeconds: 10

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}

View File

@@ -0,0 +1 @@
{{ include "tc.v1.common.loader.all" . }}

View File