diff --git a/charts/incubator/firefox/.helmignore b/charts/stable/firefox/.helmignore similarity index 100% rename from charts/incubator/firefox/.helmignore rename to charts/stable/firefox/.helmignore diff --git a/charts/incubator/firefox/CHANGELOG.md b/charts/stable/firefox/CHANGELOG.md similarity index 100% rename from charts/incubator/firefox/CHANGELOG.md rename to charts/stable/firefox/CHANGELOG.md diff --git a/charts/incubator/firefox/Chart.yaml b/charts/stable/firefox/Chart.yaml similarity index 98% rename from charts/incubator/firefox/Chart.yaml rename to charts/stable/firefox/Chart.yaml index 21e4c044c0d..b3591d3857a 100644 --- a/charts/incubator/firefox/Chart.yaml +++ b/charts/stable/firefox/Chart.yaml @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/incubator/firefox - https://github.com/linuxserver/docker-firefox type: application -version: 6.0.2 +version: 6.0.3 annotations: truecharts.org/catagories: | - browser diff --git a/charts/incubator/firefox/README.md b/charts/stable/firefox/README.md similarity index 100% rename from charts/incubator/firefox/README.md rename to charts/stable/firefox/README.md diff --git a/charts/incubator/firefox/icon.png b/charts/stable/firefox/icon.png similarity index 100% rename from charts/incubator/firefox/icon.png rename to charts/stable/firefox/icon.png diff --git a/charts/incubator/firefox/questions.yaml b/charts/stable/firefox/questions.yaml similarity index 82% rename from charts/incubator/firefox/questions.yaml rename to charts/stable/firefox/questions.yaml index d48652b4b85..35c33e67ae8 100644 --- a/charts/incubator/firefox/questions.yaml +++ b/charts/stable/firefox/questions.yaml @@ -64,17 +64,29 @@ questions: attrs: # Include{persistenceBasic} # Include{persistenceList} - +# Include{ingressRoot} + - variable: main + label: Main Ingress + schema: + additional_attrs: true + type: dict + attrs: +# Include{ingressDefault} +# Include{ingressTLS} +# Include{ingressTraefik} +# Include{ingressAdvanced} +# Include{ingressList} # Include{securityContextRoot} + - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" + label: runAsUser + description: The UserID of the user running the application schema: type: int default: 0 - variable: runAsGroup - label: "runAsGroup" - description: "The groupID of the user running the application" + label: runAsGroup + description: The groupID this App of the user running the application schema: type: int default: 0 @@ -82,8 +94,8 @@ questions: # Include{securityContextAdvanced} # Include{securityContextPod} - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." + label: fsGroup + description: The group that should own ALL storage. schema: type: int default: 568 diff --git a/charts/incubator/firefox/templates/NOTES.txt b/charts/stable/firefox/templates/NOTES.txt similarity index 100% rename from charts/incubator/firefox/templates/NOTES.txt rename to charts/stable/firefox/templates/NOTES.txt diff --git a/charts/incubator/firefox/templates/common.yaml b/charts/stable/firefox/templates/common.yaml similarity index 100% rename from charts/incubator/firefox/templates/common.yaml rename to charts/stable/firefox/templates/common.yaml diff --git a/charts/incubator/firefox/values.yaml b/charts/stable/firefox/values.yaml similarity index 100% rename from charts/incubator/firefox/values.yaml rename to charts/stable/firefox/values.yaml