feat(portainer-ce): add be image (#7783)

This commit is contained in:
Jean-François Roy
2023-03-11 16:50:07 +01:00
committed by GitHub
parent be1570c619
commit d71a90c6d6
3 changed files with 40 additions and 20 deletions
+4 -2
View File
@@ -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
+29 -18
View File
@@ -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}
+7
View File
@@ -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: ""