feat(portainer-ce): add be image (#7783)
This commit is contained in:
@@ -18,8 +18,10 @@ 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-ce
|
||||||
- https://docs.portainer.io/v/ce-2.11/start/install/server/kubernetes/baremetal
|
- https://hub.docker.com/r/portainer/portainer-ee
|
||||||
version: 3.0.13
|
- https://docs.portainer.io/start/install-ce/server
|
||||||
|
- https://docs.portainer.io/start/install/server
|
||||||
|
version: 3.0.14
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- management
|
- management
|
||||||
|
|||||||
@@ -13,6 +13,17 @@ questions:
|
|||||||
# Include{containerBasic}
|
# Include{containerBasic}
|
||||||
# Include{containerAdvanced}
|
# Include{containerAdvanced}
|
||||||
|
|
||||||
|
- variable: imageSelector
|
||||||
|
group: Container Image
|
||||||
|
label: Select Edition
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
default: image
|
||||||
|
enum:
|
||||||
|
- value: image
|
||||||
|
description: Community
|
||||||
|
- value: imageBe
|
||||||
|
description: Business
|
||||||
- variable: portainer
|
- variable: portainer
|
||||||
group: App Configuration
|
group: App Configuration
|
||||||
label: Portainer Configuration
|
label: Portainer Configuration
|
||||||
@@ -123,27 +134,27 @@ questions:
|
|||||||
# Include{ingressList}
|
# Include{ingressList}
|
||||||
# Include{securityContextRoot}
|
# Include{securityContextRoot}
|
||||||
|
|
||||||
- variable: runAsUser
|
- variable: runAsUser
|
||||||
label: runAsUser
|
label: "runAsUser"
|
||||||
description: The UserID of the user running the application
|
description: "The UserID of the user running the application"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 568
|
default: 568
|
||||||
- variable: runAsGroup
|
- variable: runAsGroup
|
||||||
label: runAsGroup
|
label: "runAsGroup"
|
||||||
description: The groupID this App of the user running the application
|
description: "The groupID of the user running the application"
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 568
|
default: 568
|
||||||
# Include{securityContextContainer}
|
# Include{securityContextContainer}
|
||||||
# Include{securityContextAdvanced}
|
# Include{securityContextAdvanced}
|
||||||
# Include{securityContextPod}
|
# Include{securityContextPod}
|
||||||
- variable: fsGroup
|
- variable: fsGroup
|
||||||
label: fsGroup
|
label: "fsGroup"
|
||||||
description: The group that should own ALL storage.
|
description: "The group that should own ALL storage."
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
default: 568
|
default: 568
|
||||||
|
|
||||||
# Include{resources}
|
# Include{resources}
|
||||||
# Include{advanced}
|
# Include{advanced}
|
||||||
|
|||||||
@@ -3,6 +3,13 @@ image:
|
|||||||
tag: 2.17.1@sha256:f788c772e9b9a273f44ea2cf3d365d7120e36a1f8150d77dd79ae4f013b3c6da
|
tag: 2.17.1@sha256:f788c772e9b9a273f44ea2cf3d365d7120e36a1f8150d77dd79ae4f013b3c6da
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
|
imageBe:
|
||||||
|
repository: tccr.io/truecharts/portainer-be
|
||||||
|
tag: 2.17.1@sha256:a0f48a17ba6d0e3d95469c304d6986a4c6a33533034ff04a27b8f92a09ae7fcb
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
|
imageSelector: image
|
||||||
|
|
||||||
portainer:
|
portainer:
|
||||||
# Logo URL
|
# Logo URL
|
||||||
logo: ""
|
logo: ""
|
||||||
|
|||||||
Reference in New Issue
Block a user