Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-05-01 01:25:21 +00:00
parent 1a88dd7244
commit 8b60002f02
12 changed files with 106 additions and 74 deletions

View File

@ -1,9 +0,0 @@
## [portainer-ce-3.0.14](https://github.com/truecharts/charts/compare/portainer-ce-3.0.13...portainer-ce-3.0.14) (2023-03-11)
### Feat
- add be image ([#7783](https://github.com/truecharts/charts/issues/7783))

View File

@ -4,6 +4,19 @@
## [portainer-ce-3.0.15](https://github.com/truecharts/charts/compare/portainer-ce-3.0.14...portainer-ce-3.0.15) (2023-05-01)
### Chore
- update container image tccr.io/truecharts/portainer-ce to v2.18.1 ([#8649](https://github.com/truecharts/charts/issues/8649))
### Fix
- Fix digest on portainer-be image ([#7790](https://github.com/truecharts/charts/issues/7790))
## [portainer-ce-3.0.14](https://github.com/truecharts/charts/compare/portainer-ce-3.0.13...portainer-ce-3.0.14) (2023-03-11) ## [portainer-ce-3.0.14](https://github.com/truecharts/charts/compare/portainer-ce-3.0.13...portainer-ce-3.0.14) (2023-03-11)
### Feat ### Feat
@ -84,16 +97,3 @@
## [portainer-ce-3.0.5](https://github.com/truecharts/charts/compare/portainer-ce-3.0.4...portainer-ce-3.0.5) (2022-12-19) ## [portainer-ce-3.0.5](https://github.com/truecharts/charts/compare/portainer-ce-3.0.4...portainer-ce-3.0.5) (2022-12-19)
### Chore ### Chore
- update helm general non-major
## [portainer-ce-3.0.4](https://github.com/truecharts/charts/compare/portainer-ce-3.0.3...portainer-ce-3.0.4) (2022-12-13)
### Chore
- update helm general non-major

View File

@ -1,5 +1,5 @@
apiVersion: v2 apiVersion: v2
appVersion: "2.17.1" appVersion: "2.18.1"
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.truecharts.org repository: https://library-charts.truecharts.org
@ -17,11 +17,9 @@ maintainers:
name: portainer-ce name: portainer-ce
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/portainer-ce - https://github.com/truecharts/charts/tree/master/charts/stable/portainer-ce
- https://hub.docker.com/r/portainer/portainer-ce
- https://hub.docker.com/r/portainer/portainer-ee
- https://docs.portainer.io/start/install-ce/server - https://docs.portainer.io/start/install-ce/server
- https://docs.portainer.io/start/install/server - https://docs.portainer.io/start/install/server
version: 3.0.14 version: 3.0.15
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- management - management

View File

@ -0,0 +1,13 @@
## [portainer-ce-3.0.15](https://github.com/truecharts/charts/compare/portainer-ce-3.0.14...portainer-ce-3.0.15) (2023-05-01)
### Chore
- update container image tccr.io/truecharts/portainer-ce to v2.18.1 ([#8649](https://github.com/truecharts/charts/issues/8649))
### Fix
- Fix digest on portainer-be image ([#7790](https://github.com/truecharts/charts/issues/7790))

View File

@ -1,11 +1,11 @@
image: image:
repository: tccr.io/truecharts/portainer-ce repository: tccr.io/truecharts/portainer-ce
tag: 2.17.1@sha256:f788c772e9b9a273f44ea2cf3d365d7120e36a1f8150d77dd79ae4f013b3c6da tag: 2.18.1@sha256:5cf05964150cd20101e793c4cebcd4a28ea3d157c843d3a55843ab7d79278fd1
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
imageBe: imageBe:
repository: tccr.io/truecharts/portainer-be repository: tccr.io/truecharts/portainer-be
tag: 2.17.1@sha256:a0f48a17ba6d0e3d95469c304d6986a4c6a33533034ff04a27b8f92a09ae7fcb tag: 2.17.1@sha256:d83c8fa439ce749d4bdc68710b9c8ca2ae6e2a54b963ec47ddba6d97d4a34f36
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
imageSelector: image imageSelector: image

View File

@ -225,8 +225,6 @@ questions:
description: LoadBalancer (Expose Ports) description: LoadBalancer (Expose Ports)
- value: ClusterIP - value: ClusterIP
description: ClusterIP (Do Not Expose Ports) description: ClusterIP (Do Not Expose Ports)
- value: Simple
description: Deprecated CHANGE THIS
- variable: loadBalancerIP - variable: loadBalancerIP
label: LoadBalancer IP label: LoadBalancer IP
description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
@ -277,8 +275,6 @@ questions:
description: LoadBalancer (Expose Ports) description: LoadBalancer (Expose Ports)
- value: ClusterIP - value: ClusterIP
description: ClusterIP (Do Not Expose Ports) description: ClusterIP (Do Not Expose Ports)
- value: Simple
description: Deprecated CHANGE THIS
- variable: loadBalancerIP - variable: loadBalancerIP
label: LoadBalancer IP label: LoadBalancer IP
description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB"
@ -317,9 +313,10 @@ questions:
group: Networking and Services group: Networking and Services
label: Host-Networking (Complicated) label: Host-Networking (Complicated)
schema: schema:
hidden: true
type: boolean type: boolean
default: false default: false
- variable: externalInterfaces - variable: scaleExternalInterface
description: Add External Interfaces description: Add External Interfaces
label: Add external Interfaces label: Add external Interfaces
group: Networking group: Networking
@ -360,41 +357,41 @@ questions:
description: Use DHCP description: Use DHCP
- value: static - value: static
description: Use Static IP description: Use Static IP
show_subquestions_if: static - variable: staticIPConfigurations
subquestions: label: Static IP Addresses
- variable: staticIPConfigurations schema:
label: Static IP Addresses type: list
show_if: [["type", "=", "static"]]
items:
- variable: staticIP
label: Static IP
schema: schema:
type: list type: ipaddr
items: cidr: true
- variable: staticIP - variable: staticRoutes
label: Static IP label: Static Routes
schema:
type: list
show_if: [["type", "=", "static"]]
items:
- variable: staticRouteConfiguration
label: Static Route Configuration
schema:
additional_attrs: true
type: dict
attrs:
- variable: destination
label: Destination
schema: schema:
type: ipaddr type: ipaddr
cidr: true cidr: true
- variable: staticRoutes required: true
label: Static Routes - variable: gateway
schema: label: Gateway
type: list
items:
- variable: staticRouteConfiguration
label: Static Route Configuration
schema: schema:
additional_attrs: true type: ipaddr
type: dict cidr: false
attrs: required: true
- variable: destination
label: Destination
schema:
type: ipaddr
cidr: true
required: true
- variable: gateway
label: Gateway
schema:
type: ipaddr
cidr: false
required: true
- variable: serviceList - variable: serviceList
label: Add Manual Custom Services label: Add Manual Custom Services
group: Networking and Services group: Networking and Services
@ -508,15 +505,15 @@ questions:
label: Port Type label: Port Type
schema: schema:
type: string type: string
default: TCP default: tcp
enum: enum:
- value: HTTP - value: http
description: HTTP description: HTTP
- value: HTTPS - value: https
description: HTTPS description: HTTPS
- value: TCP - value: tcp
description: TCP description: TCP
- value: UDP - value: udp
description: UDP description: UDP
- variable: targetPort - variable: targetPort
label: Target Port label: Target Port
@ -768,7 +765,7 @@ questions:
label: TLS-Settings label: TLS-Settings
schema: schema:
type: list type: list
show_if: [["clusterIssuer", "=", ""]] show_if: [["certificateIssuer", "=", ""]]
default: [] default: []
items: items:
- variable: tlsEntry - variable: tlsEntry
@ -799,14 +796,14 @@ questions:
- variable: scaleCert - variable: scaleCert
label: Use TrueNAS SCALE Certificate (Deprecated) label: Use TrueNAS SCALE Certificate (Deprecated)
schema: schema:
show_if: [["clusterIssuer", "=", ""]] show_if: [["certificateIssuer", "=", ""]]
type: int type: int
$ref: $ref:
- "definitions/certificate" - "definitions/certificate"
- variable: secretName - variable: secretName
label: Use Custom Secret (Advanced) label: Use Custom Secret (Advanced)
schema: schema:
show_if: [["clusterIssuer", "=", ""]] show_if: [["certificateIssuer", "=", ""]]
type: string type: string
default: "" default: ""
- variable: entrypoint - variable: entrypoint
@ -1023,7 +1020,7 @@ questions:
description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps
schema: schema:
type: int type: int
show_if: [["runAsUser", "=", "0"]] show_if: [["runAsUser", "=", 0]]
default: 568 default: 568
- variable: UMASK - variable: UMASK
label: UMASK label: UMASK
@ -1049,7 +1046,33 @@ questions:
schema: schema:
type: boolean type: boolean
default: true default: true
- variable: pod
label: Pod
schema:
additional_attrs: true
type: dict
attrs:
- variable: fsGroupChangePolicy
label: "When should we take ownership?"
schema:
type: string
default: OnRootMismatch
enum:
- value: OnRootMismatch
description: OnRootMismatch
- value: Always
description: Always
- variable: supplementalGroups
label: Supplemental Groups
schema:
type: list
default: []
items:
- variable: supplementalGroupsEntry
label: Supplemental Group
schema:
type: int
# Settings from questions.yaml get appended here on a per-app basis
- variable: fsGroup - variable: fsGroup
label: "fsGroup" label: "fsGroup"
description: "The group that should own ALL storage." description: "The group that should own ALL storage."
@ -1130,7 +1153,7 @@ questions:
description: Sets the persistence type description: Sets the persistence type
schema: schema:
type: string type: string
default: hostPath default: device
hidden: true hidden: true
- variable: readOnly - variable: readOnly
label: readOnly label: readOnly
@ -1169,6 +1192,12 @@ questions:
$ref: $ref:
- "definitions/gpuConfiguration" - "definitions/gpuConfiguration"
attrs: [] attrs: []
- variable: workaround
label: "Workaround"
schema:
type: string
default: workaround
hidden: true
# - variable: horizontalPodAutoscaler # - variable: horizontalPodAutoscaler
# group: Advanced # group: Advanced
# label: (Advanced) Horizontal Pod Autoscaler # label: (Advanced) Horizontal Pod Autoscaler
@ -1760,6 +1789,7 @@ questions:
description: Authentication Credentials description: Authentication Credentials
schema: schema:
type: string type: string
show_if: [["username", "!=", ""]]
default: "" default: ""
required: true required: true
- variable: tailscale - variable: tailscale