diff --git a/charts/incubator/portainer-ce/.helmignore b/charts/stable/portainer-ce/.helmignore similarity index 100% rename from charts/incubator/portainer-ce/.helmignore rename to charts/stable/portainer-ce/.helmignore diff --git a/charts/incubator/portainer-ce/CHANGELOG.md b/charts/stable/portainer-ce/CHANGELOG.md similarity index 100% rename from charts/incubator/portainer-ce/CHANGELOG.md rename to charts/stable/portainer-ce/CHANGELOG.md diff --git a/charts/incubator/portainer-ce/Chart.yaml b/charts/stable/portainer-ce/Chart.yaml similarity index 98% rename from charts/incubator/portainer-ce/Chart.yaml rename to charts/stable/portainer-ce/Chart.yaml index e0798d8637c..a369eace28d 100644 --- a/charts/incubator/portainer-ce/Chart.yaml +++ b/charts/stable/portainer-ce/Chart.yaml @@ -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 diff --git a/charts/incubator/portainer-ce/README.md b/charts/stable/portainer-ce/README.md similarity index 100% rename from charts/incubator/portainer-ce/README.md rename to charts/stable/portainer-ce/README.md diff --git a/charts/incubator/portainer-ce/icon.png b/charts/stable/portainer-ce/icon.png similarity index 100% rename from charts/incubator/portainer-ce/icon.png rename to charts/stable/portainer-ce/icon.png diff --git a/charts/incubator/portainer-ce/questions.yaml b/charts/stable/portainer-ce/questions.yaml similarity index 96% rename from charts/incubator/portainer-ce/questions.yaml rename to charts/stable/portainer-ce/questions.yaml index 70a15b72343..02011a9677f 100644 --- a/charts/incubator/portainer-ce/questions.yaml +++ b/charts/stable/portainer-ce/questions.yaml @@ -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. diff --git a/charts/incubator/portainer-ce/templates/_args.tpl b/charts/stable/portainer-ce/templates/_args.tpl similarity index 86% rename from charts/incubator/portainer-ce/templates/_args.tpl rename to charts/stable/portainer-ce/templates/_args.tpl index 300242f041e..43c90bcc9ef 100644 --- a/charts/incubator/portainer-ce/templates/_args.tpl +++ b/charts/stable/portainer-ce/templates/_args.tpl @@ -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 }} diff --git a/charts/incubator/portainer-ce/templates/common.yaml b/charts/stable/portainer-ce/templates/common.yaml similarity index 100% rename from charts/incubator/portainer-ce/templates/common.yaml rename to charts/stable/portainer-ce/templates/common.yaml diff --git a/charts/incubator/portainer-ce/values.yaml b/charts/stable/portainer-ce/values.yaml similarity index 97% rename from charts/incubator/portainer-ce/values.yaml rename to charts/stable/portainer-ce/values.yaml index d3baf14d8f0..b323751a1fa 100644 --- a/charts/incubator/portainer-ce/values.yaml +++ b/charts/stable/portainer-ce/values.yaml @@ -6,8 +6,6 @@ image: portainer: # Logo URL logo: "" - # Templates URL - templates: "" # Enables Edge Compute Features edge_compute: false # Sets Snapshot interval