From 9b1d21c81166b2ef046284f4cef5a4976758da8c Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Mon, 8 Nov 2021 14:01:14 +0000 Subject: [PATCH] Commit new App releases for TrueCharts Signed-off-by: TrueCharts-Bot --- dependency/postgresql/5.1.13/CHANGELOG.md | 99 + dependency/postgresql/5.1.13/CONFIG.md | 8 + dependency/postgresql/5.1.13/Chart.lock | 6 + dependency/postgresql/5.1.13/Chart.yaml | 30 + dependency/postgresql/5.1.13/README.md | 37 + dependency/postgresql/5.1.13/app-readme.md | 3 + .../postgresql/5.1.13/charts/common-8.5.3.tgz | Bin 0 -> 33624 bytes dependency/postgresql/5.1.13/helm-values.md | 38 + dependency/postgresql/5.1.13/ix_values.yaml | 47 + dependency/postgresql/5.1.13/questions.yaml | 2040 +++++++++++++++++ .../templates/backup-postgres-config.yaml | 15 + .../postgresql/5.1.13/templates/common.yaml | 2 + .../postgresql/5.1.13/templates/secret.yaml | 13 + .../upgrade-backup-postgres-hook.yaml | 56 + dependency/postgresql/5.1.13/values.yaml | 0 dependency/postgresql/item.yaml | 4 + 16 files changed, 2398 insertions(+) create mode 100644 dependency/postgresql/5.1.13/CHANGELOG.md create mode 100644 dependency/postgresql/5.1.13/CONFIG.md create mode 100644 dependency/postgresql/5.1.13/Chart.lock create mode 100644 dependency/postgresql/5.1.13/Chart.yaml create mode 100644 dependency/postgresql/5.1.13/README.md create mode 100644 dependency/postgresql/5.1.13/app-readme.md create mode 100644 dependency/postgresql/5.1.13/charts/common-8.5.3.tgz create mode 100644 dependency/postgresql/5.1.13/helm-values.md create mode 100644 dependency/postgresql/5.1.13/ix_values.yaml create mode 100644 dependency/postgresql/5.1.13/questions.yaml create mode 100644 dependency/postgresql/5.1.13/templates/backup-postgres-config.yaml create mode 100644 dependency/postgresql/5.1.13/templates/common.yaml create mode 100644 dependency/postgresql/5.1.13/templates/secret.yaml create mode 100644 dependency/postgresql/5.1.13/templates/upgrade-backup-postgres-hook.yaml create mode 100644 dependency/postgresql/5.1.13/values.yaml create mode 100644 dependency/postgresql/item.yaml diff --git a/dependency/postgresql/5.1.13/CHANGELOG.md b/dependency/postgresql/5.1.13/CHANGELOG.md new file mode 100644 index 00000000000..80ab95f9c63 --- /dev/null +++ b/dependency/postgresql/5.1.13/CHANGELOG.md @@ -0,0 +1,99 @@ +# Changelog
+ + + +### [postgresql-5.1.13](https://github.com/truecharts/apps/compare/postgresql-5.1.12...postgresql-5.1.13) (2021-11-08) + +#### Chore + +* rename train name + + + + +### [postgresql-5.1.12](https://github.com/truecharts/apps/compare/postgresql-5.1.11...postgresql-5.1.12) (2021-11-08) + +#### Chore + +* Move postgresql to a seperate dependency train + + + + +### [postgresql-5.1.11](https://github.com/truecharts/apps/compare/postgresql-5.1.10...postgresql-5.1.11) (2021-11-07) + +#### Chore + +* update non-major deps helm releases ([#1295](https://github.com/truecharts/apps/issues/1295)) + + + + +### [postgresql-5.1.10](https://github.com/truecharts/apps/compare/postgresql-5.1.9...postgresql-5.1.10) (2021-11-07) + +#### Chore + +* update non-major ([#1270](https://github.com/truecharts/apps/issues/1270)) + + + + +### [postgresql-5.1.9](https://github.com/truecharts/apps/compare/postgresql-5.1.8...postgresql-5.1.9) (2021-11-07) + +#### Chore + +* update non-major deps helm releases ([#1291](https://github.com/truecharts/apps/issues/1291)) + +#### Chore + +* Simplify GUI for deployment, persistence and securityContext ([#1289](https://github.com/truecharts/apps/issues/1289)) + +#### Feat + +* Simplify the Services GUI ([#1290](https://github.com/truecharts/apps/issues/1290)) + + + + +### [postgresql-5.1.8](https://github.com/truecharts/apps/compare/postgresql-5.1.7...postgresql-5.1.8) (2021-11-02) + +#### Chore + +* update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267)) + + + + +### [postgresql-5.1.7](https://github.com/truecharts/apps/compare/postgresql-5.1.6...postgresql-5.1.7) (2021-11-02) + +#### Chore + +* update non-major ([#1265](https://github.com/truecharts/apps/issues/1265)) + + + + +### [postgresql-5.1.6](https://github.com/truecharts/apps/compare/postgresql-5.1.5...postgresql-5.1.6) (2021-11-01) + +#### Chore + +* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264)) + + + + +### [postgresql-5.1.5](https://github.com/truecharts/apps/compare/postgresql-5.1.4...postgresql-5.1.5) (2021-11-01) + +#### Chore + +* update non-major ([#1263](https://github.com/truecharts/apps/issues/1263)) + + + + +### [postgresql-5.1.4](https://github.com/truecharts/apps/compare/postgresql-5.1.3...postgresql-5.1.4) (2021-10-26) + +#### Fix + +* correct group permissions on SCALE deployments of postgresql + diff --git a/dependency/postgresql/5.1.13/CONFIG.md b/dependency/postgresql/5.1.13/CONFIG.md new file mode 100644 index 00000000000..fc9b2fa2d5f --- /dev/null +++ b/dependency/postgresql/5.1.13/CONFIG.md @@ -0,0 +1,8 @@ +# Configuration Options + +##### Connecting to other apps +If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide: +https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/ + +##### Available config options +In the future this page is going to contain an automated list of options available in the installation/edit UI. diff --git a/dependency/postgresql/5.1.13/Chart.lock b/dependency/postgresql/5.1.13/Chart.lock new file mode 100644 index 00000000000..7c5ad713d30 --- /dev/null +++ b/dependency/postgresql/5.1.13/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: common + repository: https://truecharts.org + version: 8.5.3 +digest: sha256:0cc5e4101e5ff85c878493dc322d39b7b26b300badde2db93ffddaf6575dafa4 +generated: "2021-11-08T13:57:17.348226903Z" diff --git a/dependency/postgresql/5.1.13/Chart.yaml b/dependency/postgresql/5.1.13/Chart.yaml new file mode 100644 index 00000000000..603cb099e16 --- /dev/null +++ b/dependency/postgresql/5.1.13/Chart.yaml @@ -0,0 +1,30 @@ +apiVersion: v2 +appVersion: "14.0.0" +dependencies: +- name: common + repository: https://truecharts.org + version: 8.5.3 +deprecated: false +description: PostgresSQL +home: https://github.com/truecharts/apps/tree/master/stable/postgres +icon: https://d1q6f0aelx0por.cloudfront.net/product-logos/library-postgres-logo.png +keywords: +- postgres +- postgressql +- dtabase +- sql +kubeVersion: '>=1.16.0-0' +maintainers: +- email: info@truecharts.org + name: TrueCharts + url: truecharts.org +name: postgresql +sources: +- https://www.postgresql.org/ +type: application +version: 5.1.13 +annotations: + truecharts.org/catagories: | + - database + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/dependency/postgresql/5.1.13/README.md b/dependency/postgresql/5.1.13/README.md new file mode 100644 index 00000000000..c97c6b30b62 --- /dev/null +++ b/dependency/postgresql/5.1.13/README.md @@ -0,0 +1,37 @@ +# Introduction + +PostgresSQL + +TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation. +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)** + +## Source Code + +* + +## Requirements + +Kubernetes: `>=1.16.0-0` + +## Dependencies + +| Repository | Name | Version | +|------------|------|---------| +| https://truecharts.org | common | 8.5.3 | + +## Installing the Chart + +To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/). + +## Uninstalling the Chart + +To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/). + +## Support + +- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first. +- See the [Wiki](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/apps/issues/new/choose) +--- +All Rights Reserved - The TrueCharts Project diff --git a/dependency/postgresql/5.1.13/app-readme.md b/dependency/postgresql/5.1.13/app-readme.md new file mode 100644 index 00000000000..88e9ec74b99 --- /dev/null +++ b/dependency/postgresql/5.1.13/app-readme.md @@ -0,0 +1,3 @@ +PostgresSQL + +This App is supplied by TrueCharts, for more information please visit https://truecharts.org diff --git a/dependency/postgresql/5.1.13/charts/common-8.5.3.tgz b/dependency/postgresql/5.1.13/charts/common-8.5.3.tgz new file mode 100644 index 0000000000000000000000000000000000000000..ff54eea096da235c7ed0e5bf48f21c472b843387 GIT binary patch literal 33624 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�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 AssI20 literal 0 HcmV?d00001 diff --git a/dependency/postgresql/5.1.13/helm-values.md b/dependency/postgresql/5.1.13/helm-values.md new file mode 100644 index 00000000000..a520aa465b8 --- /dev/null +++ b/dependency/postgresql/5.1.13/helm-values.md @@ -0,0 +1,38 @@ +# Default Helm-Values + +TrueCharts is primarily build to supply TrueNAS SCALE Apps. +However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file. + +Most of our Apps also consume our "common" Helm Chart. +If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart. +You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document. + +## Values + +| Key | Type | Default | Description | +|-----|------|---------|-------------| +| enableUpgradeBackup | bool | `false` | | +| envTpl.POSTGRES_DB | string | `"{{ .Values.postgresqlDatabase }}"` | | +| envTpl.POSTGRES_USER | string | `"{{ .Values.postgresqlUsername }}"` | | +| envValueFrom.POSTGRES_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | | +| envValueFrom.POSTGRES_PASSWORD.secretKeyRef.name | string | `"{{ ( tpl .Values.existingSecret $ ) | default ( include \"common.names.fullname\" . ) }}"` | | +| existingSecret | string | `""` | | +| image.pullPolicy | string | `"IfNotPresent"` | | +| image.repository | string | `"bitnami/postgresql"` | | +| image.tag | string | `"14.0.0@sha256:a95e5588c9f716bfc716b090f3cea41cbefb0d2c6e1c3c6de5514a5c2d1ce416"` | | +| persistence.db.accessMode | string | `"ReadWriteOnce"` | | +| persistence.db.enabled | bool | `true` | | +| persistence.db.mountPath | string | `"/bitnami/postgresql"` | | +| persistence.db.size | string | `"999Gi"` | | +| persistence.db.type | string | `"pvc"` | | +| podSecurityContext.runAsGroup | int | `0` | | +| postgresqlDatabase | string | `"test"` | | +| postgresqlPassword | string | `"testpass"` | | +| postgresqlUsername | string | `"test"` | | +| securityContext.readOnlyRootFilesystem | bool | `false` | | +| service.main.enabled | bool | `true` | | +| service.main.ports.main.port | int | `5432` | | +| service.main.ports.main.targetPort | int | `5432` | | +| service.type | string | `"ClusterIP"` | | + +All Rights Reserved - The TrueCharts Project diff --git a/dependency/postgresql/5.1.13/ix_values.yaml b/dependency/postgresql/5.1.13/ix_values.yaml new file mode 100644 index 00000000000..afcef2786ec --- /dev/null +++ b/dependency/postgresql/5.1.13/ix_values.yaml @@ -0,0 +1,47 @@ +image: + repository: bitnami/postgresql + pullPolicy: IfNotPresent + tag: 14.0.0@sha256:a95e5588c9f716bfc716b090f3cea41cbefb0d2c6e1c3c6de5514a5c2d1ce416 + +securityContext: + readOnlyRootFilesystem: false + +service: + type: "ClusterIP" + main: + enabled: true + ports: + main: + port: 5432 + targetPort: 5432 + +## TODO: Fix the backup-on-upgrade system +enableUpgradeBackup: false + +podSecurityContext: + runAsGroup: 0 + +persistence: + db: + enabled: true + mountPath: "/bitnami/postgresql" + type: pvc + accessMode: ReadWriteOnce + size: "999Gi" + +postgresqlPassword: "testpass" +postgresqlUsername: "test" +postgresqlDatabase: "test" +existingSecret: "" + +envValueFrom: + POSTGRES_PASSWORD: + secretKeyRef: + name: '{{ ( tpl .Values.existingSecret $ ) | default ( include "common.names.fullname" . ) }}' + key: "postgresql-password" + +envTpl: + POSTGRES_USER: "{{ .Values.postgresqlUsername }}" + POSTGRES_DB: "{{ .Values.postgresqlDatabase }}" +# POSTGRESQL_POSTGRES_PASSWORD: "{{ .Values.postgrespassword }}" +# POSTGRESQL_PASSWORD: "{{ .Values.password }}" diff --git a/dependency/postgresql/5.1.13/questions.yaml b/dependency/postgresql/5.1.13/questions.yaml new file mode 100644 index 00000000000..63ac840c169 --- /dev/null +++ b/dependency/postgresql/5.1.13/questions.yaml @@ -0,0 +1,2040 @@ +groups: + - name: "Container Image" + description: "Image to be used for container" + - name: "Controller" + description: "Configure workload deployment" + - name: "Container Configuration" + description: "additional container configuration" + - name: "App Configuration" + description: "App specific config options" + - name: "Networking and Services" + description: "Configure Network and Services for container" + - name: "Storage and Persistence" + description: "Persist and share data that is separate from the container" + - name: "Ingress" + description: "Ingress Configuration" + - name: "Security and Permissions" + description: "Configure security context and permissions" + - name: "Resources and Devices" + description: "Specify resources/devices to be allocated to workload" + - name: "Middlewares" + description: "Traefik Middlewares" + - name: "Addons" + description: "Addon Configuration" + - name: "Advanced" + description: "Advanced Configuration" +questions: + - variable: portal + group: "Container Image" + label: "Configure Portal Button" + schema: + type: dict + hidden: true + attrs: + - variable: enabled + label: "Enable" + description: "enable the portal button" + schema: + hidden: true + editable: false + type: boolean + default: false + - variable: global + label: "global settings" + group: "Controller" + schema: + type: dict + hidden: true + attrs: + - variable: isSCALE + label: "flag this is SCALE" + schema: + type: boolean + default: true + hidden: true + - variable: controller + group: "Controller" + label: "" + schema: + type: dict + attrs: + - variable: advanced + label: "Show Advanced Controller Settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: type + description: "Please specify type of workload to deploy" + label: "(Advanced) Controller Type" + schema: + type: string + default: "deployment" + required: true + enum: + - value: "deployment" + description: "Deployment" + - value: "statefulset" + description: "Statefulset" + - value: "daemonset" + description: "Daemonset" + - variable: replicas + description: "Number of desired pod replicas" + label: "Desired Replicas" + schema: + type: int + default: 1 + required: true + - variable: strategy + description: "Please specify type of workload to deploy" + label: "(Advanced) Update Strategy" + schema: + type: string + default: "Recreate" + required: true + enum: + - value: "Recreate" + description: "Recreate: Kill existing pods before creating new ones" + - value: "RollingUpdate" + description: "RollingUpdate: Create new pods and then kill old ones" + - value: "OnDelete" + description: "(Legacy) OnDelete: ignore .spec.template changes" + - variable: expert + label: "Show Expert Configuration Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: extraArgs + label: "Extra Args" + schema: + type: list + default: [] + items: + - variable: argItem + label: "Arg" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: labelsList + label: "Controller Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: " Controller Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: env + group: "Container Configuration" + label: "Image Environment" + schema: + type: dict + attrs: + - variable: TZ + label: "Timezone" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: UMASK + label: "UMASK" + description: "Sets the UMASK env var for LinuxServer.io (compatible) containers" + schema: + type: string + default: "002" + + - variable: envList + label: "Image environment" + group: "Container Configuration" + schema: + type: list + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: expertpodconf + group: "Container Configuration" + label: "Show Expert Config" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: termination + group: "Container Configuration" + label: "Termination settings" + schema: + type: dict + attrs: + - variable: gracePeriodSeconds + label: "Grace Period Seconds" + schema: + type: int + default: 10 + - variable: podLabelsList + group: "Container Configuration" + label: "Pod Labels" + schema: + type: list + default: [] + items: + - variable: podLabelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: podAnnotationsList + group: "Container Configuration" + label: "Pod Annotations" + schema: + type: list + default: [] + items: + - variable: podAnnotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: postgresqlDatabase + group: "App Configuration" + label: "Database Name" + schema: + type: string + default: "mydatabase" + required: true + - variable: postgresqlUsername + group: "App Configuration" + label: "Database User" + schema: + type: string + default: "mydatabaseuser" + required: true + - variable: postgresqlPassword + group: "App Configuration" + label: "Database Password" + schema: + type: string + default: "" + required: true + + - variable: service + group: "Networking and Services" + label: "Configure Service(s)" + schema: + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the service" + schema: + type: boolean + default: true + hidden: true + - variable: type + label: "Service Type" + description: "ClusterIP's are only internally available, nodePorts expose the container to the host node System, Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: "Simple" + enum: + - value: "Simple" + description: "Simple" + - value: "ClusterIP" + description: "ClusterIP" + - value: "NodePort" + description: "NodePort (Advanced)" + - value: "LoadBalancer" + description: "LoadBalancer (Advanced)" + - variable: loadBalancerIP + label: "LoadBalancer IP" + description: "LoadBalancerIP" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: list + default: [] + items: + - variable: externalIP + label: "External IP" + schema: + type: string + - variable: ports + label: "Service's Port(s) Configuration" + schema: + type: dict + attrs: + - variable: main + label: "Main Service Port Configuration" + schema: + type: dict + attrs: + - variable: advanced + label: "Show Advanced settings" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: protocol + label: "Port Type" + schema: + type: string + default: "TCP" + enum: + - value: HTTP + description: "HTTP" + - value: "HTTPS" + description: "HTTPS" + - value: TCP + description: "TCP" + - value: "UDP" + description: "UDP" + - variable: nodePort + label: "Node Port (Optional)" + description: "This port gets exposed to the node. Only considered when service type is NodePort, Simple or LoadBalancer" + schema: + type: int + min: 9000 + max: 65535 + - variable: targetPort + label: "Target Port" + description: "The internal(!) port on the container the Application runs on" + schema: + type: int + default: 5432 + + - variable: port + label: "Container Port" + schema: + type: int + default: 5432 + editable: true + required: true + + + + - variable: serviceexpert + group: "Networking and Services" + label: "Show Expert Config" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: hostNetwork + group: "Networking and Services" + label: "Host-Networking (Complicated)" + schema: + type: boolean + default: false + + - variable: dnsPolicy + group: "Networking and Services" + label: "dnsPolicy" + schema: + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "ClusterFirst" + description: "ClusterFirst" + - value: "ClusterFirstWithHostNet" + description: "ClusterFirstWithHostNet" + - value: "None" + description: "None" + + - variable: dnsConfig + label: "DNS Configuration" + group: "Networking and Services" + description: "Specify custom DNS configuration which will be applied to the pod" + schema: + type: dict + attrs: + - variable: nameservers + label: "Nameservers" + schema: + default: [] + type: list + items: + - variable: nameserver + label: "Nameserver" + schema: + type: string + - variable: options + label: "options" + schema: + default: [] + type: list + items: + - variable: option + label: "Option Entry" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: searches + label: "Searches" + schema: + default: [] + type: list + items: + - variable: search + label: "Search Entry" + schema: + type: string + + - variable: serviceList + label: "Add Manual Custom Services" + group: "Networking and Services" + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: "Custom Service" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the service" + schema: + type: boolean + default: true + hidden: true + - variable: name + label: "Name" + schema: + type: string + default: "" + - variable: type + label: "Service Type" + description: "ClusterIP's are only internally available, nodePorts expose the container to the host node System, Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: "Simple" + enum: + - value: "Simple" + description: "Simple" + - value: "NodePort" + description: "NodePort" + - value: "ClusterIP" + description: "ClusterIP" + - value: "LoadBalancer" + description: "LoadBalancer" + - variable: loadBalancerIP + label: "LoadBalancer IP" + description: "LoadBalancerIP" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: list + default: [] + items: + - variable: externalIP + label: "External IP" + schema: + type: string + - variable: portsList + label: "Additional Service Ports" + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: "Custom ports" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the port" + schema: + type: boolean + default: true + hidden: true + - variable: name + label: "Port Name" + schema: + type: string + default: "" + - variable: protocol + label: "Port Type" + schema: + type: string + default: "TCP" + enum: + - value: HTTP + description: "HTTP" + - value: "HTTPS" + description: "HTTPS" + - value: TCP + description: "TCP" + - value: "UDP" + description: "UDP" + - variable: targetPort + label: "Target Port" + description: "This port exposes the container port on the service" + schema: + type: int + required: true + - variable: port + label: "Container Port" + schema: + type: int + required: true + - variable: nodePort + label: "Node Port (Optional)" + description: "This port gets exposed to the node. Only considered when service type is NodePort" + schema: + type: int + min: 9000 + max: 65535 + + - variable: persistence + label: "Integrated Persistent Storage" + description: "Integrated Persistent Storage" + group: "Storage and Persistence" + schema: + type: dict + attrs: + - variable: db + label: "Old db Storage" + description: "Stores the old Application Database." + schema: + type: dict + hidden: true + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + hidden: true + - variable: type + label: "Type of Storage" + description: "Sets the persistence type, Anything other than PVC could break rollback!" + schema: + type: string + default: "simplePVC" + enum: + - value: "simplePVC" + description: "PVC (simple)" + - value: "simpleHP" + description: "HostPath (simple)" + - value: "emptyDir" + description: "emptyDir" + - value: "pvc" + description: "pvc" + - value: "hostPath" + description: "hostPath" + - variable: setPermissionsSimple + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: true + - variable: setPermissions + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPathSimple + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: "mountPath" + description: "Path inside the container the storage is mounted" + schema: + type: string + default: "/var/lib/postgresql/data" + hidden: true + valid_chars: '^\/([a-zA-Z0-9._-]+\/?)+$' + - variable: medium + label: "EmptyDir Medium" + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "Memory" + description: "Memory" + - variable: size + label: "Size quotum of storage" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "999Gi" + - variable: hostPathType + label: "(Advanced) hostPath Type" + schema: + show_if: [["type", "=", "hostPath"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "DirectoryOrCreate" + description: "DirectoryOrCreate" + - value: "Directory" + description: "Directory" + - value: "FileOrCreate" + description: "FileOrCreate" + - value: "File" + description: "File" + - value: "Socket" + description: "Socket" + - value: "CharDevice" + description: "CharDevice" + - value: "BlockDevice" + description: "BlockDevice" + - variable: storageClass + label: "(Advanced) storageClass" + description: "Warning: Anything other than SCALE-ZFS or empty will break rollback!" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "SCALE-ZFS" + - variable: accessMode + label: "(Advanced) Access Mode" + description: "Allow or disallow multiple PVC's writhing to the same PV" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "ReadWriteOnce" + enum: + - value: "ReadWriteOnce" + description: "ReadWriteOnce" + - value: "ReadOnlyMany" + description: "ReadOnlyMany" + - value: "ReadWriteMany" + description: "ReadWriteMany" + - variable: advanced + label: "Show Advanced Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: "Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: "Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: data + label: "App data Storage" + description: "Stores the Application Database." + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + hidden: true + - variable: type + label: "Type of Storage" + description: "Sets the persistence type, Anything other than PVC could break rollback!" + schema: + type: string + default: "simplePVC" + enum: + - value: "simplePVC" + description: "PVC (simple)" + - value: "simpleHP" + description: "HostPath (simple)" + - value: "emptyDir" + description: "emptyDir" + - value: "pvc" + description: "pvc" + - value: "hostPath" + description: "hostPath" + - variable: setPermissionsSimple + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: true + - variable: setPermissions + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPathSimple + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: "mountPath" + description: "Path inside the container the storage is mounted" + schema: + type: string + default: "/bitnami/postgresql" + hidden: true + valid_chars: '^\/([a-zA-Z0-9._-]+\/?)+$' + - variable: medium + label: "EmptyDir Medium" + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "Memory" + description: "Memory" + - variable: size + label: "Size quotum of storage" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "999Gi" + - variable: hostPathType + label: "(Advanced) hostPath Type" + schema: + show_if: [["type", "=", "hostPath"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "DirectoryOrCreate" + description: "DirectoryOrCreate" + - value: "Directory" + description: "Directory" + - value: "FileOrCreate" + description: "FileOrCreate" + - value: "File" + description: "File" + - value: "Socket" + description: "Socket" + - value: "CharDevice" + description: "CharDevice" + - value: "BlockDevice" + description: "BlockDevice" + - variable: storageClass + label: "(Advanced) storageClass" + description: "Warning: Anything other than SCALE-ZFS or empty will break rollback!" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "SCALE-ZFS" + - variable: accessMode + label: "(Advanced) Access Mode" + description: "Allow or disallow multiple PVC's writhing to the same PV" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "ReadWriteOnce" + enum: + - value: "ReadWriteOnce" + description: "ReadWriteOnce" + - value: "ReadOnlyMany" + description: "ReadOnlyMany" + - value: "ReadWriteMany" + description: "ReadWriteMany" + - variable: advanced + label: "Show Advanced Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: "Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: "Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: dbbackups + label: "App backup Storage" + description: "Stores the Application backups." + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + hidden: true + - variable: type + label: "Type of Storage" + description: "Sets the persistence type, Anything other than PVC could break rollback!" + schema: + type: string + default: "simplePVC" + enum: + - value: "simplePVC" + description: "PVC (simple)" + - value: "simpleHP" + description: "HostPath (simple)" + - value: "emptyDir" + description: "emptyDir" + - value: "pvc" + description: "pvc" + - value: "hostPath" + description: "hostPath" + - variable: setPermissionsSimple + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: true + - variable: setPermissions + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPathSimple + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: "mountPath" + description: "Path inside the container the storage is mounted" + schema: + type: string + default: "/dbbackups" + hidden: true + valid_chars: '^\/([a-zA-Z0-9._-]+\/?)+$' + - variable: medium + label: "EmptyDir Medium" + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "Memory" + description: "Memory" + - variable: size + label: "Size quotum of storage" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "999Gi" + - variable: hostPathType + label: "(Advanced) hostPath Type" + schema: + show_if: [["type", "=", "hostPath"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "DirectoryOrCreate" + description: "DirectoryOrCreate" + - value: "Directory" + description: "Directory" + - value: "FileOrCreate" + description: "FileOrCreate" + - value: "File" + description: "File" + - value: "Socket" + description: "Socket" + - value: "CharDevice" + description: "CharDevice" + - value: "BlockDevice" + description: "BlockDevice" + - variable: storageClass + label: "(Advanced) storageClass" + description: "Warning: Anything other than SCALE-ZFS or empty will break rollback!" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "SCALE-ZFS" + - variable: accessMode + label: "(Advanced) Access Mode" + description: "Allow or disallow multiple PVC's writhing to the same PV" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "ReadWriteOnce" + enum: + - value: "ReadWriteOnce" + description: "ReadWriteOnce" + - value: "ReadOnlyMany" + description: "ReadOnlyMany" + - value: "ReadWriteMany" + description: "ReadWriteMany" + - variable: advanced + label: "Show Advanced Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: "Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: "Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: persistenceList + label: "Additional app storage" + group: "Storage and Persistence" + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: "Custom Storage" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + hidden: true + - variable: name + label: "Name (optional)" + description: "Not required, please set to config when mounting /config or temp when mounting /tmp" + schema: + type: string + - variable: type + label: "Type of Storage" + description: "Sets the persistence type, Anything other than PVC could break rollback!" + schema: + type: string + default: "simpleHP" + enum: + - value: "simplePVC" + description: "PVC (simple)" + - value: "simpleHP" + description: "HostPath (simple)" + - value: "emptyDir" + description: "emptyDir" + - value: "pvc" + description: "pvc" + - value: "hostPath" + description: "hostPath" + - variable: setPermissionsSimple + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "simpleHP"]] + type: boolean + default: true + - variable: setPermissions + label: "Automatic Permissions" + description: "Automatically set permissions on install" + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPathSimple + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "simpleHP"]] + type: hostpath + - variable: hostPath + label: "hostPath" + description: "Path inside the container the storage is mounted" + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: "mountPath" + description: "Path inside the container the storage is mounted" + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+\/?)+$' + - variable: medium + label: "EmptyDir Medium" + schema: + show_if: [["type", "=", "emptyDir"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "Memory" + description: "Memory" + - variable: size + label: "Size quotum of storage" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "999Gi" + - variable: hostPathType + label: "(Advanced) hostPath Type" + schema: + show_if: [["type", "=", "hostPath"]] + type: string + default: "" + enum: + - value: "" + description: "Default" + - value: "DirectoryOrCreate" + description: "DirectoryOrCreate" + - value: "Directory" + description: "Directory" + - value: "FileOrCreate" + description: "FileOrCreate" + - value: "File" + description: "File" + - value: "Socket" + description: "Socket" + - value: "CharDevice" + description: "CharDevice" + - value: "BlockDevice" + description: "BlockDevice" + - variable: storageClass + label: "(Advanced) storageClass" + description: "Warning: Anything other than SCALE-ZFS or empty will break rollback!" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "SCALE-ZFS" + - variable: accessMode + label: "(Advanced) Access Mode" + description: "Allow or disallow multiple PVC's writhing to the same PV" + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: "ReadWriteOnce" + enum: + - value: "ReadWriteOnce" + description: "ReadWriteOnce" + - value: "ReadOnlyMany" + description: "ReadOnlyMany" + - value: "ReadWriteMany" + description: "ReadWriteMany" + - variable: advanced + label: "Show Advanced Options" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: labelsList + label: "Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: "Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + + - variable: ingressList + label: "Add Manual Custom Ingresses" + group: "Ingress" + schema: + type: list + default: [] + items: + - variable: ingressListEntry + label: "Custom Ingress" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable Ingress" + schema: + type: boolean + default: true + hidden: true + - variable: name + label: "Name" + schema: + type: string + default: "" + - variable: ingressClassName + label: "IngressClass Name" + schema: + type: string + default: "" + - variable: labelsList + label: "Labels" + schema: + type: list + default: [] + items: + - variable: labelItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: annotationsList + label: "Annotations" + schema: + type: list + default: [] + items: + - variable: annotationItem + label: "Label" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + - variable: value + label: "Value" + schema: + type: string + - variable: hosts + label: "Hosts" + schema: + type: list + default: [] + items: + - variable: hostEntry + label: "Host" + schema: + type: dict + attrs: + - variable: host + label: "HostName" + schema: + type: string + default: "" + required: true + - variable: paths + label: "Paths" + schema: + type: list + default: [] + items: + - variable: pathEntry + label: "Host" + schema: + type: dict + attrs: + - variable: path + label: "path" + schema: + type: string + required: true + default: "/" + - variable: pathType + label: "pathType" + schema: + type: string + required: true + default: "Prefix" + - variable: service + label: "Linked Service" + schema: + type: dict + attrs: + - variable: name + label: "Service Name" + schema: + type: string + default: "" + - variable: port + label: "Service Port" + schema: + type: int + - variable: tls + label: "TLS-Settings" + schema: + type: list + default: [] + items: + - variable: tlsEntry + label: "Host" + schema: + type: dict + attrs: + - variable: hosts + label: "Certificate Hosts" + schema: + type: list + default: [] + items: + - variable: host + label: "Host" + schema: + type: string + default: "" + required: true + - variable: scaleCert + label: "Select TrueNAS SCALE Certificate" + schema: + type: int + $ref: + - "definitions/certificate" + - variable: entrypoint + label: "Traefik Entrypoint" + description: "Entrypoint used by Traefik when using Traefik as Ingress Provider" + schema: + type: string + default: "websecure" + required: true + - variable: middlewares + label: "Traefik Middlewares" + description: "Add previously created Traefik Middlewares to this Ingress" + schema: + type: list + default: [] + items: + - variable: name + label: "Name" + schema: + type: string + default: "" + required: true + + - variable: advancedSecurity + label: "Show Advanced Security Settings" + group: "Security and Permissions" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: securityContext + label: "Security Context" + schema: + type: dict + attrs: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: false + - variable: allowPrivilegeEscalation + label: "Allow Privilege Escalation" + schema: + type: boolean + default: false + - variable: runAsNonRoot + label: "runAsNonRoot" + schema: + type: boolean + default: true + + - variable: podSecurityContext + group: "Security and Permissions" + label: "Pod Security Context" + schema: + type: dict + attrs: + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 568 + - variable: runAsGroup + 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." + schema: + type: int + default: 568 + - variable: supplementalGroups + label: "supplemental Groups" + schema: + type: list + default: [] + items: + - variable: supplementalGroupsEntry + label: "supplemental Group" + schema: + type: int + - variable: fsGroupChangePolicy + label: "When should we take ownership?" + schema: + type: string + default: "OnRootMismatch" + enum: + - value: "OnRootMismatch" + description: "OnRootMismatch" + - value: "Always" + description: "Always" + + + # Specify GPU configuration + - variable: scaleGPU + label: "GPU Configuration" + group: "Resources and Devices" + schema: + type: dict + $ref: + - "definitions/gpuConfiguration" + attrs: [] + + + - variable: advancedresources + label: "Set Custom Resource Limits/Requests (Advanced)" + group: "Resources and Devices" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: resources + label: "" + schema: + type: dict + attrs: + - variable: limits + label: "Advanced Limit Resource Consumption" + schema: + type: dict + attrs: + - variable: cpu + label: "CPU" + schema: + type: string + default: "4000m" + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "Memory RAM" + schema: + type: string + default: "8Gi" + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Advanced Request minimum resources required" + schema: + type: dict + attrs: + - variable: cpu + label: "CPU" + schema: + type: string + default: "10m" + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "Memory RAM" + schema: + type: string + default: "50Mi" + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + + - variable: deviceList + label: "Mount USB devices" + group: "Resources and Devices" + schema: + type: list + default: [] + items: + - variable: deviceListEntry + label: "Device" + schema: + type: dict + attrs: + - variable: enabled + label: "Enable the storage" + schema: + type: boolean + default: true + - variable: type + label: "(Advanced) Type of Storage" + description: "Sets the persistence type" + schema: + type: string + default: "hostPath" + hidden: true + - variable: readOnly + label: "readOnly" + schema: + type: boolean + default: false + - variable: hostPath + label: "Host Device Path" + description: "Path to the device on the host system" + schema: + type: path + - variable: mountPath + label: "Container Device Path" + description: "Path inside the container the device is mounted" + schema: + type: string + default: "/dev/ttyACM0" + + - variable: autoscaling + group: "Advanced" + label: "(Advanced) Horizontal Pod Autoscaler" + schema: + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: target + label: "Target" + description: "deployment name, defaults to main deployment" + schema: + type: string + default: "" + - variable: minReplicas + label: "Minimum Replicas" + schema: + type: int + default: 1 + - variable: maxReplicas + label: "Maximum Replicas" + schema: + type: int + default: 5 + - variable: targetCPUUtilizationPercentage + label: "Target CPU Utilization Percentage" + schema: + type: int + default: 80 + - variable: targetMemoryUtilizationPercentage + label: "Target Memory Utilization Percentage" + schema: + type: int + default: 80 + + + - variable: addons + group: "Addons" + label: "" + schema: + type: dict + attrs: + - variable: vpn + label: "VPN" + schema: + type: dict + attrs: + - variable: type + label: "Type" + schema: + type: string + default: "disabled" + enum: + - value: "disabled" + description: "disabled" + - value: "openvpn" + description: "OpenVPN" + - value: "wireguard" + description: "Wireguard" + - variable: openvpn + label: "OpenVPN Settings" + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: "authentication username" + description: "authentication username, optional" + schema: + type: string + default: "" + - variable: password + label: "authentication password" + description: "authentication credentials" + schema: + type: string + default: "" + required: true + - variable: killSwitch + label: "Enable killswitch" + schema: + type: boolean + show_if: [["type", "!=", "disabled"]] + default: true + - variable: excludedNetworks_IPv4 + label: "Killswitch Excluded IPv4 networks" + description: "list of killswitch excluded ipv4 addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv4 + label: "IPv4 Network" + schema: + type: string + required: true + - variable: excludedNetworks_IPv6 + label: "Killswitch Excluded IPv6 networks" + description: "list of killswitch excluded ipv4 addresses" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: networkv6 + label: "IPv6 Network" + schema: + type: string + required: true + + - variable: configFile + label: "VPN Config File Location" + schema: + type: dict + show_if: [["type", "!=", "disabled"]] + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: true + hidden: true + - variable: type + label: "type" + schema: + type: string + default: "hostPath" + hidden: true + - variable: hostPathType + label: "hostPathType" + schema: + type: string + default: "File" + hidden: true + - variable: noMount + label: "noMount" + schema: + type: boolean + default: true + hidden: true + - variable: hostPath + label: "Full path to file" + description: "path to your local VPN config file for example: /mnt/tank/vpn.conf or /mnt/tank/vpn.ovpn" + schema: + type: string + default: "" + required: true + - variable: envList + label: "VPN environment Variables" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + required: true + + - variable: codeserver + label: "Codeserver" + schema: + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: git + label: "Git Settings" + schema: + type: dict + attrs: + - variable: deployKey + description: "Raw SSH private key" + label: "deployKey" + schema: + type: string + - variable: deployKeyBase64 + description: "Base64-encoded SSH private key. When both variables are set, the raw SSH key takes precedence" + label: "deployKeyBase64" + schema: + type: string + - variable: service + label: "" + schema: + type: dict + attrs: + - variable: type + label: "Service Type" + description: "ClusterIP's are only internally available, nodePorts expose the container to the host node System, Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: "NodePort" + enum: + - value: "NodePort" + description: "NodePort" + - value: "ClusterIP" + description: "ClusterIP" + - value: "LoadBalancer" + description: "LoadBalancer" + - variable: loadBalancerIP + label: "LoadBalancer IP" + description: "LoadBalancerIP" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: list + default: [] + items: + - variable: externalIP + label: "External IP" + schema: + type: string + - variable: ports + label: "" + schema: + type: dict + attrs: + - variable: codeserver + label: "" + schema: + type: dict + attrs: + - variable: nodePort + description: "leave empty to disable" + label: "nodePort" + schema: + type: int + default: 36107 + - variable: envList + label: "Codeserver environment Variables" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + required: true + + + - variable: promtail + label: "Promtail" + schema: + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: loki + label: "Loki URL" + schema: + type: string + required: true + - variable: logs + label: "Log Paths" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: path + label: "Path" + schema: + type: string + required: true + - variable: args + label: "Promtail ecommand line arguments" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: arg + label: "Arg" + schema: + type: string + required: true + - variable: envList + label: "Promtail environment Variables" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + required: true + + + + + - variable: netshoot + label: "Netshoot" + schema: + type: dict + attrs: + - variable: enabled + label: "enabled" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: envList + label: "Netshoot environment Variables" + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: "Environment Variable" + schema: + type: dict + attrs: + - variable: name + label: "Name" + schema: + type: string + required: true + - variable: value + label: "Value" + schema: + type: string + required: true diff --git a/dependency/postgresql/5.1.13/templates/backup-postgres-config.yaml b/dependency/postgresql/5.1.13/templates/backup-postgres-config.yaml new file mode 100644 index 00000000000..e52eb2ed5a1 --- /dev/null +++ b/dependency/postgresql/5.1.13/templates/backup-postgres-config.yaml @@ -0,0 +1,15 @@ +apiVersion: v1 +kind: ConfigMap +metadata: + name: "postgres-backup-hook-config-map" + annotations: + rollme: {{ randAlphaNum 5 | quote }} +data: + entrypoint.sh: |- + #!/bin/sh + cmd="/docker-entrypoint.sh postgres" + eval "${cmd}" & disown; + until pg_isready; do + sleep 5; + done; + pg_dump -U {{ .Values.postgresqlUser }} -d {{ .Values.postgresqlDatabase }} > /dbbackups/$BACKUP_NAME; diff --git a/dependency/postgresql/5.1.13/templates/common.yaml b/dependency/postgresql/5.1.13/templates/common.yaml new file mode 100644 index 00000000000..9705d4f5fa6 --- /dev/null +++ b/dependency/postgresql/5.1.13/templates/common.yaml @@ -0,0 +1,2 @@ + +{{ include "common.all" . }} diff --git a/dependency/postgresql/5.1.13/templates/secret.yaml b/dependency/postgresql/5.1.13/templates/secret.yaml new file mode 100644 index 00000000000..be7022c005f --- /dev/null +++ b/dependency/postgresql/5.1.13/templates/secret.yaml @@ -0,0 +1,13 @@ +apiVersion: v1 +kind: Secret +metadata: + name: {{ include "common.names.fullname" . }} + labels: + {{- include "common.labels" . | nindent 4 }} + annotations: + {{- with .Values.annotations }} + {{- toYaml . | nindent 4 }} + {{- end }} +type: Opaque +data: + postgresql-password: {{ ( .Values.postgresqlPassword | default "empty" ) | b64enc | quote }} diff --git a/dependency/postgresql/5.1.13/templates/upgrade-backup-postgres-hook.yaml b/dependency/postgresql/5.1.13/templates/upgrade-backup-postgres-hook.yaml new file mode 100644 index 00000000000..516ee5180a6 --- /dev/null +++ b/dependency/postgresql/5.1.13/templates/upgrade-backup-postgres-hook.yaml @@ -0,0 +1,56 @@ +{{- if and ( .Values.enableUpgradeBackup ) ( .Values.ixChartContext ) -}} +{{- if .Values.ixChartContext.isUpgrade -}} +{{- $upgradeDict := .Values.ixChartContext.upgradeMetadata -}} +{{ $values := (. | mustDeepCopy) }} +--- +apiVersion: batch/v1 +kind: Job +metadata: + name: "pre-upgrade-hook2" + annotations: + "helm.sh/hook": pre-upgrade + "helm.sh/hook-weight": "1" + "helm.sh/hook-delete-policy": hook-succeeded + rollme: {{ randAlphaNum 5 | quote }} +spec: + template: + metadata: + name: "pre-upgrade-hook2" + spec: + restartPolicy: Never + containers: + - name: {{ .Chart.Name }}-postgres-backup + image: {{ printf "%v:%v" .Values.image.repository .Values.image.tag}} + imagePullPolicy: {{ .Values.image.pullPolicy }} + env: + - name: BACKUP_NAME + value: {{- printf "postgres-backup-from-%s-to-%s-revision-%d" $upgradeDict.oldChartVersion $upgradeDict.newChartVersion (int64 $upgradeDict.preUpgradeRevision) -}} + - name: POSTGRES_USER + value: {{ .Values.postgresqlUsername | quote }} + - name: POSTGRES_DB + value: {{ .Values.postgresqlDatabase | quote }} + - name: POSTGRES_PASSWORD + valueFrom: + secretKeyRef: + name: {{ ( .Values.existingSecret | default ( include "common.names.fullname" . ) ) | quote }} + key: "postgresql-password" + command: + - "/bin/backup_entrypoint.sh" + volumeMounts: + - name: backup-script-configmap + mountPath: /bin/backup_entrypoint.sh + readOnly: true + subPath: entrypoint.sh + {{- with (include "common.controller.volumeMounts" . | trim) }} + {{ nindent 4 . }} + {{- end }} + volumes: + - name: backup-script-configmap + configMap: + defaultMode: 0700 + name: "postgres-backup-hook-config-map" + {{- with (include "common.controller.volumes" . | trim) }} + {{- nindent 2 . }} + {{- end }} +{{- end -}} +{{- end -}} diff --git a/dependency/postgresql/5.1.13/values.yaml b/dependency/postgresql/5.1.13/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/dependency/postgresql/item.yaml b/dependency/postgresql/item.yaml new file mode 100644 index 00000000000..ead2b01cb93 --- /dev/null +++ b/dependency/postgresql/item.yaml @@ -0,0 +1,4 @@ +icon_url: https://d1q6f0aelx0por.cloudfront.net/product-logos/library-postgres-logo.png +categories: +- database +