diff --git a/dependency/clickhouse/4.0.0/app-changelog.md b/dependency/clickhouse/4.0.0/app-changelog.md deleted file mode 100644 index 23deb9f2aa..0000000000 --- a/dependency/clickhouse/4.0.0/app-changelog.md +++ /dev/null @@ -1,4 +0,0 @@ - - -## [clickhouse-4.0.0](https://github.com/truecharts/charts/compare/clickhouse-3.0.21...clickhouse-4.0.0) (2023-03-01) - diff --git a/dependency/clickhouse/4.0.0/charts/common-12.2.1.tgz b/dependency/clickhouse/4.0.0/charts/common-12.2.1.tgz deleted file mode 100644 index 860dd56722..0000000000 Binary files a/dependency/clickhouse/4.0.0/charts/common-12.2.1.tgz and /dev/null differ diff --git a/dependency/clickhouse/4.0.0/CHANGELOG.md b/dependency/clickhouse/4.0.1/CHANGELOG.md similarity index 89% rename from dependency/clickhouse/4.0.0/CHANGELOG.md rename to dependency/clickhouse/4.0.1/CHANGELOG.md index c0b90b2f0d..159c8b40ed 100644 --- a/dependency/clickhouse/4.0.0/CHANGELOG.md +++ b/dependency/clickhouse/4.0.1/CHANGELOG.md @@ -4,6 +4,16 @@ +## [clickhouse-4.0.1](https://github.com/truecharts/charts/compare/clickhouse-4.0.0...clickhouse-4.0.1) (2023-03-05) + +### Fix + +- update dependency common linking ([#7746](https://github.com/truecharts/charts/issues/7746)) + - disable manifestmanager + + + + ## [clickhouse-4.0.0](https://github.com/truecharts/charts/compare/clickhouse-3.0.21...clickhouse-4.0.0) (2023-03-01) @@ -87,13 +97,3 @@ ## [clickhouse-3.0.12](https://github.com/truecharts/charts/compare/clickhouse-3.0.11...clickhouse-3.0.12) (2022-12-24) - -### Chore - -- update helm chart common to v11.1.0 ([#5686](https://github.com/truecharts/charts/issues/5686)) - - - - -## [clickhouse-3.0.11](https://github.com/truecharts/charts/compare/clickhouse-3.0.10...clickhouse-3.0.11) (2022-12-17) - diff --git a/dependency/clickhouse/4.0.0/Chart.yaml b/dependency/clickhouse/4.0.1/Chart.yaml similarity index 96% rename from dependency/clickhouse/4.0.0/Chart.yaml rename to dependency/clickhouse/4.0.1/Chart.yaml index 9812adb0ab..b5c9ddc118 100644 --- a/dependency/clickhouse/4.0.0/Chart.yaml +++ b/dependency/clickhouse/4.0.1/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "23.2.1.253" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 12.2.1 + version: 12.2.13 deprecated: false description: ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP). home: https://truecharts.org/charts/dependency/clickhouse @@ -23,7 +23,7 @@ sources: - https://hub.docker.com/r/clickhouse/clickhouse-server - https://clickhouse.com/ type: application -version: 4.0.0 +version: 4.0.1 annotations: truecharts.org/catagories: | - database diff --git a/dependency/clickhouse/4.0.0/README.md b/dependency/clickhouse/4.0.1/README.md similarity index 100% rename from dependency/clickhouse/4.0.0/README.md rename to dependency/clickhouse/4.0.1/README.md diff --git a/dependency/clickhouse/4.0.1/app-changelog.md b/dependency/clickhouse/4.0.1/app-changelog.md new file mode 100644 index 0000000000..dca8bc62bc --- /dev/null +++ b/dependency/clickhouse/4.0.1/app-changelog.md @@ -0,0 +1,10 @@ + + +## [clickhouse-4.0.1](https://github.com/truecharts/charts/compare/clickhouse-4.0.0...clickhouse-4.0.1) (2023-03-05) + +### Fix + +- update dependency common linking ([#7746](https://github.com/truecharts/charts/issues/7746)) + - disable manifestmanager + + \ No newline at end of file diff --git a/dependency/clickhouse/4.0.0/app-readme.md b/dependency/clickhouse/4.0.1/app-readme.md similarity index 100% rename from dependency/clickhouse/4.0.0/app-readme.md rename to dependency/clickhouse/4.0.1/app-readme.md diff --git a/dependency/clickhouse/4.0.1/charts/common-12.2.13.tgz b/dependency/clickhouse/4.0.1/charts/common-12.2.13.tgz new file mode 100644 index 0000000000..e5b67b04f3 Binary files /dev/null and b/dependency/clickhouse/4.0.1/charts/common-12.2.13.tgz differ diff --git a/dependency/clickhouse/4.0.0/ix_values.yaml b/dependency/clickhouse/4.0.1/ix_values.yaml similarity index 80% rename from dependency/clickhouse/4.0.0/ix_values.yaml rename to dependency/clickhouse/4.0.1/ix_values.yaml index 041d82616f..07c37cdb46 100644 --- a/dependency/clickhouse/4.0.0/ix_values.yaml +++ b/dependency/clickhouse/4.0.1/ix_values.yaml @@ -17,7 +17,8 @@ workload: CLICKHOUSE_DEFAULT_ACCESS_MANAGEMENT: "{{ .Values.clickhouseDefaultAccessManagement }}" CLICKHOUSE_PASSWORD: secretKeyRef: - name: "credentials" + expandObjectName: "{{ if .Values.clickhousePassword }}true{{ else }}false{{ end }}" + name: '{{ if .Values.clickhousePassword }}credentials{{ else if .Values.existingSecret }}{{ .Values.existingSecret }}{{ else }}{{ printf "%s-%s" .Release.Name "clickhousecreds" }}{{ end }}' key: "clickhouse-password" probes: @@ -59,8 +60,11 @@ volumeClaimTemplates: clickhouseDatabase: "test" clickhouseUsername: "test" -clickhousePassword: "testpass" clickhouseDefaultAccessManagement: 0 + +# -- Secret or password +# One of these options is required, unless used as a dependency for another TrueCharts chart. +clickhousePassword: "" existingSecret: "" secret: @@ -73,5 +77,5 @@ portal: open: enabled: false -manifests: +manifestManager: enabled: false diff --git a/dependency/clickhouse/4.0.0/questions.yaml b/dependency/clickhouse/4.0.1/questions.yaml similarity index 99% rename from dependency/clickhouse/4.0.0/questions.yaml rename to dependency/clickhouse/4.0.1/questions.yaml index f5861bde48..eb53b69d02 100644 --- a/dependency/clickhouse/4.0.0/questions.yaml +++ b/dependency/clickhouse/4.0.1/questions.yaml @@ -796,7 +796,7 @@ questions: description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps schema: type: int - show_if: [["runAsUser", "==", "0"]] + show_if: [["runAsUser", "=", "0"]] default: 568 - variable: UMASK label: UMASK @@ -921,15 +921,27 @@ questions: schema: type: string default: "/dev/ttyACM0" - # Specify GPU configuration - variable: scaleGPU label: GPU Configuration group: Resources and Devices schema: - type: dict - $ref: - - "definitions/gpuConfiguration" - attrs: [] + type: list + default: [] + items: + - variable: scaleGPUEntry + label: GPU + schema: + additional_attrs: true + type: dict + attrs: + # Specify GPU configuration + - variable: gpu + label: Select GPU + schema: + type: dict + $ref: + - "definitions/gpuConfiguration" + attrs: [] # - variable: horizontalPodAutoscaler # group: Advanced # label: (Advanced) Horizontal Pod Autoscaler diff --git a/dependency/clickhouse/4.0.0/templates/NOTES.txt b/dependency/clickhouse/4.0.1/templates/NOTES.txt similarity index 100% rename from dependency/clickhouse/4.0.0/templates/NOTES.txt rename to dependency/clickhouse/4.0.1/templates/NOTES.txt diff --git a/dependency/clickhouse/4.0.0/templates/common.yaml b/dependency/clickhouse/4.0.1/templates/common.yaml similarity index 100% rename from dependency/clickhouse/4.0.0/templates/common.yaml rename to dependency/clickhouse/4.0.1/templates/common.yaml diff --git a/dependency/clickhouse/4.0.0/values.yaml b/dependency/clickhouse/4.0.1/values.yaml similarity index 100% rename from dependency/clickhouse/4.0.0/values.yaml rename to dependency/clickhouse/4.0.1/values.yaml diff --git a/dependency/mariadb/6.0.0/app-changelog.md b/dependency/mariadb/6.0.0/app-changelog.md deleted file mode 100644 index 1e16377415..0000000000 --- a/dependency/mariadb/6.0.0/app-changelog.md +++ /dev/null @@ -1,4 +0,0 @@ - - -## [mariadb-6.0.0](https://github.com/truecharts/charts/compare/mariadb-5.0.35...mariadb-6.0.0) (2023-03-01) - diff --git a/dependency/mariadb/6.0.0/charts/common-12.2.1.tgz b/dependency/mariadb/6.0.0/charts/common-12.2.1.tgz deleted file mode 100644 index 860dd56722..0000000000 Binary files a/dependency/mariadb/6.0.0/charts/common-12.2.1.tgz and /dev/null differ diff --git a/dependency/mariadb/6.0.0/ix_values.yaml b/dependency/mariadb/6.0.0/ix_values.yaml deleted file mode 100644 index 0ca4e82086..0000000000 --- a/dependency/mariadb/6.0.0/ix_values.yaml +++ /dev/null @@ -1,114 +0,0 @@ -image: - repository: tccr.io/truecharts/mariadb - pullPolicy: IfNotPresent - tag: 10.11.2@sha256:fc01102eef1de92155b5097636ef738700c8bef1735f52a397b1505cbf455c0f - -workload: - main: - replicas: 1 - type: StatefulSet - strategy: RollingUpdate - podSpec: - containers: - main: - env: - MARIADB_PASSWORD: - secretKeyRef: - name: "credentials" - key: "mariadb-password" - MARIADB_ROOT_PASSWORD: - secretKeyRef: - name: "credentials" - key: "mariadb-root-password" - MARIADB_USER: "{{ .Values.mariadbUsername }}" - MARIADB_DATABASE: "{{ .Values.mariadbDatabase }}" - - # -- Probe configuration - # -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) - # @default -- See below - probes: - # -- Liveness probe configuration - # @default -- See below - liveness: - # -- Enable the liveness probe - enabled: true - # -- Set this to `true` if you wish to specify your own livenessProbe - custom: true - # -- The spec field contains the values for the default livenessProbe. - # If you selected `custom: true`, this field holds the definition of the livenessProbe. - # @default -- See below - spec: - exec: - command: - - /bin/bash - - -ec - - "until /opt/bitnami/scripts/mariadb/healthcheck.sh; do sleep 2; done" - - # -- Redainess probe configuration - # @default -- See below - readiness: - # -- Enable the readiness probe - enabled: true - # -- Set this to `true` if you wish to specify your own readinessProbe - custom: true - # -- The spec field contains the values for the default readinessProbe. - # If you selected `custom: true`, this field holds the definition of the readinessProbe. - # @default -- See below - spec: - exec: - command: - - /bin/bash - - -ec - - "until /opt/bitnami/scripts/mariadb/healthcheck.sh; do sleep 2; done" - # -- Startup probe configuration - # @default -- See below - startup: - # -- Enable the startup probe - enabled: true - custom: true - # -- The spec field contains the values for the default livenessProbe. - # If you selected `custom: true`, this field holds the definition of the livenessProbe. - # @default -- See below - spec: - exec: - command: - - /bin/bash - - -ec - - "until /opt/bitnami/scripts/mariadb/healthcheck.sh; do sleep 2; done" - -service: - main: - ports: - main: - port: 3306 - targetPort: 3306 - -securityContext: - container: - readOnlyRootFilesystem: false - runAsGroup: 0 - -secret: - credentials: - enabled: true - data: - mariadb-password: '{{ ( .Values.mariadbPassword | default "empty" ) }}' - mariadb-root-password: '{{ ( .Values.mariadbRootPassword | default "empty" ) }}' - -volumeClaimTemplates: - data: - enabled: true - mountPath: "/bitnami/mariadb" - -mariadbPassword: "testpass" -mariadbUsername: "test" -mariadbDatabase: "test" -mariadbRootPassword: "testroot" -existingSecret: "" - -portal: - open: - enabled: false - -manifests: - enabled: false diff --git a/dependency/mariadb/6.0.0/CHANGELOG.md b/dependency/mariadb/6.0.1/CHANGELOG.md similarity index 89% rename from dependency/mariadb/6.0.0/CHANGELOG.md rename to dependency/mariadb/6.0.1/CHANGELOG.md index 4ef0abedfc..325dcc18fe 100644 --- a/dependency/mariadb/6.0.0/CHANGELOG.md +++ b/dependency/mariadb/6.0.1/CHANGELOG.md @@ -4,6 +4,16 @@ +## [mariadb-6.0.1](https://github.com/truecharts/charts/compare/mariadb-6.0.0...mariadb-6.0.1) (2023-03-05) + +### Fix + +- update dependency common linking ([#7746](https://github.com/truecharts/charts/issues/7746)) + - disable manifestmanager + + + + ## [mariadb-6.0.0](https://github.com/truecharts/charts/compare/mariadb-5.0.35...mariadb-6.0.0) (2023-03-01) @@ -87,13 +97,3 @@ - update container image tccr.io/truecharts/mariadb to 10.10.2 - - - -## [mariadb-5.0.26](https://github.com/truecharts/charts/compare/mariadb-5.0.25...mariadb-5.0.26) (2023-02-02) - -### Fix - -- remove non-link sources ([#6826](https://github.com/truecharts/charts/issues/6826)) - - diff --git a/dependency/mariadb/6.0.0/Chart.yaml b/dependency/mariadb/6.0.1/Chart.yaml similarity index 96% rename from dependency/mariadb/6.0.0/Chart.yaml rename to dependency/mariadb/6.0.1/Chart.yaml index 40b4b10a0b..26404d5936 100644 --- a/dependency/mariadb/6.0.0/Chart.yaml +++ b/dependency/mariadb/6.0.1/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "10.11.2" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 12.2.1 + version: 12.2.13 deprecated: false description: Fast, reliable, scalable, and easy to use open-source relational database system. home: https://truecharts.org/charts/dependency/mariadb @@ -26,7 +26,7 @@ sources: - https://github.com/prometheus/mysqld_exporter - https://mariadb.org type: application -version: 6.0.0 +version: 6.0.1 annotations: truecharts.org/catagories: | - database diff --git a/dependency/mariadb/6.0.0/README.md b/dependency/mariadb/6.0.1/README.md similarity index 100% rename from dependency/mariadb/6.0.0/README.md rename to dependency/mariadb/6.0.1/README.md diff --git a/dependency/mariadb/6.0.1/app-changelog.md b/dependency/mariadb/6.0.1/app-changelog.md new file mode 100644 index 0000000000..4a1aaf1a3f --- /dev/null +++ b/dependency/mariadb/6.0.1/app-changelog.md @@ -0,0 +1,10 @@ + + +## [mariadb-6.0.1](https://github.com/truecharts/charts/compare/mariadb-6.0.0...mariadb-6.0.1) (2023-03-05) + +### Fix + +- update dependency common linking ([#7746](https://github.com/truecharts/charts/issues/7746)) + - disable manifestmanager + + \ No newline at end of file diff --git a/dependency/mariadb/6.0.0/app-readme.md b/dependency/mariadb/6.0.1/app-readme.md similarity index 100% rename from dependency/mariadb/6.0.0/app-readme.md rename to dependency/mariadb/6.0.1/app-readme.md diff --git a/dependency/mariadb/6.0.1/charts/common-12.2.13.tgz b/dependency/mariadb/6.0.1/charts/common-12.2.13.tgz new file mode 100644 index 0000000000..e5b67b04f3 Binary files /dev/null and b/dependency/mariadb/6.0.1/charts/common-12.2.13.tgz differ diff --git a/dependency/mariadb/6.0.1/ix_values.yaml b/dependency/mariadb/6.0.1/ix_values.yaml new file mode 100644 index 0000000000..a67da13c8e --- /dev/null +++ b/dependency/mariadb/6.0.1/ix_values.yaml @@ -0,0 +1,88 @@ +image: + repository: tccr.io/truecharts/mariadb + pullPolicy: IfNotPresent + tag: 10.11.2@sha256:fc01102eef1de92155b5097636ef738700c8bef1735f52a397b1505cbf455c0f + +workload: + main: + replicas: 1 + type: StatefulSet + strategy: RollingUpdate + podSpec: + containers: + main: + env: + MARIADB_PASSWORD: + secretKeyRef: + expandObjectName: "{{ if .Values.mariadbPassword }}true{{ else }}false{{ end }}" + name: '{{ if .Values.mariadbPassword }}credentials{{ else if .Values.existingSecret }}{{ .Values.existingSecret }}{{ else }}{{ printf "%s-%s" .Release.Name "mariadbcreds" }}{{ end }}' + key: "mariadb-password" + MARIADB_ROOT_PASSWORD: + secretKeyRef: + expandObjectName: "{{ if .Values.mariadbPassword }}true{{ else }}false{{ end }}" + name: '{{ if .Values.mariadbPassword }}credentials{{ else if .Values.existingSecret }}{{ .Values.existingSecret }}{{ else }}{{ printf "%s-%s" .Release.Name "mariadbcreds" }}{{ end }}' + key: "mariadb-root-password" + MARIADB_USER: "{{ .Values.mariadbUsername }}" + MARIADB_DATABASE: "{{ .Values.mariadbDatabase }}" + probes: + liveness: + enabled: true + type: exec + command: + - /bin/bash + - -ec + - "until /opt/bitnami/scripts/mariadb/healthcheck.sh; do sleep 2; done" + readiness: + enabled: true + type: exec + command: + - /bin/bash + - -ec + - "until /opt/bitnami/scripts/mariadb/healthcheck.sh; do sleep 2; done" + startup: + enabled: true + type: exec + command: + - /bin/bash + - -ec + - "until /opt/bitnami/scripts/mariadb/healthcheck.sh; do sleep 2; done" + +service: + main: + ports: + main: + port: 3306 + targetPort: 3306 + +securityContext: + container: + readOnlyRootFilesystem: false + runAsGroup: 0 + +secret: + credentials: + enabled: true + data: + mariadb-password: '{{ ( .Values.mariadbPassword | default "empty" ) }}' + mariadb-root-password: '{{ ( .Values.mariadbRootPassword | default "empty" ) }}' + +volumeClaimTemplates: + data: + enabled: true + mountPath: "/bitnami/mariadb" + +mariadbUsername: "test" +mariadbDatabase: "test" +mariadbRootPassword: "testroot" + +# -- Secret or password +# One of these options is required, unless used as a dependency for another TrueCharts chart. +mariadbPassword: "" +existingSecret: "" + +portal: + open: + enabled: false + +manifestManager: + enabled: false diff --git a/dependency/mariadb/6.0.0/questions.yaml b/dependency/mariadb/6.0.1/questions.yaml similarity index 99% rename from dependency/mariadb/6.0.0/questions.yaml rename to dependency/mariadb/6.0.1/questions.yaml index c1827f270c..464bf05304 100644 --- a/dependency/mariadb/6.0.0/questions.yaml +++ b/dependency/mariadb/6.0.1/questions.yaml @@ -650,7 +650,7 @@ questions: description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps schema: type: int - show_if: [["runAsUser", "==", "0"]] + show_if: [["runAsUser", "=", "0"]] default: 568 - variable: UMASK label: UMASK @@ -775,15 +775,27 @@ questions: schema: type: string default: "/dev/ttyACM0" - # Specify GPU configuration - variable: scaleGPU label: GPU Configuration group: Resources and Devices schema: - type: dict - $ref: - - "definitions/gpuConfiguration" - attrs: [] + type: list + default: [] + items: + - variable: scaleGPUEntry + label: GPU + schema: + additional_attrs: true + type: dict + attrs: + # Specify GPU configuration + - variable: gpu + label: Select GPU + schema: + type: dict + $ref: + - "definitions/gpuConfiguration" + attrs: [] # - variable: horizontalPodAutoscaler # group: Advanced # label: (Advanced) Horizontal Pod Autoscaler diff --git a/dependency/mariadb/6.0.0/templates/NOTES.txt b/dependency/mariadb/6.0.1/templates/NOTES.txt similarity index 100% rename from dependency/mariadb/6.0.0/templates/NOTES.txt rename to dependency/mariadb/6.0.1/templates/NOTES.txt diff --git a/dependency/mariadb/6.0.0/templates/common.yaml b/dependency/mariadb/6.0.1/templates/common.yaml similarity index 100% rename from dependency/mariadb/6.0.0/templates/common.yaml rename to dependency/mariadb/6.0.1/templates/common.yaml diff --git a/dependency/mariadb/6.0.0/values.yaml b/dependency/mariadb/6.0.1/values.yaml similarity index 100% rename from dependency/mariadb/6.0.0/values.yaml rename to dependency/mariadb/6.0.1/values.yaml diff --git a/dependency/memcached/6.0.0/app-changelog.md b/dependency/memcached/6.0.0/app-changelog.md deleted file mode 100644 index 75b3eb1f7c..0000000000 --- a/dependency/memcached/6.0.0/app-changelog.md +++ /dev/null @@ -1,4 +0,0 @@ - - -## [memcached-6.0.0](https://github.com/truecharts/charts/compare/memcached-5.0.31...memcached-6.0.0) (2023-03-01) - diff --git a/dependency/memcached/6.0.0/charts/common-12.2.1.tgz b/dependency/memcached/6.0.0/charts/common-12.2.1.tgz deleted file mode 100644 index 860dd56722..0000000000 Binary files a/dependency/memcached/6.0.0/charts/common-12.2.1.tgz and /dev/null differ diff --git a/dependency/memcached/6.0.0/CHANGELOG.md b/dependency/memcached/6.0.1/CHANGELOG.md similarity index 89% rename from dependency/memcached/6.0.0/CHANGELOG.md rename to dependency/memcached/6.0.1/CHANGELOG.md index 6eed03b9f2..b65893135f 100644 --- a/dependency/memcached/6.0.0/CHANGELOG.md +++ b/dependency/memcached/6.0.1/CHANGELOG.md @@ -4,6 +4,16 @@ +## [memcached-6.0.1](https://github.com/truecharts/charts/compare/memcached-6.0.0...memcached-6.0.1) (2023-03-05) + +### Fix + +- update dependency common linking ([#7746](https://github.com/truecharts/charts/issues/7746)) + - disable manifestmanager + + + + ## [memcached-6.0.0](https://github.com/truecharts/charts/compare/memcached-5.0.31...memcached-6.0.0) (2023-03-01) @@ -87,13 +97,3 @@ - update container image tccr.io/truecharts/memcached to 1.6.18 - - - -## [memcached-5.0.22](https://github.com/truecharts/charts/compare/memcached-5.0.21...memcached-5.0.22) (2023-01-16) - -### Chore - -- update container image tccr.io/truecharts/memcached to v1.6.18 - - diff --git a/dependency/memcached/6.0.0/Chart.yaml b/dependency/memcached/6.0.1/Chart.yaml similarity index 96% rename from dependency/memcached/6.0.0/Chart.yaml rename to dependency/memcached/6.0.1/Chart.yaml index 2af1fb1b18..1bcaf50b6e 100644 --- a/dependency/memcached/6.0.0/Chart.yaml +++ b/dependency/memcached/6.0.1/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "1.6.18" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 12.2.1 + version: 12.2.13 deprecated: false description: Memcached is a memory-backed database caching solution home: https://truecharts.org/charts/dependency/memcached @@ -24,7 +24,7 @@ sources: - https://github.com/bitnami/bitnami-docker-memcached - http://memcached.org/ type: application -version: 6.0.0 +version: 6.0.1 annotations: truecharts.org/catagories: | - database diff --git a/dependency/memcached/6.0.0/README.md b/dependency/memcached/6.0.1/README.md similarity index 100% rename from dependency/memcached/6.0.0/README.md rename to dependency/memcached/6.0.1/README.md diff --git a/dependency/memcached/6.0.1/app-changelog.md b/dependency/memcached/6.0.1/app-changelog.md new file mode 100644 index 0000000000..929cdbe0f9 --- /dev/null +++ b/dependency/memcached/6.0.1/app-changelog.md @@ -0,0 +1,10 @@ + + +## [memcached-6.0.1](https://github.com/truecharts/charts/compare/memcached-6.0.0...memcached-6.0.1) (2023-03-05) + +### Fix + +- update dependency common linking ([#7746](https://github.com/truecharts/charts/issues/7746)) + - disable manifestmanager + + \ No newline at end of file diff --git a/dependency/memcached/6.0.0/app-readme.md b/dependency/memcached/6.0.1/app-readme.md similarity index 100% rename from dependency/memcached/6.0.0/app-readme.md rename to dependency/memcached/6.0.1/app-readme.md diff --git a/dependency/memcached/6.0.1/charts/common-12.2.13.tgz b/dependency/memcached/6.0.1/charts/common-12.2.13.tgz new file mode 100644 index 0000000000..e5b67b04f3 Binary files /dev/null and b/dependency/memcached/6.0.1/charts/common-12.2.13.tgz differ diff --git a/dependency/memcached/6.0.0/ix_values.yaml b/dependency/memcached/6.0.1/ix_values.yaml similarity index 88% rename from dependency/memcached/6.0.0/ix_values.yaml rename to dependency/memcached/6.0.1/ix_values.yaml index 79bf79ea53..dc8cef7641 100644 --- a/dependency/memcached/6.0.0/ix_values.yaml +++ b/dependency/memcached/6.0.1/ix_values.yaml @@ -8,11 +8,12 @@ service: ports: main: port: 11211 + protocol: tcp targetPort: 11211 portal: open: enabled: false -manifests: +manifestManager: enabled: false diff --git a/dependency/memcached/6.0.0/questions.yaml b/dependency/memcached/6.0.1/questions.yaml similarity index 99% rename from dependency/memcached/6.0.0/questions.yaml rename to dependency/memcached/6.0.1/questions.yaml index a3add4ad21..0de92021e9 100644 --- a/dependency/memcached/6.0.0/questions.yaml +++ b/dependency/memcached/6.0.1/questions.yaml @@ -542,7 +542,7 @@ questions: description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps schema: type: int - show_if: [["runAsUser", "==", "0"]] + show_if: [["runAsUser", "=", "0"]] default: 568 - variable: UMASK label: UMASK @@ -667,15 +667,27 @@ questions: schema: type: string default: "/dev/ttyACM0" - # Specify GPU configuration - variable: scaleGPU label: GPU Configuration group: Resources and Devices schema: - type: dict - $ref: - - "definitions/gpuConfiguration" - attrs: [] + type: list + default: [] + items: + - variable: scaleGPUEntry + label: GPU + schema: + additional_attrs: true + type: dict + attrs: + # Specify GPU configuration + - variable: gpu + label: Select GPU + schema: + type: dict + $ref: + - "definitions/gpuConfiguration" + attrs: [] # - variable: horizontalPodAutoscaler # group: Advanced # label: (Advanced) Horizontal Pod Autoscaler diff --git a/dependency/memcached/6.0.0/templates/NOTES.txt b/dependency/memcached/6.0.1/templates/NOTES.txt similarity index 100% rename from dependency/memcached/6.0.0/templates/NOTES.txt rename to dependency/memcached/6.0.1/templates/NOTES.txt diff --git a/dependency/memcached/6.0.0/templates/common.yaml b/dependency/memcached/6.0.1/templates/common.yaml similarity index 100% rename from dependency/memcached/6.0.0/templates/common.yaml rename to dependency/memcached/6.0.1/templates/common.yaml diff --git a/dependency/memcached/6.0.0/values.yaml b/dependency/memcached/6.0.1/values.yaml similarity index 100% rename from dependency/memcached/6.0.0/values.yaml rename to dependency/memcached/6.0.1/values.yaml diff --git a/dependency/mongodb/5.0.0/app-changelog.md b/dependency/mongodb/5.0.0/app-changelog.md deleted file mode 100644 index 83f6630c17..0000000000 --- a/dependency/mongodb/5.0.0/app-changelog.md +++ /dev/null @@ -1,4 +0,0 @@ - - -## [mongodb-5.0.0](https://github.com/truecharts/charts/compare/mongodb-4.0.33...mongodb-5.0.0) (2023-03-01) - diff --git a/dependency/mongodb/5.0.0/charts/common-12.2.1.tgz b/dependency/mongodb/5.0.0/charts/common-12.2.1.tgz deleted file mode 100644 index 860dd56722..0000000000 Binary files a/dependency/mongodb/5.0.0/charts/common-12.2.1.tgz and /dev/null differ diff --git a/dependency/mongodb/5.0.0/CHANGELOG.md b/dependency/mongodb/5.0.1/CHANGELOG.md similarity index 89% rename from dependency/mongodb/5.0.0/CHANGELOG.md rename to dependency/mongodb/5.0.1/CHANGELOG.md index 8ea00a3e25..8faefcaf42 100644 --- a/dependency/mongodb/5.0.0/CHANGELOG.md +++ b/dependency/mongodb/5.0.1/CHANGELOG.md @@ -4,6 +4,16 @@ +## [mongodb-5.0.1](https://github.com/truecharts/charts/compare/mongodb-5.0.0...mongodb-5.0.1) (2023-03-05) + +### Fix + +- update dependency common linking ([#7746](https://github.com/truecharts/charts/issues/7746)) + - disable manifestmanager + + + + ## [mongodb-5.0.0](https://github.com/truecharts/charts/compare/mongodb-4.0.33...mongodb-5.0.0) (2023-03-01) @@ -87,13 +97,3 @@ - update container image tccr.io/truecharts/mongodb to 6.0.3 - - - -## [mongodb-4.0.24](https://github.com/truecharts/charts/compare/mongodb-4.0.23...mongodb-4.0.24) (2023-01-15) - -### Fix - -- don't run manifest Manager on most dependency apps. ([#6384](https://github.com/truecharts/charts/issues/6384)) - - diff --git a/dependency/mongodb/5.0.0/Chart.yaml b/dependency/mongodb/5.0.1/Chart.yaml similarity index 96% rename from dependency/mongodb/5.0.0/Chart.yaml rename to dependency/mongodb/5.0.1/Chart.yaml index e201523a6f..5b6114beb6 100644 --- a/dependency/mongodb/5.0.0/Chart.yaml +++ b/dependency/mongodb/5.0.1/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "6.0.4" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 12.2.1 + version: 12.2.13 deprecated: false description: Fast, reliable, scalable, and easy to use open-source no-sql database system. home: https://truecharts.org/charts/dependency/mongodb @@ -24,7 +24,7 @@ sources: - https://github.com/bitnami/bitnami-docker-mongodb - https://www.mongodb.com type: application -version: 5.0.0 +version: 5.0.1 annotations: truecharts.org/catagories: | - database diff --git a/dependency/mongodb/5.0.0/README.md b/dependency/mongodb/5.0.1/README.md similarity index 100% rename from dependency/mongodb/5.0.0/README.md rename to dependency/mongodb/5.0.1/README.md diff --git a/dependency/mongodb/5.0.1/app-changelog.md b/dependency/mongodb/5.0.1/app-changelog.md new file mode 100644 index 0000000000..5f566d0414 --- /dev/null +++ b/dependency/mongodb/5.0.1/app-changelog.md @@ -0,0 +1,10 @@ + + +## [mongodb-5.0.1](https://github.com/truecharts/charts/compare/mongodb-5.0.0...mongodb-5.0.1) (2023-03-05) + +### Fix + +- update dependency common linking ([#7746](https://github.com/truecharts/charts/issues/7746)) + - disable manifestmanager + + \ No newline at end of file diff --git a/dependency/mongodb/5.0.0/app-readme.md b/dependency/mongodb/5.0.1/app-readme.md similarity index 100% rename from dependency/mongodb/5.0.0/app-readme.md rename to dependency/mongodb/5.0.1/app-readme.md diff --git a/dependency/mongodb/5.0.1/charts/common-12.2.13.tgz b/dependency/mongodb/5.0.1/charts/common-12.2.13.tgz new file mode 100644 index 0000000000..e5b67b04f3 Binary files /dev/null and b/dependency/mongodb/5.0.1/charts/common-12.2.13.tgz differ diff --git a/dependency/mongodb/5.0.0/ix_values.yaml b/dependency/mongodb/5.0.1/ix_values.yaml similarity index 83% rename from dependency/mongodb/5.0.0/ix_values.yaml rename to dependency/mongodb/5.0.1/ix_values.yaml index 49d836cd40..12820cc824 100644 --- a/dependency/mongodb/5.0.0/ix_values.yaml +++ b/dependency/mongodb/5.0.1/ix_values.yaml @@ -16,11 +16,13 @@ workload: MONGODB_DATABASE: "{{ .Values.mongodbDatabase }}" MONGODB_PASSWORD: secretKeyRef: - name: "credentials" + expandObjectName: "{{ if .Values.mongodbPassword }}true{{ else }}false{{ end }}" + name: '{{ if .Values.mongodbPassword }}credentials{{ else if .Values.existingSecret }}{{ .Values.existingSecret }}{{ else }}{{ printf "%s-%s" .Release.Name "mongodbcreds" }}{{ end }}' key: "mongodb-password" MONGODB_ROOT_PASSWORD: secretKeyRef: - name: "credentials" + expandObjectName: "{{ if .Values.mongodbPassword }}true{{ else }}false{{ end }}" + name: '{{ if .Values.mongodbPassword }}credentials{{ else if .Values.existingSecret }}{{ .Values.existingSecret }}{{ else }}{{ printf "%s-%s" .Release.Name "mongodbcreds" }}{{ end }}' key: "mongodb-root-password" # -- Probe configuration # -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) @@ -93,10 +95,13 @@ volumeClaimTemplates: enabled: true mountPath: "/bitnami/mongodb" -mongodbPassword: "testpass" mongodbUsername: "test" mongodbDatabase: "test" mongodbRootPassword: "testroot" + +# -- Secret or password +# One of these options is required, unless used as a dependency for another TrueCharts chart. +mongodbPassword: "" existingSecret: "" secret: @@ -110,5 +115,5 @@ portal: open: enabled: false -manifests: +manifestManager: enabled: false diff --git a/dependency/mongodb/5.0.0/questions.yaml b/dependency/mongodb/5.0.1/questions.yaml similarity index 99% rename from dependency/mongodb/5.0.0/questions.yaml rename to dependency/mongodb/5.0.1/questions.yaml index f42b7e8436..e96352e9d4 100644 --- a/dependency/mongodb/5.0.0/questions.yaml +++ b/dependency/mongodb/5.0.1/questions.yaml @@ -650,7 +650,7 @@ questions: description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps schema: type: int - show_if: [["runAsUser", "==", "0"]] + show_if: [["runAsUser", "=", "0"]] default: 568 - variable: UMASK label: UMASK @@ -775,15 +775,27 @@ questions: schema: type: string default: "/dev/ttyACM0" - # Specify GPU configuration - variable: scaleGPU label: GPU Configuration group: Resources and Devices schema: - type: dict - $ref: - - "definitions/gpuConfiguration" - attrs: [] + type: list + default: [] + items: + - variable: scaleGPUEntry + label: GPU + schema: + additional_attrs: true + type: dict + attrs: + # Specify GPU configuration + - variable: gpu + label: Select GPU + schema: + type: dict + $ref: + - "definitions/gpuConfiguration" + attrs: [] # - variable: horizontalPodAutoscaler # group: Advanced # label: (Advanced) Horizontal Pod Autoscaler diff --git a/dependency/mongodb/5.0.0/templates/NOTES.txt b/dependency/mongodb/5.0.1/templates/NOTES.txt similarity index 100% rename from dependency/mongodb/5.0.0/templates/NOTES.txt rename to dependency/mongodb/5.0.1/templates/NOTES.txt diff --git a/dependency/mongodb/5.0.0/templates/common.yaml b/dependency/mongodb/5.0.1/templates/common.yaml similarity index 100% rename from dependency/mongodb/5.0.0/templates/common.yaml rename to dependency/mongodb/5.0.1/templates/common.yaml diff --git a/dependency/mongodb/5.0.0/values.yaml b/dependency/mongodb/5.0.1/values.yaml similarity index 100% rename from dependency/mongodb/5.0.0/values.yaml rename to dependency/mongodb/5.0.1/values.yaml diff --git a/dependency/redis/6.0.4/app-changelog.md b/dependency/redis/6.0.4/app-changelog.md deleted file mode 100644 index 88b9f3365b..0000000000 --- a/dependency/redis/6.0.4/app-changelog.md +++ /dev/null @@ -1,4 +0,0 @@ - - -## [redis-6.0.4](https://github.com/truecharts/charts/compare/redis-6.0.3...redis-6.0.4) (2023-03-02) - diff --git a/dependency/redis/6.0.4/charts/common-12.2.9.tgz b/dependency/redis/6.0.4/charts/common-12.2.9.tgz deleted file mode 100644 index 5cd8d04863..0000000000 Binary files a/dependency/redis/6.0.4/charts/common-12.2.9.tgz and /dev/null differ diff --git a/dependency/redis/6.0.4/CHANGELOG.md b/dependency/redis/6.0.5/CHANGELOG.md similarity index 90% rename from dependency/redis/6.0.4/CHANGELOG.md rename to dependency/redis/6.0.5/CHANGELOG.md index af4d21c7ba..f0e54850ac 100644 --- a/dependency/redis/6.0.4/CHANGELOG.md +++ b/dependency/redis/6.0.5/CHANGELOG.md @@ -4,6 +4,15 @@ +## [redis-6.0.5](https://github.com/truecharts/charts/compare/redis-6.0.4...redis-6.0.5) (2023-03-05) + +### Fix + +- update dependency common linking ([#7746](https://github.com/truecharts/charts/issues/7746)) + + + + ## [redis-6.0.4](https://github.com/truecharts/charts/compare/redis-6.0.3...redis-6.0.4) (2023-03-02) @@ -88,12 +97,3 @@ ## [redis-5.0.27](https://github.com/truecharts/charts/compare/redis-5.0.26...redis-5.0.27) (2023-01-18) - -### Chore - -- update container image tccr.io/truecharts/redis to 7.0.7 - - - - -## [redis-5.0.26](https://github.com/truecharts/charts/compare/redis-5.0.25...redis-5.0.26) (2023-01-15) diff --git a/dependency/redis/6.0.4/Chart.yaml b/dependency/redis/6.0.5/Chart.yaml similarity index 95% rename from dependency/redis/6.0.4/Chart.yaml rename to dependency/redis/6.0.5/Chart.yaml index f0f71ece05..8fa3af37b8 100644 --- a/dependency/redis/6.0.4/Chart.yaml +++ b/dependency/redis/6.0.5/Chart.yaml @@ -3,7 +3,7 @@ appVersion: "7.0.8" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 12.2.9 + version: 12.2.13 deprecated: false description: Open source, advanced key-value store. home: https://truecharts.org/charts/dependency/redis @@ -24,7 +24,7 @@ sources: - https://github.com/bitnami/bitnami-docker-redis - http://redis.io/ type: application -version: 6.0.4 +version: 6.0.5 annotations: truecharts.org/catagories: | - database diff --git a/dependency/redis/6.0.4/README.md b/dependency/redis/6.0.5/README.md similarity index 100% rename from dependency/redis/6.0.4/README.md rename to dependency/redis/6.0.5/README.md diff --git a/dependency/redis/6.0.5/app-changelog.md b/dependency/redis/6.0.5/app-changelog.md new file mode 100644 index 0000000000..73dd8155f2 --- /dev/null +++ b/dependency/redis/6.0.5/app-changelog.md @@ -0,0 +1,9 @@ + + +## [redis-6.0.5](https://github.com/truecharts/charts/compare/redis-6.0.4...redis-6.0.5) (2023-03-05) + +### Fix + +- update dependency common linking ([#7746](https://github.com/truecharts/charts/issues/7746)) + + \ No newline at end of file diff --git a/dependency/redis/6.0.4/app-readme.md b/dependency/redis/6.0.5/app-readme.md similarity index 100% rename from dependency/redis/6.0.4/app-readme.md rename to dependency/redis/6.0.5/app-readme.md diff --git a/dependency/redis/6.0.5/charts/common-12.2.13.tgz b/dependency/redis/6.0.5/charts/common-12.2.13.tgz new file mode 100644 index 0000000000..e5b67b04f3 Binary files /dev/null and b/dependency/redis/6.0.5/charts/common-12.2.13.tgz differ diff --git a/dependency/redis/6.0.4/ix_values.yaml b/dependency/redis/6.0.5/ix_values.yaml similarity index 92% rename from dependency/redis/6.0.4/ix_values.yaml rename to dependency/redis/6.0.5/ix_values.yaml index ef29528cd4..6155f82de4 100644 --- a/dependency/redis/6.0.4/ix_values.yaml +++ b/dependency/redis/6.0.5/ix_values.yaml @@ -17,8 +17,8 @@ workload: REDIS_PORT: "{{ .Values.service.main.ports.main.targetPort }}" REDIS_PASSWORD: secretKeyRef: - expandObjectName: false - name: '{{ if .Values.redisPassword }}"credentials"{{ else if .Values.existingSecret }}{{ .Values.existingSecret }}{{ else }}{{ printf "%s-%s" .Release.Name "rediscreds" }}{{ end }}' + expandObjectName: "{{ if .Values.redisPassword }}true{{ else }}false{{ end }}" + name: '{{ if .Values.redisPassword }}credentials{{ else if .Values.existingSecret }}{{ .Values.existingSecret }}{{ else }}{{ printf "%s-%s" .Release.Name "rediscreds" }}{{ end }}' key: "redis-password" probes: liveness: @@ -130,6 +130,8 @@ secret: data: redis-password: '{{ ( .Values.redisPassword | default "nothing" ) }}' +# -- Secret or password +# One of these options is required, unless used as a dependency for another TrueCharts chart. redisPassword: "" existingSecret: "" diff --git a/dependency/redis/6.0.4/questions.yaml b/dependency/redis/6.0.5/questions.yaml similarity index 99% rename from dependency/redis/6.0.4/questions.yaml rename to dependency/redis/6.0.5/questions.yaml index 17cc3b63bd..7bbad2e6c5 100644 --- a/dependency/redis/6.0.4/questions.yaml +++ b/dependency/redis/6.0.5/questions.yaml @@ -629,7 +629,7 @@ questions: description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps schema: type: int - show_if: [["runAsUser", "==", "0"]] + show_if: [["runAsUser", "=", "0"]] default: 568 - variable: UMASK label: UMASK @@ -754,15 +754,27 @@ questions: schema: type: string default: "/dev/ttyACM0" - # Specify GPU configuration - variable: scaleGPU label: GPU Configuration group: Resources and Devices schema: - type: dict - $ref: - - "definitions/gpuConfiguration" - attrs: [] + type: list + default: [] + items: + - variable: scaleGPUEntry + label: GPU + schema: + additional_attrs: true + type: dict + attrs: + # Specify GPU configuration + - variable: gpu + label: Select GPU + schema: + type: dict + $ref: + - "definitions/gpuConfiguration" + attrs: [] # - variable: horizontalPodAutoscaler # group: Advanced # label: (Advanced) Horizontal Pod Autoscaler diff --git a/dependency/redis/6.0.4/templates/NOTES.txt b/dependency/redis/6.0.5/templates/NOTES.txt similarity index 100% rename from dependency/redis/6.0.4/templates/NOTES.txt rename to dependency/redis/6.0.5/templates/NOTES.txt diff --git a/dependency/redis/6.0.4/templates/common.yaml b/dependency/redis/6.0.5/templates/common.yaml similarity index 100% rename from dependency/redis/6.0.4/templates/common.yaml rename to dependency/redis/6.0.5/templates/common.yaml diff --git a/dependency/redis/6.0.4/values.yaml b/dependency/redis/6.0.5/values.yaml similarity index 100% rename from dependency/redis/6.0.4/values.yaml rename to dependency/redis/6.0.5/values.yaml diff --git a/dependency/solr/3.0.1/CHANGELOG.md b/dependency/solr/3.0.1/CHANGELOG.md new file mode 100644 index 0000000000..992faa3930 --- /dev/null +++ b/dependency/solr/3.0.1/CHANGELOG.md @@ -0,0 +1,99 @@ +**Important:** +*for the complete changelog, please refer to the website* + + + + +## [solr-3.0.1](https://github.com/truecharts/charts/compare/solr-2.0.31...solr-3.0.1) (2023-03-05) + +### Fix + +- update dependency common linking ([#7746](https://github.com/truecharts/charts/issues/7746)) + - disable manifestmanager + + + + +## [solr-2.0.31](https://github.com/truecharts/charts/compare/solr-2.0.30...solr-2.0.31) (2023-02-27) + +### Chore + +- update container image tccr.io/truecharts/solr to 9.1.1 + + + + +## [solr-2.0.30](https://github.com/truecharts/charts/compare/solr-2.0.29...solr-2.0.30) (2023-02-10) + +### Fix + +- ensure new helm deps repo is used in latest releases as well. + + + + +## [solr-2.0.29](https://github.com/truecharts/charts/compare/solr-2.0.28...solr-2.0.29) (2023-02-06) + +### Chore + +- update container image tccr.io/truecharts/solr to 9.1.1 + + + + +## [solr-2.0.28](https://github.com/truecharts/charts/compare/solr-2.0.27...solr-2.0.28) (2023-02-03) + +### Chore + +- update container image tccr.io/truecharts/solr to 9.1.1 + + + + +## [solr-2.0.27](https://github.com/truecharts/charts/compare/solr-2.0.26...solr-2.0.27) (2023-02-02) + +### Fix + +- remove non-link sources ([#6826](https://github.com/truecharts/charts/issues/6826)) + + + + +## [solr-2.0.26](https://github.com/truecharts/charts/compare/solr-2.0.25...solr-2.0.26) (2023-01-31) + +### Chore + +- update container image tccr.io/truecharts/solr to v9.1.1 + + + + +## [solr-2.0.25](https://github.com/truecharts/charts/compare/solr-2.0.24...solr-2.0.25) (2023-01-31) + +### Chore + +- update container image tccr.io/truecharts/solr to v + + + + +## [solr-2.0.24](https://github.com/truecharts/charts/compare/solr-2.0.23...solr-2.0.24) (2023-01-24) + +### Chore + +- update container image tccr.io/truecharts/solr to 9.1.0 + + + + +## [solr-2.0.23](https://github.com/truecharts/charts/compare/solr-2.0.22...solr-2.0.23) (2023-01-18) + +### Chore + +- update container image tccr.io/truecharts/solr to 9.1.0 + + + + +## [solr-2.0.22](https://github.com/truecharts/charts/compare/solr-2.0.21...solr-2.0.22) (2023-01-15) + diff --git a/dependency/solr/3.0.1/Chart.yaml b/dependency/solr/3.0.1/Chart.yaml new file mode 100644 index 0000000000..544b4adb04 --- /dev/null +++ b/dependency/solr/3.0.1/Chart.yaml @@ -0,0 +1,31 @@ +apiVersion: v2 +appVersion: "9.1.1" +dependencies: + - name: common + repository: https://library-charts.truecharts.org + version: 12.2.13 +deprecated: false +description: Apache Solr +home: https://truecharts.org/charts/dependency/solr +icon: https://truecharts.org/img/hotlink-ok/chart-icons/solr.png +keywords: + - solr + - apache + - search +kubeVersion: ">=1.16.0-0" +maintainers: + - email: info@truecharts.org + name: TrueCharts + url: https://truecharts.org +name: solr +sources: + - https://github.com/truecharts/charts/tree/master/charts/dependency/solr + - https://hub.docker.com/r/bitnami/solr + - https://github.com/apache/solr +type: application +version: 3.0.1 +annotations: + truecharts.org/catagories: | + - search + truecharts.org/SCALE-support: "true" + truecharts.org/grade: U diff --git a/dependency/solr/3.0.1/README.md b/dependency/solr/3.0.1/README.md new file mode 100644 index 0000000000..36b5b3d8f7 --- /dev/null +++ b/dependency/solr/3.0.1/README.md @@ -0,0 +1,27 @@ +# README + +## General Info + +TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. +However only installations using the TrueNAS SCALE Apps system are supported. + +For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dependency/) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE%20Apps/Important-MUST-READ). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +*All Rights Reserved - The TrueCharts Project* diff --git a/dependency/solr/3.0.1/app-changelog.md b/dependency/solr/3.0.1/app-changelog.md new file mode 100644 index 0000000000..04e08d3cf2 --- /dev/null +++ b/dependency/solr/3.0.1/app-changelog.md @@ -0,0 +1,10 @@ + + +## [solr-3.0.1](https://github.com/truecharts/charts/compare/solr-2.0.31...solr-3.0.1) (2023-03-05) + +### Fix + +- update dependency common linking ([#7746](https://github.com/truecharts/charts/issues/7746)) + - disable manifestmanager + + \ No newline at end of file diff --git a/dependency/solr/3.0.1/app-readme.md b/dependency/solr/3.0.1/app-readme.md new file mode 100644 index 0000000000..1143b496ad --- /dev/null +++ b/dependency/solr/3.0.1/app-readme.md @@ -0,0 +1,8 @@ +Apache Solr + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/dependency/solr](https://truecharts.org/charts/dependency/solr) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! diff --git a/dependency/solr/3.0.1/charts/common-12.2.13.tgz b/dependency/solr/3.0.1/charts/common-12.2.13.tgz new file mode 100644 index 0000000000..e5b67b04f3 Binary files /dev/null and b/dependency/solr/3.0.1/charts/common-12.2.13.tgz differ diff --git a/dependency/solr/3.0.1/ix_values.yaml b/dependency/solr/3.0.1/ix_values.yaml new file mode 100644 index 0000000000..91d3c3bcff --- /dev/null +++ b/dependency/solr/3.0.1/ix_values.yaml @@ -0,0 +1,135 @@ +image: + repository: tccr.io/truecharts/solr + pullPolicy: IfNotPresent + tag: 9.1.1@sha256:4ac9d6e8120321349f0a3e5dbaff796192a9623de8fb164adf9f42de952479f1 + +workload: + main: + type: StatefulSet + replicas: 1 + strategy: RollingUpdate + podSpec: + containers: + main: + env: + SOLR_CORES: "{{ .Values.solrCores }}" + SOLR_ENABLE_AUTHENTICATION: "{{ .Values.solrEnableAuthentication }}" + SOLR_ADMIN_USERNAME: "{{ .Values.solrUsername }}" + SOLR_OPTS: "{{ .Values.solrOpts }}" + SOLR_ADMIN_PASSWORD: + secretKeyRef: + expandObjectName: "{{ if .Values.solrPassword }}true{{ else }}false{{ end }}" + name: '{{ if .Values.solrPassword }}credentials{{ else if .Values.existingSecret }}{{ .Values.existingSecret }}{{ else }}{{ printf "%s-%s" .Release.Name "solrcreds" }}{{ end }}' + key: "solr-password" + + # -- Probe configuration + # -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) + # @default -- See below + probes: + # -- Liveness probe configuration + # @default -- See below + liveness: + # -- Enable the liveness probe + enabled: true + # -- Set this to `true` if you wish to specify your own livenessProbe + custom: true + # -- The spec field contains the values for the default livenessProbe. + # If you selected `custom: true`, this field holds the definition of the livenessProbe. + # @default -- See below + spec: + exec: + command: + - /bin/bash + - -ec + - | + if [ "$SOLR_ENABLE_AUTHENTICATION" == "yes" ]; then + until curl --fail --user "${SOLR_ADMIN_USERNAME}":"${SOLR_ADMIN_PASSWORD}" localhost:8983/solr/"${SOLR_CORES}"/admin/ping; do sleep 2; done + else + until curl --fail localhost:8983/solr/"${SOLR_CORES}"/admin/ping; do sleep 2; done + fi; + + # -- Redainess probe configuration + # @default -- See below + readiness: + # -- Enable the readiness probe + enabled: true + # -- Set this to `true` if you wish to specify your own readinessProbe + custom: true + # -- The spec field contains the values for the default readinessProbe. + # If you selected `custom: true`, this field holds the definition of the readinessProbe. + # @default -- See below + spec: + exec: + command: + - /bin/bash + - -ec + - | + if [ "$SOLR_ENABLE_AUTHENTICATION" == "yes" ]; then + until curl --fail --user "${SOLR_ADMIN_USERNAME}":"${SOLR_ADMIN_PASSWORD}" localhost:8983/solr/"${SOLR_CORES}"/admin/ping; do sleep 2; done + else + until curl --fail localhost:8983/solr/"${SOLR_CORES}"/admin/ping; do sleep 2; done + fi; + # -- Startup probe configuration + # @default -- See below + startup: + # -- Enable the startup probe + enabled: true + custom: true + # -- The spec field contains the values for the default livenessProbe. + # If you selected `custom: true`, this field holds the definition of the livenessProbe. + # @default -- See below + spec: + exec: + command: + - /bin/bash + - -ec + - | + if [ "$SOLR_ENABLE_AUTHENTICATION" == "yes" ]; then + until curl --fail --user "${SOLR_ADMIN_USERNAME}":"${SOLR_ADMIN_PASSWORD}" localhost:8983/solr/"${SOLR_CORES}"/admin/ping; do sleep 2; done + else + until curl --fail localhost:8983/solr/"${SOLR_CORES}"/admin/ping; do sleep 2; done + fi; + +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 1001 + runAsGroup: 0 + +service: + main: + ports: + main: + port: 8983 + targetPort: 8983 + +volumeClaimTemplates: + db: + enabled: true + mountPath: "/bitnami/solr" + +# Currently only single core is supported, with multiple cores, probes will fail. +solrCores: "testcore" +solrEnableAuthentication: "yes" +solrUsername: "test" +# Used to pass a comma separated list of optional options like '-XX:G1HeapRegionSize=8m' +solrOpts: "" + +# -- Secret or password +# One of these options is required, unless used as a dependency for another TrueCharts chart. +existingSecret: "" +solrPassword: "" + +secret: + credentials: + enabled: true + data: + solr-password: '{{ ( .Values.solrPassword | default "empty" ) }}' + +portal: + open: + enabled: true + +manifestManager: + enabled: false diff --git a/dependency/solr/3.0.1/questions.yaml b/dependency/solr/3.0.1/questions.yaml new file mode 100644 index 0000000000..fefdc2b526 --- /dev/null +++ b/dependency/solr/3.0.1/questions.yaml @@ -0,0 +1,1556 @@ +groups: + - name: Container Image + description: Image to be used for container + - name: General Settings + description: General Deployment Settings + - name: Workload Settings + description: Workload Settings + - 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: Metrics + description: Metrics + - name: Addons + description: Addon Configuration + - name: Advanced + description: Advanced Configuration + - name: Postgresql + description: Postgresql + - name: Documentation + description: Documentation +portals: + open: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" +questions: + + - variable: Workload + group: "Workload Settings" + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type (Advanced) + schema: + type: string + default: Deployment + enum: + - value: Deployment + description: Deployment + - value: Daemonset + description: Daemonset + + - variable: replicas + label: Replicas (Advanced) + description: Set the number of Replicas + schema: + type: int + show_if: [["type", "!=", "Daemonset"]] + default: 1 + - variable: podSpec + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: containers + label: Containers + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: Main Container + schema: + additional_attrs: true + type: dict + attrs: + - variable: envList + label: Extra Environment Variables + description: "Please be aware that some variables are set in the background, adding duplicates here might cause issues or prevent the app from starting..." + group: "General Settings" + schema: + type: list + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + - variable: value + label: Value + schema: + type: string + - variable: extraArgs + label: Extra Args + schema: + type: list + default: [] + items: + - variable: arg + label: Arg + schema: + type: string + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: command + label: Command + schema: + type: list + default: [] + items: + - variable: param + label: Param + schema: + type: string + + - variable: TZ + label: Timezone + group: "General Settings" + schema: + type: string + default: "Etc/UTC" + $ref: + - "definitions/timezone" + - variable: solrCores + group: "App Configuration" + label: "Solr Cores" + schema: + type: string + default: "testcore" + required: true + - variable: solrUsername + group: "App Configuration" + label: "Solr Admin Username" + schema: + type: string + default: "test" + required: true + - variable: solrPassword + group: "App Configuration" + label: "Solr Admin Password" + schema: + type: string + default: "" + required: true + - variable: solrOpts + group: "App Configuration" + label: "Solr Opts" + schema: + type: string + default: "" + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: "Main Service" + description: "The Primary service on which the healthcheck runs, often the webUI" + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "Service's Port(s) Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + 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" + schema: + type: int + default: 8983 + 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: externalInterfaces + description: Add External Interfaces + label: Add external Interfaces + group: Networking + schema: + type: list + items: + - variable: interfaceConfiguration + description: Interface Configuration + label: Interface Configuration + schema: + type: dict + $ref: + - "normalize/interfaceConfiguration" + attrs: + - variable: hostInterface + description: Please Specify Host Interface + label: Host Interface + schema: + type: string + required: true + $ref: + - "definitions/interface" + - variable: ipam + description: Define how IP Address will be managed + label: IP Address Management + schema: + type: dict + required: true + attrs: + - variable: type + description: Specify type for IPAM + label: IPAM Type + schema: + type: string + required: true + enum: + - value: dhcp + description: Use DHCP + - value: static + description: Use Static IP + show_subquestions_if: static + subquestions: + - variable: staticIPConfigurations + label: Static IP Addresses + schema: + type: list + items: + - variable: staticIP + label: Static IP + schema: + type: ipaddr + cidr: true + - variable: staticRoutes + label: Static Routes + schema: + type: list + items: + - variable: staticRouteConfiguration + label: Static Route Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: destination + label: Destination + schema: + type: ipaddr + cidr: true + required: true + - variable: gateway + label: Gateway + schema: + type: ipaddr + cidr: false + required: true + - variable: serviceList + label: Add Manual Custom Services + group: Networking and Services + schema: + type: list + default: [] + items: + - variable: serviceListEntry + label: Custom Service + schema: + additional_attrs: true + 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 and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: LoadBalancer + description: LoadBalancer (Expose Ports) + - value: ClusterIP + description: ClusterIP (Do Not Expose Ports) + - value: Simple + description: Deprecated CHANGE THIS + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: advancedsvcset + label: Show Advanced Service Settings + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: externalIPs + label: "External IP's" + description: "External IP's" + schema: + type: list + default: [] + items: + - variable: externalIP + label: External IP + schema: + type: string + - variable: ipFamilyPolicy + label: IP Family Policy + description: Specify the IP Policy + schema: + type: string + default: SingleStack + enum: + - value: SingleStack + description: SingleStack + - value: PreferDualStack + description: PreferDualStack + - value: RequireDualStack + description: RequireDualStack + - variable: ipFamilies + label: IP Families + description: (Advanced) The IP Families that should be used + schema: + type: list + default: [] + items: + - variable: ipFamily + label: IP Family + schema: + type: string + - variable: portsList + label: Additional Service Ports + schema: + type: list + default: [] + items: + - variable: portsListEntry + label: Custom ports + schema: + additional_attrs: true + 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: volumeClaimTemplates + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + additional_attrs: true + type: dict + attrs: + - variable: db + label: "DB Storage" + description: "Stores the old Application Database." + schema: + type: dict + hidden: true + attrs: + - variable: type + label: Type of Storage + description: Sets the persistence type, Anything other than PVC could break rollback! + schema: + type: string + default: pvc + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - 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 (Do NOT REDUCE after installation) + description: This value can ONLY be INCREASED after the installation + schema: + show_if: [["type", "=", "pvc"]] + type: string + default: 256Gi + - variable: persistenceList + label: Additional App Storage + group: Storage and Persistence + schema: + type: list + default: [] + items: + - variable: persistenceListEntry + label: Custom Storage + schema: + additional_attrs: true + 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: hostPath + enum: + - value: pvc + description: PVC + - value: hostPath + description: Host Path + - value: emptyDir + description: emptyDir + - value: nfs + description: NFS Share + - variable: server + label: NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: path + label: Path on NFS Server + schema: + show_if: [["type", "=", "nfs"]] + type: string + default: "" + - variable: setPermissions + label: Automatic Permissions + description: Automatically set permissions on install + schema: + show_if: [["type", "=", "hostPath"]] + type: boolean + default: false + - variable: readOnly + label: Read Only + schema: + type: boolean + default: false + - variable: hostPath + label: Host Path + description: Path inside the container the storage is mounted + schema: + show_if: [["type", "=", "hostPath"]] + type: hostpath + - variable: mountPath + label: Mount Path + description: Path inside the container the storage is mounted + schema: + type: string + default: "" + required: true + valid_chars: '^\/([a-zA-Z0-9._-]+(\s?[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: 256Gi + - variable: securityContext + group: Security and Permissions + label: Security Context + schema: + additional_attrs: true + type: dict + attrs: + - variable: container + label: Container + schema: + additional_attrs: true + type: dict + attrs: + # Settings from questions.yaml get appended here on a per-app basis + + - variable: runAsUser + label: "runAsUser" + description: "The UserID of the user running the application" + schema: + type: int + default: 1001 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID this App of the user running the application" + schema: + type: int + default: 0 + # Settings from questions.yaml get appended here on a per-app basis + - variable: PUID + label: Process User ID - PUID + description: When supported by the container, this sets the User ID running the Application Process. Not supported by all Apps + schema: + type: int + show_if: [["runAsUser", "=", "0"]] + default: 568 + - variable: UMASK + label: UMASK + description: When supported by the container, this sets the UMASK for the App. Not supported by all Apps + schema: + type: string + default: "002" + - variable: advanced + label: Show Advanced Settings + description: Advanced settings are not covered by TrueCharts Support + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: privileged + label: "Privileged mode" + schema: + type: boolean + default: false + - variable: readOnlyRootFilesystem + label: "ReadOnly Root Filesystem" + schema: + type: boolean + default: true + + - variable: fsGroup + label: "fsGroup" + description: "The group that should own ALL storage." + schema: + type: int + default: 568568 + + - variable: resources + group: Resources and Devices + label: "Resource Limits" + schema: + additional_attrs: true + type: dict + attrs: + - variable: limits + label: Advanced Limit Resource Consumption + schema: + additional_attrs: true + type: dict + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 4000m + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: RAM + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 8Gi + valid_chars: '^(?!^0(e[0-9]|[EPTGMK]i?|)$)([0-9]+)(|[EPTGMK]i?|e[0-9]+)$' + - variable: requests + label: "Minimum Resources Required (request)" + schema: + additional_attrs: true + type: dict + hidden: true + attrs: + - variable: cpu + label: CPU + description: "1000m means 1 hyperthread. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 10m + hidden: true + valid_chars: '^(?!^0(\.0|m|)$)([0-9]+)(\.[0-9]|m?)$' + - variable: memory + label: "RAM" + description: "1Gi means 1 Gibibyte RAM. Detailed info: https://truecharts.org/docs/manual/SCALE%20Apps/indepth/validation" + schema: + type: string + default: 50Mi + hidden: true + 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: + additional_attrs: true + 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: scaleGPU + label: GPU Configuration + group: Resources and Devices + schema: + type: list + default: [] + items: + - variable: scaleGPUEntry + label: GPU + schema: + additional_attrs: true + type: dict + attrs: + # Specify GPU configuration + - variable: gpu + label: Select GPU + schema: + type: dict + $ref: + - "definitions/gpuConfiguration" + attrs: [] +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - 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: networkPolicy + group: Advanced + label: (Advanced) Network Policy + schema: + type: list + default: [] + items: + - variable: netPolicyEntry + label: Network Policy Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + default: "" + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: policyType + label: Policy Type + schema: + type: string + default: "" + enum: + - value: "" + description: Default + - value: ingress + description: Ingress + - value: egress + description: Egress + - value: ingress-egress + description: Ingress and Egress + - variable: egress + label: Egress + schema: + type: list + default: [] + items: + - variable: egressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: to + label: To + schema: + type: list + default: [] + items: + - variable: toEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: ingress + label: Ingress + schema: + type: list + default: [] + items: + - variable: ingressEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: from + label: From + schema: + type: list + default: [] + items: + - variable: fromEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: ipBlock + label: IP Block + schema: + additional_attrs: true + type: dict + attrs: + - variable: cidr + label: CIDR + schema: + type: string + default: "" + - variable: except + label: Except + schema: + type: list + default: [] + items: + - variable: exceptint + label: "" + schema: + type: string + - variable: namespaceSelector + label: Namespace Selector + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: podSelector + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: matchExpressions + label: Match Expressions + schema: + type: list + default: [] + items: + - variable: expressionEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: key + label: Key + schema: + type: string + - variable: operator + label: Operator + schema: + type: string + default: TCP + enum: + - value: In + description: In + - value: NotIn + description: NotIn + - value: Exists + description: Exists + - value: DoesNotExist + description: DoesNotExist + - variable: values + label: Values + schema: + type: list + default: [] + items: + - variable: value + label: "" + schema: + type: string + - variable: ports + label: Ports + schema: + type: list + default: [] + items: + - variable: portsEntry + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + schema: + type: int + - variable: endPort + label: End Port + schema: + type: int + - variable: protocol + label: Protocol + schema: + type: string + default: TCP + enum: + - value: TCP + description: TCP + - value: UDP + description: UDP + - value: SCTP + description: SCTP + - variable: addons + group: Addons + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: Codeserver + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: service + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Service Type + description: "ClusterIP's are only internally available and Loadbalancer exposes the service using the system loadbalancer" + schema: + type: string + default: LoadBalancer + enum: + - value: NodePort + description: Deprecated CHANGE THIS + - value: ClusterIP + description: ClusterIP + - value: LoadBalancer + description: LoadBalancer + - variable: loadBalancerIP + label: LoadBalancer IP + description: "MetalLB Only: Selects the Loadbalancer IP to expose on. Required when using PortalButton with MetalLB" + schema: + show_if: [["type", "=", "LoadBalancer"]] + type: string + default: "" + - variable: ports + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: codeserver + label: "" + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + 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: + additional_attrs: true + 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: + additional_attrs: true + 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: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: vpn + label: VPN + schema: + additional_attrs: true + type: dict + attrs: + - variable: type + label: Type + schema: + type: string + default: disabled + enum: + - value: disabled + description: disabled + - value: gluetun + description: Gluetun + - value: tailscale + description: Tailscale + - value: openvpn + description: OpenVPN (Deprecated) + - value: wireguard + description: Wireguard (Deprecated) + - variable: openvpn + label: OpenVPN Settings + schema: + type: dict + show_if: [["type", "=", "openvpn"]] + attrs: + - variable: username + label: Authentication Username (Optional) + description: Authentication Username, Optional + schema: + type: string + default: "" + - variable: password + label: Authentication Password + description: Authentication Credentials + schema: + type: string + default: "" + required: true + - variable: tailscale + label: Tailscale Settings + schema: + type: dict + show_if: [["type", "=", "tailscale"]] + attrs: + - variable: authkey + label: Authentication Key + description: Provide an auth key to automatically authenticate the node as your user account. + schema: + type: string + private: true + default: "" + - variable: auth_once + label: Auth Once + description: Only attempt to log in if not already logged in. + schema: + type: boolean + default: true + - variable: accept_dns + label: Accept DNS + description: Accept DNS configuration from the admin console. + schema: + type: boolean + default: false + - variable: userspace + label: Userspace + description: Userspace Networking mode allows running Tailscale where you do not have access to create a VPN tunnel device. + schema: + type: boolean + default: false + - variable: routes + label: Routes + description: Expose physical subnet routes to your entire Tailscale network. + schema: + type: string + default: "" + - variable: dest_ip + label: Destination IP + description: Tells the DNAT mechanism which Destination IP to set in the IP header, and where to send packets that are matched. + schema: + type: string + default: "" + - variable: sock5_server + label: Sock5 Server + description: The address on which to listen for SOCKS5 proxying into the tailscale net. + schema: + type: string + default: "" + - variable: outbound_http_proxy_listen + label: Outbound HTTP Proxy Listen + description: The address on which to listen for HTTP proxying into the tailscale net. + schema: + type: string + default: "" + - variable: extra_args + label: Extra Args + description: Extra Args + schema: + type: string + default: "" + - variable: daemon_extra_args + label: Tailscale Daemon Extra Args + description: Tailscale Daemon Extra Args + schema: + type: string + default: "" + - 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 IPv6 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: string + show_if: [["type", "!=", "disabled"]] + default: "" + + - variable: envList + label: VPN Environment Variables + schema: + type: list + show_if: [["type", "!=", "disabled"]] + default: [] + items: + - variable: envItem + label: Environment Variable + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + schema: + type: string + required: true + - variable: value + label: Value + schema: + type: string + required: true + - variable: docs + group: Documentation + label: Please read the documentation at https://truecharts.org + description: Please read the documentation at +
https://truecharts.org + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: I have checked the documentation + schema: + type: boolean + default: true + - variable: donateNag + group: Documentation + label: Please consider supporting TrueCharts, see https://truecharts.org/sponsor + description: Please consider supporting TrueCharts, see +
https://truecharts.org/sponsor + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: I have considered donating + schema: + type: boolean + default: true + hidden: true diff --git a/dependency/solr/3.0.1/templates/NOTES.txt b/dependency/solr/3.0.1/templates/NOTES.txt new file mode 100644 index 0000000000..efcb74cb77 --- /dev/null +++ b/dependency/solr/3.0.1/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/dependency/solr/3.0.1/templates/common.yaml b/dependency/solr/3.0.1/templates/common.yaml new file mode 100644 index 0000000000..992373e750 --- /dev/null +++ b/dependency/solr/3.0.1/templates/common.yaml @@ -0,0 +1,2 @@ + +{{ include "tc.v1.common.loader.all" . }} diff --git a/dependency/solr/3.0.1/values.yaml b/dependency/solr/3.0.1/values.yaml new file mode 100644 index 0000000000..e69de29bb2