From 6b640db428681c5bd0f891427957384e3c4bf4db Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Wed, 28 Sep 2022 23:50:29 +0300 Subject: [PATCH] feat(portainer): move to stable (#3945) * remove 'templates' as it's about docker not helm * feat(portainer): move to stable --- .../{incubator => stable}/portainer-ce/.helmignore | 0 .../{incubator => stable}/portainer-ce/CHANGELOG.md | 0 .../{incubator => stable}/portainer-ce/Chart.yaml | 2 +- charts/{incubator => stable}/portainer-ce/README.md | 0 charts/{incubator => stable}/portainer-ce/icon.png | Bin .../portainer-ce/questions.yaml | 6 ------ .../portainer-ce/templates/_args.tpl | 3 --- .../portainer-ce/templates/common.yaml | 0 .../{incubator => stable}/portainer-ce/values.yaml | 2 -- 9 files changed, 1 insertion(+), 12 deletions(-) rename charts/{incubator => stable}/portainer-ce/.helmignore (100%) rename charts/{incubator => stable}/portainer-ce/CHANGELOG.md (100%) rename charts/{incubator => stable}/portainer-ce/Chart.yaml (98%) rename charts/{incubator => stable}/portainer-ce/README.md (100%) rename charts/{incubator => stable}/portainer-ce/icon.png (100%) rename charts/{incubator => stable}/portainer-ce/questions.yaml (96%) rename charts/{incubator => stable}/portainer-ce/templates/_args.tpl (86%) rename charts/{incubator => stable}/portainer-ce/templates/common.yaml (100%) rename charts/{incubator => stable}/portainer-ce/values.yaml (97%) 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