Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-01-31 11:00:31 +00:00
parent 2ad9a79d72
commit 7c61ed8582
75 changed files with 216 additions and 134 deletions

View File

@ -1,9 +0,0 @@
## [nexus-oss-2.0.10](https://github.com/truecharts/charts/compare/nexus-oss-2.0.9...nexus-oss-2.0.10) (2023-01-19)
### Chore
- update container image tccr.io/truecharts/nexusoss to v3.45.1

View File

@ -4,6 +4,15 @@
## [nexus-oss-2.0.11](https://github.com/truecharts/charts/compare/nexus-oss-2.0.10...nexus-oss-2.0.11) (2023-01-31)
### Chore
- update container image tccr.io/truecharts/nexusoss to v3.46.0
## [nexus-oss-2.0.10](https://github.com/truecharts/charts/compare/nexus-oss-2.0.9...nexus-oss-2.0.10) (2023-01-19)
### Chore
@ -88,12 +97,3 @@
## [nexus-oss-2.0.2](https://github.com/truecharts/charts/compare/nexus-oss-2.0.1...nexus-oss-2.0.2) (2022-11-30)
## [nexus-oss-2.0.2](https://github.com/truecharts/charts/compare/nexus-oss-2.0.1...nexus-oss-2.0.2) (2022-11-30)
## [nexus-oss-2.0.2](https://github.com/truecharts/charts/compare/nexus-oss-2.0.1...nexus-oss-2.0.2) (2022-11-30)

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "3.45.1"
appVersion: "3.46.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@ -21,7 +21,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/nexus-oss
- https://hub.docker.com/r/sonatype/nexus3
type: application
version: 2.0.10
version: 2.0.11
annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/catagories: |

View File

@ -0,0 +1,9 @@
## [nexus-oss-2.0.11](https://github.com/truecharts/charts/compare/nexus-oss-2.0.10...nexus-oss-2.0.11) (2023-01-31)
### Chore
- update container image tccr.io/truecharts/nexusoss to v3.46.0

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/nexusoss
pullPolicy: IfNotPresent
tag: 3.45.1@sha256:4f7219fa4c0c078832ba3fc5c0834ed9157495aa7bf8478915b4086dde07eb1b
tag: 3.46.0@sha256:ea0241a8432c8429aad391ec9269f47a4db2a3ef46535b9de5e4777617669f72
podSecurityContext:
runAsGroup: 200

View File

