diff --git a/charts/incubator/adminer/.helmignore b/charts/stable/adminer/.helmignore similarity index 100% rename from charts/incubator/adminer/.helmignore rename to charts/stable/adminer/.helmignore diff --git a/charts/incubator/adminer/CHANGELOG.md b/charts/stable/adminer/CHANGELOG.md similarity index 100% rename from charts/incubator/adminer/CHANGELOG.md rename to charts/stable/adminer/CHANGELOG.md diff --git a/charts/incubator/adminer/Chart.yaml b/charts/stable/adminer/Chart.yaml similarity index 69% rename from charts/incubator/adminer/Chart.yaml rename to charts/stable/adminer/Chart.yaml index 6d3eeaeed1f..e6181d0866b 100644 --- a/charts/incubator/adminer/Chart.yaml +++ b/charts/stable/adminer/Chart.yaml @@ -9,7 +9,7 @@ dependencies: repository: https://library-charts.truecharts.org version: 10.7.7 deprecated: false -description: "Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready to deploy to the target server. Adminer is available for MySQL, PostgreSQL, SQLite, MS SQL, Oracle, Firebird, SimpleDB, Elasticsearch and MongoDB." +description: Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. home: https://truecharts.org/docs/charts/incubator/adminer icon: https://truecharts.org/img/hotlink-ok/chart-icons/adminer.png keywords: @@ -26,4 +26,4 @@ sources: - https://github.com/vrana/adminer - http://hub.docker.com/_/adminer/ type: application -version: 0.0.38 +version: 1.0.0 diff --git a/charts/incubator/adminer/README.md b/charts/stable/adminer/README.md similarity index 100% rename from charts/incubator/adminer/README.md rename to charts/stable/adminer/README.md diff --git a/charts/incubator/adminer/icon.png b/charts/stable/adminer/icon.png similarity index 100% rename from charts/incubator/adminer/icon.png rename to charts/stable/adminer/icon.png diff --git a/charts/incubator/adminer/questions.yaml b/charts/stable/adminer/questions.yaml similarity index 69% rename from charts/incubator/adminer/questions.yaml rename to charts/stable/adminer/questions.yaml index 1d0023b3634..7605c1c6e35 100644 --- a/charts/incubator/adminer/questions.yaml +++ b/charts/stable/adminer/questions.yaml @@ -13,29 +13,29 @@ questions: # Include{controllerExpert} # Include{controllerExpertExtraArgs} - variable: env - group: "Container Configuration" - label: "Image Environment" + group: Container Configuration + label: Image Environment schema: additional_attrs: true type: dict attrs: - variable: ADMINER_DESIGN - label: "ADMINER_DESIGN" - description: "Container Variable ADMINERDESIGN" + label: ADMINER_DESIGN + description: Container Variable ADMINERDESIGN schema: type: string default: "" - variable: ADMINER_PLUGINS - label: "ADMINER_PLUGINS" - description: "e.g. ADMINERPLUGINS=tables-filter tinymce" + label: ADMINER_PLUGINS + description: e.g. ADMINERPLUGINS=tables-filter tinymce schema: type: string default: "" # Include{containerConfig} # Include{serviceRoot} - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" + label: Main Service + description: The Primary service on which the healthcheck runs, often the webUI schema: additional_attrs: true type: dict @@ -43,22 +43,22 @@ questions: # Include{serviceSelectorLoadBalancer} # Include{serviceSelectorExtras} - variable: main - label: "Main Service Port Configuration" + label: Main Service Port Configuration schema: additional_attrs: true type: dict attrs: - variable: port - label: "Port" - description: "This port exposes the container port on the service" + label: Port + description: This port exposes the container port on the service schema: type: int - default: 8080 + default: 18080 required: true -# Include{advancedPortTCP} +# Include{advancedPortHTTP} - variable: targetPort - label: "Target Port" - description: "The internal(!) port on the container the Application runs on" + label: Target Port + description: The internal(!) port on the container the Application runs on schema: type: int default: 8080 @@ -69,7 +69,7 @@ questions: # Include{persistenceList} # Include{ingressRoot} - variable: main - label: "Main Ingress" + label: Main Ingress schema: additional_attrs: true type: dict @@ -82,42 +82,42 @@ questions: # Include{security} # Include{securityContextAdvancedRoot} - variable: privileged - label: "Privileged mode" + label: Privileged mode schema: type: boolean default: false - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" + label: ReadOnly Root Filesystem schema: type: boolean default: false - variable: allowPrivilegeEscalation - label: "Allow Privilege Escalation" + label: Allow Privilege Escalation schema: type: boolean default: false - variable: runAsNonRoot - label: "runAsNonRoot" + label: runAsNonRoot schema: type: boolean default: false # Include{securityContextAdvanced} # Include{podSecurityContextRoot} - 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 this App of the user running the application" + label: runAsGroup + description: The groupID this App of the user running the application schema: type: int default: 0 - 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/adminer/templates/common.yaml b/charts/stable/adminer/templates/common.yaml similarity index 100% rename from charts/incubator/adminer/templates/common.yaml rename to charts/stable/adminer/templates/common.yaml diff --git a/charts/incubator/adminer/values.yaml b/charts/stable/adminer/values.yaml similarity index 88% rename from charts/incubator/adminer/values.yaml rename to charts/stable/adminer/values.yaml index 17eb0d0ba09..b0dd0c38f31 100644 --- a/charts/incubator/adminer/values.yaml +++ b/charts/stable/adminer/values.yaml @@ -1,23 +1,25 @@ -env: - ADMINER_DESIGN: "" - ADMINER_PLUGINS: "" image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/adminer tag: latest@sha256:f0c400be31222e7c40aa76278329e03e8d611f44c618d200e4408396d7f57cba -persistence: {} podSecurityContext: runAsGroup: 0 runAsUser: 0 + securityContext: readOnlyRootFilesystem: false runAsNonRoot: false + +env: + ADMINER_DESIGN: "" + ADMINER_PLUGINS: "" + service: main: ports: main: - port: 8080 - protocol: TCP + port: 18080 + protocol: HTTP targetPort: 8080 portal: