Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-06-26 04:36:18 +00:00
parent 149939b2d5
commit 91800904fa
13 changed files with 87 additions and 80 deletions

View File

@ -1,9 +0,0 @@
## [drawio-5.0.26](https://github.com/truecharts/charts/compare/drawio-5.0.25...drawio-5.0.26) (2023-06-13)
### Chore
- update helm chart common to 12.14.2 ([#9599](https://github.com/truecharts/charts/issues/9599))

View File

@ -4,6 +4,15 @@
## [drawio-5.0.27](https://github.com/truecharts/charts/compare/drawio-5.0.26...drawio-5.0.27) (2023-06-26)
### Chore
- update container image tccr.io/truecharts/drawio to v21.3.8 ([#9918](https://github.com/truecharts/charts/issues/9918))
## [drawio-5.0.26](https://github.com/truecharts/charts/compare/drawio-5.0.25...drawio-5.0.26) (2023-06-13)
### Chore
@ -88,12 +97,3 @@
## [drawio-5.0.17](https://github.com/truecharts/charts/compare/drawio-5.0.16...drawio-5.0.17) (2023-05-24)
### Chore
- update helm general non-major ([#9125](https://github.com/truecharts/charts/issues/9125))

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "21.3.7"
appVersion: "21.3.8"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@ -18,7 +18,7 @@ name: drawio
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/drawio
- https://github.com/jgraph/drawio
version: 5.0.26
version: 5.0.27
annotations:
truecharts.org/catagories: |
- media

View File

@ -12,7 +12,7 @@ For more information about this App, please check the docs on the TrueCharts [we
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE%20Apps/Important-MUST-READ).
- 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)

View File

@ -0,0 +1,9 @@
## [drawio-5.0.27](https://github.com/truecharts/charts/compare/drawio-5.0.26...drawio-5.0.27) (2023-06-26)
### Chore
- update container image tccr.io/truecharts/drawio to v21.3.8 ([#9918](https://github.com/truecharts/charts/issues/9918))

View File

@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/drawio
tag: v21.3.7@sha256:bac7df99fe8d03537c0de034eeaa49e17eac16298c8b0df2ceae491489dc75e2
tag: v21.3.8@sha256:653c3e47a367141a6b23daf6ea4ee6986f920e1299065b5d416f31152a4ac6f5
pullPolicy: IfNotPresent
securityContext:

View File

@ -302,6 +302,7 @@ questions:
description: Interface Configuration
label: Interface Configuration
schema:
additional_attrs: true
type: dict
$ref:
- "normalize/interfaceConfiguration"
@ -318,6 +319,7 @@ questions:
description: Define how IP Address will be managed
label: IP Address Management
schema:
additional_attrs: true
type: dict
required: true
attrs:
@ -677,24 +679,25 @@ questions:
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: entrypoint
label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
schema:
type: string
default: websecure
show_if: [["advanced", "=", true]]
required: true
- variable: ingressClassName
label: (Advanced/Optional) IngressClass Name
schema:
type: string
show_if: [["advanced", "=", true]]
default: ""
- variable: tls
label: TLS-Settings
schema:
type: list
show_if: [["advanced", "=", true]]
default: []
items:
- variable: tlsEntry
@ -999,14 +1002,14 @@ questions:
attrs:
- variable: cpu
label: CPU
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
schema:
type: string
default: 4000m
valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- variable: memory
label: RAM
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
schema:
type: string
default: 8Gi
@ -1020,7 +1023,7 @@ questions:
attrs:
- variable: cpu
label: CPU
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/manual/SCALE/validation"
schema:
type: string
default: 10m
@ -1028,7 +1031,7 @@ questions:
valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$'
- variable: memory
label: "RAM"
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation"
description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/manual/SCALE/validation"
schema:
type: string
default: 50Mi
@ -1092,6 +1095,7 @@ questions:
- variable: gpu
label: Select GPU
schema:
additional_attrs: true
type: dict
$ref:
- "definitions/gpuConfiguration"
@ -1679,6 +1683,7 @@ questions:
- variable: openvpn
label: OpenVPN Settings
schema:
additional_attrs: true
type: dict
show_if: [["type", "=", "openvpn"]]
attrs:
@ -1699,6 +1704,7 @@ questions:
- variable: tailscale
label: Tailscale Settings
schema:
additional_attrs: true
type: dict
show_if: [["type", "=", "tailscale"]]
attrs:

View File

@ -2,3 +2,4 @@ icon_url: https://truecharts.org/img/hotlink-ok/chart-icons/drawio.png
categories:
- media
screenshots: []