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: 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
+17 -6
View File
@@ -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
@@ -124,14 +135,14 @@ questions:
# 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
@@ -139,8 +150,8 @@ questions:
# 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
+7
View File
@@ -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: ""