Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-05-29 03:00:09 +00:00
parent 7cbc6f5a7f
commit c2a6bbc693
13 changed files with 93 additions and 82 deletions

View File

@ -1,9 +0,0 @@
## [portainer-4.0.11](https://github.com/truecharts/charts/compare/portainer-4.0.10...portainer-4.0.11) (2023-05-27)
### Chore
- update helm general non-major ([#9197](https://github.com/truecharts/charts/issues/9197))

View File

@ -4,6 +4,19 @@
## [portainer-4.0.12](https://github.com/truecharts/charts/compare/portainer-4.0.11...portainer-4.0.12) (2023-05-29)
### Chore
- update container image tccr.io/truecharts/portainer-ce to v2.18.3 ([#9246](https://github.com/truecharts/charts/issues/9246))
### Feat
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))
## [portainer-4.0.11](https://github.com/truecharts/charts/compare/portainer-4.0.10...portainer-4.0.11) (2023-05-27)
### Chore
@ -84,16 +97,3 @@
## [portainer-4.0.2](https://github.com/truecharts/charts/compare/portainer-4.0.1...portainer-4.0.2) (2023-05-05)
### Chore
- update helm general non-major ([#8782](https://github.com/truecharts/charts/issues/8782))
## [portainer-4.0.1](https://github.com/truecharts/charts/compare/portainer-4.0.0...portainer-4.0.1) (2023-05-05)
### Fix
- fix rbac ([#8768](https://github.com/truecharts/charts/issues/8768))

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "2.18.2"
appVersion: "2.18.3"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@ -19,7 +19,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/portainer
- https://docs.portainer.io/start/install-ce/server
- https://docs.portainer.io/start/install/server
version: 4.0.11
version: 4.0.12
annotations:
truecharts.org/catagories: |
- management

View File

@ -0,0 +1,13 @@
## [portainer-4.0.12](https://github.com/truecharts/charts/compare/portainer-4.0.11...portainer-4.0.12) (2023-05-29)
### Chore
- update container image tccr.io/truecharts/portainer-ce to v2.18.3 ([#9246](https://github.com/truecharts/charts/issues/9246))
### Feat
- hide advanced ingress options behind checbox ([#9203](https://github.com/truecharts/charts/issues/9203))

View File

@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/portainer-ce
tag: v2.18.2@sha256:7e3edb1ef79e249285f9acd60fba5a63e5d1029035c49b2453b699c39a927df5
tag: v2.18.3@sha256:95edb02e81af2d3178367f4a24dde66ef45be786a1dcb8fbb169062c4bf70889
pullPolicy: IfNotPresent
imageBe:

View File

@ -834,63 +834,6 @@ questions:
schema:
type: string
default: ""
- variable: tls
label: TLS-Settings
schema:
type: list
show_if: [["certificateIssuer", "=", ""]]
default: []
items:
- variable: tlsEntry
label: Host
schema:
additional_attrs: true
type: dict
attrs:
- variable: hosts
label: Certificate Hosts
schema:
type: list
default: []
items:
- variable: host
label: Host
schema:
type: string
default: ""
required: true
- variable: certificateIssuer
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: [["certificateIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
show_if: [["certificateIssuer", "=", ""]]
type: string
default: ""
- variable: entrypoint
label: (Advanced) Traefik Entrypoint
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
schema:
type: string
default: websecure
required: true
- variable: ingressClassName
label: (Advanced/Optional) IngressClass Name
schema:
type: string
default: ""
- variable: middlewares
label: Traefik Middlewares
description: Add previously created Traefik Middlewares to this Ingress
@ -904,6 +847,70 @@ questions:
type: string
default: ""
required: true
- variable: advanced
label: Show Advanced Settings
description: Advanced settings are not covered by TrueCharts Support
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
required: true
- variable: ingressClassName
label: (Advanced/Optional) IngressClass Name
schema:
type: string
default: ""
- variable: tls
label: TLS-Settings
schema:
type: list
default: []
items:
- variable: tlsEntry
label: Host
schema:
additional_attrs: true
type: dict
attrs:
- variable: hosts
label: Certificate Hosts
schema:
type: list
default: []
items:
- variable: host
label: Host
schema:
type: string
default: ""
required: true
- variable: certificateIssuer
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: [["certificateIssuer", "=", ""]]
type: int
$ref:
- "definitions/certificate"
- variable: secretName
label: Use Custom Secret (Advanced)
schema:
show_if: [["certificateIssuer", "=", ""]]
type: string
default: ""
- variable: ingressList
label: Add Manual Custom Ingresses
group: Ingress