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