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://github.com/truecharts/charts/tree/master/charts/incubator/portainer-ce
|
||||||
- https://docs.portainer.io/v/ce-2.11/start/install/server/kubernetes/baremetal
|
- https://docs.portainer.io/v/ce-2.11/start/install/server/kubernetes/baremetal
|
||||||
- https://hub.docker.com/r/portainer/portainer-ce
|
- https://hub.docker.com/r/portainer/portainer-ce
|
||||||
version: 0.0.8
|
version: 1.0.0
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- management
|
- management
|
Before Width: | Height: | Size: 4.4 KiB After Width: | Height: | Size: 4.4 KiB |
|
@ -25,12 +25,6 @@ questions:
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: ""
|
default: ""
|
||||||
- variable: templates
|
|
||||||
label: Templates URL
|
|
||||||
description: Specifies the URL to the templates (apps) definitions.
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
default: ""
|
|
||||||
- variable: edge_compute
|
- variable: edge_compute
|
||||||
label: Edge Compute
|
label: Edge Compute
|
||||||
description: Automatically enables Edge Compute features.
|
description: Automatically enables Edge Compute features.
|
|
@ -5,9 +5,6 @@ args:
|
||||||
{{- with .Values.portainer.logo }}
|
{{- with .Values.portainer.logo }}
|
||||||
- --logo={{ . }}
|
- --logo={{ . }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .Values.portainer.templates }}
|
|
||||||
- --templates={{ . }}
|
|
||||||
{{- end }}
|
|
||||||
{{- if .Values.portainer.edge_compute }}
|
{{- if .Values.portainer.edge_compute }}
|
||||||
- --edge-compute
|
- --edge-compute
|
||||||
{{- end }}
|
{{- end }}
|
|
@ -6,8 +6,6 @@ image:
|
||||||
portainer:
|
portainer:
|
||||||
# Logo URL
|
# Logo URL
|
||||||
logo: ""
|
logo: ""
|
||||||
# Templates URL
|
|
||||||
templates: ""
|
|
||||||
# Enables Edge Compute Features
|
# Enables Edge Compute Features
|
||||||
edge_compute: false
|
edge_compute: false
|
||||||
# Sets Snapshot interval
|
# Sets Snapshot interval
|
Loading…
Reference in New Issue