@ -637,10 +637,17 @@ questions:
type: string
required: true
default: Prefix
- variable: clusterIssuer
label: clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
schema:
type: string
default: ""
- variable: tls
label: TLS-Settings
schema:
type: list
show_if: [["clusterIssuer", "=", ""]]
default: []
items:
- variable: tlsEntry
@ -661,12 +668,26 @@ questions:
type: string
default: ""
required: true
- variable: scaleCert
label: Select TrueNAS SCALE Certificate
- variable: clusterIssuer
label: Use Cert-Manager clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
schema:
type: string
default: ""
- variable: scaleCert
label: Use TrueNAS SCALE Certificate (Deprecated)
schema:
show_if: [["clusterIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
show_if: [["clusterIssuer", "=", ""]]
type: string
default: ""
- variable: entrypoint
label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
@ -778,11 +799,18 @@ questions:
label: Service Port
schema:
type: int
- variable: clusterIssuer
label: clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
schema:
type: string
default: ""
- variable: tls
label: TLS-Settings
schema:
type: list
default: []
show_if: [["clusterIssuer", "=", ""]]
items:
- variable: tlsEntry
label: Host
@ -802,12 +830,25 @@ questions:
type: string
default: ""
required: true
- variable: scaleCert
label: Select TrueNAS SCALE Certificate
- variable: clusterIssuer
label: Use Cert-Manager clusterIssuer
description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
schema:
type: string
default: ""
- variable: scaleCert
label: Use TrueNAS SCALE Certificate (Deprecated)
schema:
show_if: [["clusterIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
type: string
show_if: [["clusterIssuer", "=", ""]]
default: ""
- variable: entrypoint
label: Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider

View File

@ -4,6 +4,15 @@
## [linkding-4.0.10](https://github.com/truecharts/charts/compare/linkding-4.0.9...linkding-4.0.10) (2023-01-31)
### Chore
- update container image tccr.io/truecharts/linkding to v1.17.1
## [linkding-4.0.9](https://github.com/truecharts/charts/compare/linkding-4.0.8...linkding-4.0.9) (2023-01-21)
### Chore
@ -88,12 +97,3 @@
## [linkding-4.0.2](https://github.com/truecharts/charts/compare/linkding-4.0.1...linkding-4.0.2) (2022-11-30)
## [linkding-4.0.2](https://github.com/truecharts/charts/compare/linkding-4.0.1...linkding-4.0.2) (2022-11-30)

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "1.16.1"
appVersion: "1.17.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@ -20,7 +20,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/linkding
- https://github.com/sissbruecker/linkding
- https://hub.docker.com/r/sissbruecker/linkding
version: 4.0.9
version: 4.0.10
annotations:
truecharts.org/catagories: |
- bookmarks

View File

@ -0,0 +1,9 @@
## [linkding-4.0.10](https://github.com/truecharts/charts/compare/linkding-4.0.9...linkding-4.0.10) (2023-01-31)
### Chore
- update container image tccr.io/truecharts/linkding to v1.17.1

View File

@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/linkding
tag: 1.16.1@sha256:76f5e9af8040da551af968957a3d427ebc7180ea47ce45ed1da89c1d4bd18fd3
tag: 1.17.1@sha256:beda61c50731398379c125ded5516550000d9a6ebf6587f465d22bf1277c62e1
pullPolicy: IfNotPresent
securityContext:

View File

@ -683,10 +683,17 @@ questions:
type: string
required: true
default: Prefix
- variable: clusterIssuer
label: clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
schema:
type: string
default: ""
- variable: tls
label: TLS-Settings
schema:
type: list
show_if: [["clusterIssuer", "=", ""]]
default: []
items:
- variable: tlsEntry
@ -707,12 +714,26 @@ questions:
type: string
default: ""
required: true
- variable: scaleCert
label: Select TrueNAS SCALE Certificate
- variable: clusterIssuer
label: Use Cert-Manager clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
schema:
type: string
default: ""
- variable: scaleCert
label: Use TrueNAS SCALE Certificate (Deprecated)
schema:
show_if: [["clusterIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
show_if: [["clusterIssuer", "=", ""]]
type: string
default: ""
- variable: entrypoint
label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
@ -824,11 +845,18 @@ questions:
label: Service Port
schema:
type: int
- variable: clusterIssuer
label: clusterIssuer
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
schema:
type: string
default: ""
- variable: tls
label: TLS-Settings
schema:
type: list
default: []
show_if: [["clusterIssuer", "=", ""]]
items:
- variable: tlsEntry
label: Host
@ -848,12 +876,25 @@ questions:
type: string
default: ""
required: true
- variable: scaleCert
label: Select TrueNAS SCALE Certificate
- variable: clusterIssuer
label: Use Cert-Manager clusterIssuer
description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
schema:
type: string
default: ""
- variable: scaleCert
label: Use TrueNAS SCALE Certificate (Deprecated)
schema:
show_if: [["clusterIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
type: string
show_if: [["clusterIssuer", "=", ""]]
default: ""
- variable: entrypoint
label: Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider

View File

@ -1,9 +0,0 @@
## [linkding-4.0.9](https://github.com/truecharts/charts/compare/linkding-4.0.8...linkding-4.0.9) (2023-01-21)
### Chore
- update container image tccr.io/truecharts/linkding to v1.16.1

View File

@ -1,9 +0,0 @@
## [nocodb-6.0.26](https://github.com/truecharts/charts/compare/nocodb-6.0.25...nocodb-6.0.26) (2023-01-24)
### Chore
- update helm general non-major ([#6689](https://github.com/truecharts/charts/issues/6689))

View File

@ -4,6 +4,15 @@
## [nocodb-6.0.27](https://github.com/truecharts/charts/compare/nocodb-6.0.26...nocodb-6.0.27) (2023-01-31)
### Chore
- update container image tccr.io/truecharts/nocodb to v0.104.2
## [nocodb-6.0.26](https://github.com/truecharts/charts/compare/nocodb-6.0.25...nocodb-6.0.26) (2023-01-24)
### Chore
@ -88,12 +97,3 @@
## [nocodb-6.0.17](https://github.com/truecharts/charts/compare/nocodb-6.0.16...nocodb-6.0.17) (2022-12-19)
### Chore
- update helm general non-major
## [nocodb-6.0.16](https://github.com/truecharts/charts/compare/nocodb-6.0.15...nocodb-6.0.16) (2022-12-18)
### Chore

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "0.101.2"
appVersion: "0.104.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@ -27,7 +27,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/nocodb
- https://hub.docker.com/r/nocodb/nocodb
- https://github.com/nocodb/nocodb
version: 6.0.26
version: 6.0.27
annotations:
truecharts.org/catagories: |
- productivity

View File

@ -0,0 +1,9 @@
## [nocodb-6.0.27](https://github.com/truecharts/charts/compare/nocodb-6.0.26...nocodb-6.0.27) (2023-01-31)
### Chore
- update container image tccr.io/truecharts/nocodb to v0.104.2

View File

@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/nocodb
tag: 0.101.2@sha256:a9d3571c7fa210e03ec6dbfece3abfe51bc9c89caf3347bbb469436c8d1c65fb
tag: 0.104.2@sha256:0833cd59fc16eb3f962a85600aa6960d84d4986688b763a439afa46dc78d703c
pullPolicy: IfNotPresent
securityContext:

View File

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

View File

@ -4,6 +4,15 @@
## [paperless-ng-7.0.28](https://github.com/truecharts/charts/compare/paperless-ng-7.0.27...paperless-ng-7.0.28) (2023-01-31)
### Chore
- update container image tccr.io/truecharts/paperless-ng to v1.12.2
## [paperless-ng-7.0.27](https://github.com/truecharts/charts/compare/paperless-ng-7.0.26...paperless-ng-7.0.27) (2023-01-24)
### Chore
@ -88,12 +97,3 @@
## [paperless-ng-7.0.18](https://github.com/truecharts/charts/compare/paperless-ng-7.0.17...paperless-ng-7.0.18) (2022-12-27)
### Chore
- update helm general non-major ([#5848](https://github.com/truecharts/charts/issues/5848))
## [paperless-ng-7.0.17](https://github.com/truecharts/charts/compare/paperless-ng-7.0.16...paperless-ng-7.0.17) (2022-12-26)
### Chore

View File

@ -1,8 +1,8 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: paperless-ng
version: 7.0.27
appVersion: "1.11.3"
version: 7.0.28
appVersion: "1.12.2"
description: Paperless-ngx is an application by Daniel Quinn and contributors that indexes your scanned documents.
type: application
deprecated: false

View File

@ -0,0 +1,9 @@
## [paperless-ng-7.0.28](https://github.com/truecharts/charts/compare/paperless-ng-7.0.27...paperless-ng-7.0.28) (2023-01-31)
### Chore
- update container image tccr.io/truecharts/paperless-ng to v1.12.2

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/paperless-ng
pullPolicy: IfNotPresent
tag: 1.11.3@sha256:5cc0d5fe589397cd4b1d36b7a6e3c3b6791bef774c33b0b08a2e8b542e8b7579
tag: 1.12.2@sha256:0981b557e5ac3fcf286025c169161f613936f7dbba52582f90abcf5a107114de
securityContext:
runAsNonRoot: false

View File

@ -1,9 +0,0 @@
## [shlink-7.0.21](https://github.com/truecharts/charts/compare/shlink-7.0.20...shlink-7.0.21) (2023-01-24)
### Chore
- update helm general non-major ([#6689](https://github.com/truecharts/charts/issues/6689))

View File

@ -4,6 +4,15 @@
## [shlink-7.0.22](https://github.com/truecharts/charts/compare/shlink-7.0.21...shlink-7.0.22) (2023-01-31)
### Chore
- update container image tccr.io/truecharts/shlink to v3.5.0
## [shlink-7.0.21](https://github.com/truecharts/charts/compare/shlink-7.0.20...shlink-7.0.21) (2023-01-24)
### Chore
@ -88,12 +97,3 @@
## [shlink-7.0.12](https://github.com/truecharts/charts/compare/shlink-7.0.11...shlink-7.0.12) (2022-12-18)
### Chore
- update helm chart postgresql to v11.0.13 ([#5495](https://github.com/truecharts/charts/issues/5495))
- update helm chart redis to v5.0.16
## [shlink-7.0.11](https://github.com/truecharts/charts/compare/shlink-web-client-5.0.5...shlink-7.0.11) (2022-12-17)

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "3.4.0"
appVersion: "3.5.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@ -29,7 +29,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/shlink
- https://github.com/shlinkio/shlink
type: application
version: 7.0.21
version: 7.0.22
annotations:
truecharts.org/catagories: |
- utilities

View File

@ -0,0 +1,9 @@
## [shlink-7.0.22](https://github.com/truecharts/charts/compare/shlink-7.0.21...shlink-7.0.22) (2023-01-31)
### Chore
- update container image tccr.io/truecharts/shlink to v3.5.0

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/shlink
pullPolicy: IfNotPresent
tag: 3.4.0@sha256:3a19cca1b4341d244042e2fa5c8764afc4c5c785aaa365a8d4d82f3d9efce265
tag: 3.5.0@sha256:b3187d95e8bee1116839b9bd2ccc3105b28603bcd89c228d5031f7ada2a46c0f
securityContext:
runAsNonRoot: false

View File

@ -1,9 +0,0 @@
## [xen-orchestra-3.0.17](https://github.com/truecharts/charts/compare/xen-orchestra-3.0.16...xen-orchestra-3.0.17) (2023-01-24)
### Chore
- update container image tccr.io/truecharts/xenorchestra to 5.107.5

View File

@ -4,6 +4,15 @@
## [xen-orchestra-3.0.18](https://github.com/truecharts/charts/compare/xen-orchestra-3.0.17...xen-orchestra-3.0.18) (2023-01-31)
### Chore
- update container image tccr.io/truecharts/xenorchestra to v5.108.0
## [xen-orchestra-3.0.17](https://github.com/truecharts/charts/compare/xen-orchestra-3.0.16...xen-orchestra-3.0.17) (2023-01-24)
### Chore
@ -88,12 +97,3 @@
## [xen-orchestra-3.0.8](https://github.com/truecharts/charts/compare/xen-orchestra-3.0.7...xen-orchestra-3.0.8) (2022-12-18)
### Chore
- update container image tccr.io/truecharts/xenorchestra to v5.107.4 ([#5525](https://github.com/truecharts/charts/issues/5525))
## [xen-orchestra-3.0.7](https://github.com/truecharts/charts/compare/xen-orchestra-3.0.6...xen-orchestra-3.0.7) (2022-12-13)
### Chore

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "5.107.5"
appVersion: "5.108.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@ -18,7 +18,7 @@ name: xen-orchestra
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/xen-orchestra
- https://hub.docker.com/r/ronivay/xen-orchestra
version: 3.0.17
version: 3.0.18
annotations:
truecharts.org/catagories: |
- management

View File

@ -0,0 +1,9 @@
## [xen-orchestra-3.0.18](https://github.com/truecharts/charts/compare/xen-orchestra-3.0.17...xen-orchestra-3.0.18) (2023-01-31)
### Chore
- update container image tccr.io/truecharts/xenorchestra to v5.108.0

View File

@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/xenorchestra
tag: 5.107.5@sha256:c688d3d7ece62d299a71ea498aa38bd0dad90f011441e97c1428645116bf4eaa
tag: 5.108.0@sha256:279a59926cd717d5307d2dcf9065d874c782fde9ad3a3e82d3b6eccefd1f186e
pullPolicy: IfNotPresent
securityContext: