feat(portainer): move to stable (#3945)
* remove 'templates' as it's about docker not helm * feat(portainer): move to stable
This commit is contained in:
parent
c24ab776ea
commit
6b640db428
|
@ -19,7 +19,7 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/incubator/portainer-ce
|
||||
- https://docs.portainer.io/v/ce-2.11/start/install/server/kubernetes/baremetal
|
||||
- https://hub.docker.com/r/portainer/portainer-ce
|
||||
version: 0.0.8
|
||||
version: 1.0.0
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- management
|
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
|
@ -25,12 +25,6 @@ questions:
|
|||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: templates
|
||||
label: Templates URL
|
||||
description: Specifies the URL to the templates (apps) definitions.
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: edge_compute
|
||||
label: Edge Compute
|
||||
description: Automatically enables Edge Compute features.
|
|
@ -5,9 +5,6 @@ args:
|
|||
{{- with .Values.portainer.logo }}
|
||||
- --logo={{ . }}
|
||||
{{- end }}
|
||||
{{- with .Values.portainer.templates }}
|
||||
- --templates={{ . }}
|
||||
{{- end }}
|
||||
{{- if .Values.portainer.edge_compute }}
|
||||
- --edge-compute
|
||||
{{- end }}
|
|
@ -6,8 +6,6 @@ image:
|
|||
portainer:
|
||||
# Logo URL
|
||||
logo: ""
|
||||
# Templates URL
|
||||
templates: ""
|
||||
# Enables Edge Compute Features
|
||||
edge_compute: false
|
||||
# Sets Snapshot interval
|
Loading…
Reference in New Issue