Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-02-03 09:29:34 +00:00
parent fd5af5f38e
commit 920b7492dc
57 changed files with 225 additions and 148 deletions

View File

@ -1,9 +0,0 @@
## [memcached-5.0.25](https://github.com/truecharts/charts/compare/memcached-5.0.24...memcached-5.0.25) (2023-02-02)
### Fix
- remove non-link sources ([#6826](https://github.com/truecharts/charts/issues/6826))

View File

@ -4,6 +4,15 @@
## [memcached-5.0.26](https://github.com/truecharts/charts/compare/memcached-5.0.25...memcached-5.0.26) (2023-02-03)
### Chore
- update container image tccr.io/truecharts/memcached to 1.6.18
## [memcached-5.0.25](https://github.com/truecharts/charts/compare/memcached-5.0.24...memcached-5.0.25) (2023-02-02)
### Fix
@ -88,12 +97,3 @@
## [memcached-5.0.16](https://github.com/truecharts/charts/compare/memcached-5.0.15...memcached-5.0.16) (2022-12-25)
### Chore
- update container image tccr.io/truecharts/memcached to 1.6.17
## [memcached-5.0.15](https://github.com/truecharts/charts/compare/memcached-5.0.14...memcached-5.0.15) (2022-12-24)
### Chore

View File

@ -24,7 +24,7 @@ sources:
- https://github.com/bitnami/bitnami-docker-memcached
- http://memcached.org/
type: application
version: 5.0.25
version: 5.0.26
annotations:
truecharts.org/catagories: |
- database

View File

@ -0,0 +1,9 @@
## [memcached-5.0.26](https://github.com/truecharts/charts/compare/memcached-5.0.25...memcached-5.0.26) (2023-02-03)
### Chore
- update container image tccr.io/truecharts/memcached to 1.6.18

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/memcached
pullPolicy: IfNotPresent
tag: 1.6.18@sha256:e53803598eedae2c5da839832bf49fcc054b3367608325ec15a2e51c299cca91
tag: 1.6.18@sha256:b83214bffc05340d5a896fdb326be8eaa8a4bac9c4b64e35c0dfc934f504c034
service:
main:

View File

@ -1,9 +0,0 @@
## [checkmk-0.0.3](https://github.com/truecharts/charts/compare/checkmk-0.0.2...checkmk-0.0.3) (2023-01-11)
### Chore
- update container image tccr.io/truecharts/check-mk-raw to v2.1.0

View File

@ -4,6 +4,15 @@
## [checkmk-0.0.4](https://github.com/truecharts/charts/compare/checkmk-0.0.3...checkmk-0.0.4) (2023-02-03)
### Chore
- update container image tccr.io/truecharts/check-mk-raw to v2.1.0
## [checkmk-0.0.3](https://github.com/truecharts/charts/compare/checkmk-0.0.2...checkmk-0.0.3) (2023-01-11)
### Chore

View File

@ -21,7 +21,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/checkmk
- https://github.com/tribe29/checkmk
type: application
version: 0.0.3
version: 0.0.4
annotations:
truecharts.org/catagories: |
- monitoring

View File

@ -0,0 +1,9 @@
## [checkmk-0.0.4](https://github.com/truecharts/charts/compare/checkmk-0.0.3...checkmk-0.0.4) (2023-02-03)
### Chore
- update container image tccr.io/truecharts/check-mk-raw to v2.1.0

View File

@ -5,4 +5,4 @@ This App is supplied by TrueCharts, for more information visit the manual: [http
---
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/about/sponsor) or contributing back to the project any way you can!
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/check-mk-raw
pullPolicy: IfNotPresent
tag: v2.1.0@sha256:61f375fc513ffcd041c6d60ac8a1812267c5a557829e2cb4e73f688c290df049
tag: v2.1.0@sha256:e6f1e24f4ae784d950fd0c804c1574375d3401c5c5063cd441b9206900f30e0c
securityContext:
readOnlyRootFilesystem: false

View File

@ -762,10 +762,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
@ -786,12 +793,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
@ -903,11 +924,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
@ -927,12 +955,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
@ -1159,58 +1200,58 @@ questions:
$ref:
- "definitions/gpuConfiguration"
attrs: []
- variable: horizontalPodAutoscaler
group: Advanced
label: (Advanced) Horizontal Pod Autoscaler
schema:
type: list
default: []
items:
- variable: hpaEntry
label: HPA Entry
schema:
additional_attrs: true
type: dict
attrs:
- variable: name
label: Name
schema:
type: string
required: true
default: ""
- variable: enabled
label: Enabled
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: target
label: Target
description: Deployment name, Defaults to Main Deployment
schema:
type: string
default: ""
- variable: minReplicas
label: Minimum Replicas
schema:
type: int
default: 1
- variable: maxReplicas
label: Maximum Replicas
schema:
type: int
default: 5
- variable: targetCPUUtilizationPercentage
label: Target CPU Utilization Percentage
schema:
type: int
default: 80
- variable: targetMemoryUtilizationPercentage
label: Target Memory Utilization Percentage
schema:
type: int
default: 80
# - variable: horizontalPodAutoscaler
# group: Advanced
# label: (Advanced) Horizontal Pod Autoscaler
# schema:
# type: list
# default: []
# items:
# - variable: hpaEntry
# label: HPA Entry
# schema:
# additional_attrs: true
# type: dict
# attrs:
# - variable: name
# label: Name
# schema:
# type: string
# required: true
# default: ""
# - variable: enabled
# label: Enabled
# schema:
# type: boolean
# default: false
# show_subquestions_if: true
# subquestions:
# - variable: target
# label: Target
# description: Deployment name, Defaults to Main Deployment
# schema:
# type: string
# default: ""
# - variable: minReplicas
# label: Minimum Replicas
# schema:
# type: int
# default: 1
# - variable: maxReplicas
# label: Maximum Replicas
# schema:
# type: int
# default: 5
# - variable: targetCPUUtilizationPercentage
# label: Target CPU Utilization Percentage
# schema:
# type: int
# default: 80
# - variable: targetMemoryUtilizationPercentage
# label: Target Memory Utilization Percentage
# schema:
# type: int
# default: 80
- variable: networkPolicy
group: Advanced
label: (Advanced) Network Policy

View File

@ -1,9 +0,0 @@
## [cloudcommander-2.0.10](https://github.com/truecharts/charts/compare/cloudcommander-2.0.9...cloudcommander-2.0.10) (2023-02-02)
### Fix
- remove non-link sources ([#6826](https://github.com/truecharts/charts/issues/6826))

View File

@ -4,6 +4,15 @@
## [cloudcommander-2.0.11](https://github.com/truecharts/charts/compare/cloudcommander-2.0.10...cloudcommander-2.0.11) (2023-02-03)
### Chore
- update container image tccr.io/truecharts/cloudcommander to latest
## [cloudcommander-2.0.10](https://github.com/truecharts/charts/compare/cloudcommander-2.0.9...cloudcommander-2.0.10) (2023-02-02)
### Fix
@ -88,12 +97,3 @@
## [cloudcommander-2.0.2](https://github.com/truecharts/charts/compare/cloudcommander-2.0.1...cloudcommander-2.0.2) (2022-11-30)
## [cloudcommander-2.0.2](https://github.com/truecharts/charts/compare/cloudcommander-2.0.1...cloudcommander-2.0.2) (2022-11-30)
## [cloudcommander-2.0.2](https://github.com/truecharts/charts/compare/cloudcommander-2.0.1...cloudcommander-2.0.2) (2022-11-30)

View File

@ -25,4 +25,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/cloudcommander
- https://hub.docker.com/coderaiser/cloudcmd
type: application
version: 2.0.10
version: 2.0.11

View File

@ -0,0 +1,9 @@
## [cloudcommander-2.0.11](https://github.com/truecharts/charts/compare/cloudcommander-2.0.10...cloudcommander-2.0.11) (2023-02-03)
### Chore
- update container image tccr.io/truecharts/cloudcommander to latest

View File

@ -3,7 +3,7 @@ env:
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/cloudcommander
tag: latest@sha256:1ece01846c75700d9b040565707ff5cd61f0c69e9a857be6a2d0e03bfabc5fa1
tag: latest@sha256:4a3d9867073a287cb2815543f64986c6c9e03a45851511a920cbe884dd74a04e
persistence:
appdata:
enabled: true

View File

@ -1,9 +0,0 @@
## [cups-server-3.0.16](https://github.com/truecharts/charts/compare/cups-server-3.0.15...cups-server-3.0.16) (2023-02-02)
### Fix
- remove non-link sources ([#6826](https://github.com/truecharts/charts/issues/6826))

View File

@ -4,6 +4,15 @@
## [cups-server-3.0.17](https://github.com/truecharts/charts/compare/cups-server-3.0.16...cups-server-3.0.17) (2023-02-03)
### Chore
- update container image tccr.io/truecharts/cups-server to latest
## [cups-server-3.0.16](https://github.com/truecharts/charts/compare/cups-server-3.0.15...cups-server-3.0.16) (2023-02-02)
### Fix
@ -88,12 +97,3 @@
## [cups-server-3.0.7](https://github.com/truecharts/charts/compare/cups-server-3.0.6...cups-server-3.0.7) (2022-12-19)
### Chore
- update helm general non-major
## [cups-server-3.0.6](https://github.com/truecharts/charts/compare/cups-server-3.0.5...cups-server-3.0.6) (2022-12-13)
### Chore

View File

@ -19,7 +19,7 @@ name: cups-server
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/cups-server
- https://hub.docker.com/ydkn/cups
version: 3.0.16
version: 3.0.17
annotations:
truecharts.org/catagories: |
- media

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/incubator/)
**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%20Apps/Important-MUST-READ).
- 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 @@
## [cups-server-3.0.17](https://github.com/truecharts/charts/compare/cups-server-3.0.16...cups-server-3.0.17) (2023-02-03)
### Chore
- update container image tccr.io/truecharts/cups-server to latest

View File

@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/cups-server
tag: latest@sha256:32a87edf84e8aca4abe51ae62452d0688f9475a8944d3e7ac5875f2fa9ca79cb
tag: latest@sha256:2d85ac63cec93d177a43cc512d628ed2506ee48c21830c166e5cf9df793c9390
pullPolicy: IfNotPresent
securityContext:

View File

@ -1,9 +0,0 @@
## [cyberchef-4.0.25](https://github.com/truecharts/charts/compare/cyberchef-4.0.24...cyberchef-4.0.25) (2023-02-02)
### Fix
- remove non-link sources ([#6826](https://github.com/truecharts/charts/issues/6826))

View File

@ -4,6 +4,15 @@
## [cyberchef-4.0.26](https://github.com/truecharts/charts/compare/cyberchef-4.0.25...cyberchef-4.0.26) (2023-02-03)
### Chore
- update container image tccr.io/truecharts/cyberchef to 9.55.0
## [cyberchef-4.0.25](https://github.com/truecharts/charts/compare/cyberchef-4.0.24...cyberchef-4.0.25) (2023-02-02)
### Fix
@ -88,12 +97,3 @@
## [cyberchef-4.0.16](https://github.com/truecharts/charts/compare/cyberchef-4.0.15...cyberchef-4.0.16) (2022-12-19)
### Chore
- update helm general non-major
## [cyberchef-4.0.15](https://github.com/truecharts/charts/compare/cyberchef-4.0.14...cyberchef-4.0.15) (2022-12-17)

View File

@ -18,7 +18,7 @@ name: cyberchef
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/cyberchef
- https://hub.docker.com/mpepping/cyberchef
version: 4.0.25
version: 4.0.26
annotations:
truecharts.org/catagories: |
- utilities

View File

@ -0,0 +1,9 @@
## [cyberchef-4.0.26](https://github.com/truecharts/charts/compare/cyberchef-4.0.25...cyberchef-4.0.26) (2023-02-03)
### Chore
- update container image tccr.io/truecharts/cyberchef to 9.55.0

View File

@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/cyberchef
tag: 9.55.0@sha256:9ffc65d5bf881cd1f128c671b1d17843deeec349f5c779fc4a00846b7e017fee
tag: 9.55.0@sha256:ce72a004d7bcc70bb42099493472f53953bd158ee5fd33730358ad5600cd4957
pullPolicy: IfNotPresent
securityContext: