chore(repo) change dependency charts to the upstream images (#14738)

**Description**
Update the dependency train charts to their direct upstream image.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [ ] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
Xstar97TheNoob
2023-11-17 11:18:43 +01:00
committed by GitHub
co-authored by Kjeld Schouten
parent 822e5c567f
commit 56d2acd75f
15 changed files with 44 additions and 117 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/clickhouse - https://github.com/truecharts/charts/tree/master/charts/dependency/clickhouse
- https://clickhouse.com/ - https://clickhouse.com/
type: application type: application
version: 7.0.27 version: 7.0.28
annotations: annotations:
truecharts.org/category: database truecharts.org/category: database
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
+2 -11
View File
@@ -1,8 +1,7 @@
image: image:
repository: tccr.io/truecharts/clickhouse repository: clickhouse/clickhouse-server
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: v23.10.3.5@sha256:5cb314fb7c85b4c28f6d91cc26d15c7f1b6ac3429670377816e45c0e13f5876f tag: 23.10.3.5@sha256:7361beec1aac01e832fc701f92de57941d7a9bcdc6219d9527b961595ca7856b
workload: workload:
main: main:
replicas: 1 replicas: 1
@@ -28,7 +27,6 @@ workload:
startup: startup:
type: http type: http
path: /ping path: /ping
securityContext: securityContext:
container: container:
readOnlyRootFilesystem: false readOnlyRootFilesystem: false
@@ -41,7 +39,6 @@ securityContext:
# - IPC_LOCK # - IPC_LOCK
# - NET_ADMIN # - NET_ADMIN
# - SYS_NICE # - SYS_NICE
service: service:
main: main:
ports: ports:
@@ -49,30 +46,24 @@ service:
port: 8123 port: 8123
protocol: http protocol: http
targetPort: 8123 targetPort: 8123
persistence: persistence:
data: data:
enabled: true enabled: true
mountPath: /var/lib/clickhouse mountPath: /var/lib/clickhouse
clickhouseDatabase: "test" clickhouseDatabase: "test"
clickhouseUsername: "test" clickhouseUsername: "test"
clickhouseDefaultAccessManagement: 0 clickhouseDefaultAccessManagement: 0
# -- Secret or password # -- Secret or password
# One of these options is required, unless used as a dependency for another TrueCharts chart. # One of these options is required, unless used as a dependency for another TrueCharts chart.
clickhousePassword: "" clickhousePassword: ""
existingSecret: "" existingSecret: ""
secret: secret:
credentials: credentials:
enabled: true enabled: true
data: data:
clickhouse-password: '{{ ( .Values.clickhousePassword | default "empty" ) }}' clickhouse-password: '{{ ( .Values.clickhousePassword | default "empty" ) }}'
portal: portal:
open: open:
enabled: false enabled: false
manifestManager: manifestManager:
enabled: false enabled: false
@@ -21,7 +21,7 @@ name: kube-state-metrics
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/kube-state-metrics - https://github.com/truecharts/charts/tree/master/charts/dependency/kube-state-metrics
type: application type: application
version: 3.0.40 version: 3.0.41
annotations: annotations:
truecharts.org/category: metrics truecharts.org/category: metrics
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
@@ -1,8 +1,7 @@
image: image:
repository: tccr.io/truecharts/kube-state-metrics repository: bitnami/kube-state-metrics
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: v2.10.1@sha256:530be32074f4810085dbc6473ea9383e31b00f5c3337da5a4011a5c91ee71b71 tag: 2.10.1@sha256:6819ee084fdb0ddee851ffcda90833d4e5b991987bdd1fbe4804ade61f47ccdb
service: service:
main: main:
ports: ports:
@@ -16,7 +15,6 @@ service:
enabled: true enabled: true
protocol: http protocol: http
port: 8081 port: 8081
workload: workload:
main: main:
podSpec: podSpec:
@@ -51,28 +49,22 @@ workload:
# - --resources=verticalpodautoscalers # - --resources=verticalpodautoscalers
- --resources=validatingwebhookconfigurations - --resources=validatingwebhookconfigurations
- --resources=volumeattachments - --resources=volumeattachments
probes: probes:
liveness: liveness:
path: /healthz path: /healthz
port: main port: main
readiness: readiness:
path: /healthz path: /healthz
port: main port: main
startup: startup:
type: tcp type: tcp
port: main port: main
podOptions: podOptions:
automountServiceAccountToken: true automountServiceAccountToken: true
serviceAccount: serviceAccount:
main: main:
enabled: true enabled: true
primary: true primary: true
rbac: rbac:
main: main:
enabled: true enabled: true
@@ -281,9 +273,8 @@ rbac:
- watch - watch
- apiGroups: ["discovery.k8s.io"] - apiGroups: ["discovery.k8s.io"]
resources: resources:
- endpointslices - endpointslices
verbs: ["list", "watch"] verbs: ["list", "watch"]
metrics: metrics:
main: main:
# -- Enable and configure a Prometheus serviceMonitor for the chart under this key. # -- Enable and configure a Prometheus serviceMonitor for the chart under this key.
@@ -300,18 +291,16 @@ metrics:
labels: {} labels: {}
# -- Configure additionial rules for the chart under this key. # -- Configure additionial rules for the chart under this key.
# @default -- See prometheusrules.yaml # @default -- See prometheusrules.yaml
rules: rules: []
[] # - alert: UnifiPollerAbsent
# - alert: UnifiPollerAbsent # annotations:
# annotations: # description: Unifi Poller has disappeared from Prometheus service discovery.
# description: Unifi Poller has disappeared from Prometheus service discovery. # summary: Unifi Poller is down.
# summary: Unifi Poller is down. # expr: |
# expr: | # absent(up{job=~".*unifi-poller.*"} == 1)
# absent(up{job=~".*unifi-poller.*"} == 1) # for: 5m
# for: 5m # labels:
# labels: # severity: critical
# severity: critical
portal: portal:
open: open:
enabled: false enabled: false
+1 -1
View File
@@ -25,7 +25,7 @@ sources:
- https://github.com/prometheus/mysqld_exporter - https://github.com/prometheus/mysqld_exporter
- https://mariadb.org - https://mariadb.org
type: application type: application
version: 9.0.42 version: 9.0.43
annotations: annotations:
truecharts.org/category: database truecharts.org/category: database
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
+2 -11
View File
@@ -1,8 +1,7 @@
image: image:
repository: tccr.io/truecharts/mariadb repository: bitnami/mariadb
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: v11.1.3@sha256:18e6da279a02195276246aaf985fabde46bd2a58051fc4e7ee65e1c986e7a717 tag: 11.1.3@sha256:ec252de855742584bb2dace25f5cd83ccfdde4f61961cca00fc29a1d5200c2aa
workload: workload:
main: main:
podSpec: podSpec:
@@ -43,43 +42,35 @@ workload:
- /bin/bash - /bin/bash
- -ec - -ec
- "until /opt/bitnami/scripts/mariadb/healthcheck.sh; do sleep 2; done" - "until /opt/bitnami/scripts/mariadb/healthcheck.sh; do sleep 2; done"
service: service:
main: main:
ports: ports:
main: main:
port: 3306 port: 3306
targetPort: 3306 targetPort: 3306
securityContext: securityContext:
container: container:
readOnlyRootFilesystem: false readOnlyRootFilesystem: false
runAsGroup: 0 runAsGroup: 0
secret: secret:
credentials: credentials:
enabled: true enabled: true
data: data:
mariadb-password: '{{ ( .Values.mariadbPassword | default "empty" ) }}' mariadb-password: '{{ ( .Values.mariadbPassword | default "empty" ) }}'
mariadb-root-password: '{{ ( .Values.mariadbRootPassword | default "empty" ) }}' mariadb-root-password: '{{ ( .Values.mariadbRootPassword | default "empty" ) }}'
persistence: persistence:
data: data:
enabled: true enabled: true
mountPath: "/bitnami/mariadb" mountPath: "/bitnami/mariadb"
mariadbUsername: "test" mariadbUsername: "test"
mariadbDatabase: "test" mariadbDatabase: "test"
mariadbRootPassword: "testroot" mariadbRootPassword: "testroot"
# -- Secret or password # -- Secret or password
# One of these options is required, unless used as a dependency for another TrueCharts chart. # One of these options is required, unless used as a dependency for another TrueCharts chart.
mariadbPassword: "" mariadbPassword: ""
existingSecret: "" existingSecret: ""
portal: portal:
open: open:
enabled: false enabled: false
manifestManager: manifestManager:
enabled: false enabled: false
+1 -1
View File
@@ -23,7 +23,7 @@ sources:
- https://github.com/bitnami/bitnami-docker-memcached - https://github.com/bitnami/bitnami-docker-memcached
- http://memcached.org/ - http://memcached.org/
type: application type: application
version: 8.0.43 version: 8.0.44
annotations: annotations:
truecharts.org/category: database truecharts.org/category: database
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
+2 -5
View File
@@ -1,8 +1,7 @@
image: image:
repository: tccr.io/truecharts/memcached repository: bitnami/memcached
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: v1.6.22@sha256:eb17227cee8bfa3ae63ba3e89b628d119b9d28c3cbba6004ef2c361cebfe8e28 tag: 1.6.22@sha256:d4c4ba01c45b2fdbc58cbb94af8ed0690c46ce2c70b34de49751c8920042af02
service: service:
main: main:
ports: ports:
@@ -10,10 +9,8 @@ service:
port: 11211 port: 11211
protocol: tcp protocol: tcp
targetPort: 11211 targetPort: 11211
portal: portal:
open: open:
enabled: false enabled: false
manifestManager: manifestManager:
enabled: false enabled: false
+2 -13
View File
@@ -1,8 +1,7 @@
image: image:
repository: tccr.io/truecharts/mongodb repository: bitnami/mongodb
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: v7.0.3@sha256:b1f2af7d594e23158886e6b4f279b34491f261e9d26d7a370ad36950214f04de tag: 7.0.3@sha256:a7e4de9a179ed97842c5f7345ac47644606b94f37487ae1b49c7cc275cab5383
workload: workload:
main: main:
replicas: 1 replicas: 1
@@ -42,7 +41,6 @@ workload:
- /bin/bash - /bin/bash
- -ec - -ec
- echo "db.runCommand(\"ping\")" | mongosh --host localhost --port 27017 ${MONGODB_DATABASE} --quiet - echo "db.runCommand(\"ping\")" | mongosh --host localhost --port 27017 ${MONGODB_DATABASE} --quiet
# -- Redainess probe configuration # -- Redainess probe configuration
# @default -- See below # @default -- See below
readiness: readiness:
@@ -59,7 +57,6 @@ workload:
- /bin/bash - /bin/bash
- -ec - -ec
- echo "db.runCommand(\"ping\")" | mongosh --host localhost --port 27017 ${MONGODB_DATABASE} --quiet - echo "db.runCommand(\"ping\")" | mongosh --host localhost --port 27017 ${MONGODB_DATABASE} --quiet
# -- Startup probe configuration # -- Startup probe configuration
# @default -- See below # @default -- See below
startup: startup:
@@ -75,43 +72,35 @@ workload:
- /bin/bash - /bin/bash
- -ec - -ec
- echo "db.runCommand(\"ping\")" | mongosh --host localhost --port 27017 ${MONGODB_DATABASE} --quiet - echo "db.runCommand(\"ping\")" | mongosh --host localhost --port 27017 ${MONGODB_DATABASE} --quiet
service: service:
main: main:
ports: ports:
main: main:
port: 27017 port: 27017
targetPort: 27017 targetPort: 27017
securityContext: securityContext:
container: container:
runAsGroup: 0 runAsGroup: 0
readOnlyRootFilesystem: false readOnlyRootFilesystem: false
persistence: persistence:
data: data:
enabled: true enabled: true
mountPath: "/bitnami/mongodb" mountPath: "/bitnami/mongodb"
mongodbUsername: "test" mongodbUsername: "test"
mongodbDatabase: "test" mongodbDatabase: "test"
mongodbRootPassword: "testroot" mongodbRootPassword: "testroot"
# -- Secret or password # -- Secret or password
# One of these options is required, unless used as a dependency for another TrueCharts chart. # One of these options is required, unless used as a dependency for another TrueCharts chart.
mongodbPassword: "" mongodbPassword: ""
existingSecret: "" existingSecret: ""
secret: secret:
credentials: credentials:
enabled: true enabled: true
data: data:
mongodb-password: '{{ ( .Values.mongodbPassword | default "empty" ) }}' mongodb-password: '{{ ( .Values.mongodbPassword | default "empty" ) }}'
mongodb-root-password: '{{ ( .Values.mongodbRootPassword | default "empty" ) }}' mongodb-root-password: '{{ ( .Values.mongodbRootPassword | default "empty" ) }}'
portal: portal:
open: open:
enabled: false enabled: false
manifestManager: manifestManager:
enabled: false enabled: false
+1 -1
View File
@@ -21,7 +21,7 @@ name: node-exporter
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/node-exporter - https://github.com/truecharts/charts/tree/master/charts/dependency/node-exporter
type: application type: application
version: 3.0.42 version: 3.0.43
annotations: annotations:
truecharts.org/category: metrics truecharts.org/category: metrics
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
+12 -21
View File
@@ -1,15 +1,13 @@
image: image:
repository: tccr.io/truecharts/node-exporter repository: bitnami/node-exporter
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: v1.7.0@sha256:a9ff702f0d7de85ba46707493b4fd46d37ae45e34611dcc296345bb410882553 tag: 1.7.0@sha256:68d9e82bc1c876bdf78bc6a81965f1f32344087dd56bbec052acac8237d86cf8
service: service:
main: main:
ports: ports:
main: main:
protocol: http protocol: http
port: 9910 port: 9910
workload: workload:
main: main:
type: DaemonSet type: DaemonSet
@@ -29,19 +27,15 @@ workload:
liveness: liveness:
path: / path: /
port: main port: main
readiness: readiness:
path: / path: /
port: main port: main
startup: startup:
type: tcp type: tcp
port: main port: main
podOptions: podOptions:
hostNetwork: true hostNetwork: true
hostPID: true hostPID: true
persistence: persistence:
host: host:
enabled: true enabled: true
@@ -61,7 +55,6 @@ persistence:
hostPath: /sys hostPath: /sys
mountPath: /hostsys mountPath: /hostsys
readOnly: true readOnly: true
metrics: metrics:
main: main:
# -- Enable and configure a Prometheus serviceMonitor for the chart under this key. # -- Enable and configure a Prometheus serviceMonitor for the chart under this key.
@@ -78,18 +71,16 @@ metrics:
labels: {} labels: {}
# -- Configure additionial rules for the chart under this key. # -- Configure additionial rules for the chart under this key.
# @default -- See prometheusrules.yaml # @default -- See prometheusrules.yaml
rules: rules: []
[] # - alert: UnifiPollerAbsent
# - alert: UnifiPollerAbsent # annotations:
# annotations: # description: Unifi Poller has disappeared from Prometheus service discovery.
# description: Unifi Poller has disappeared from Prometheus service discovery. # summary: Unifi Poller is down.
# summary: Unifi Poller is down. # expr: |
# expr: | # absent(up{job=~".*unifi-poller.*"} == 1)
# absent(up{job=~".*unifi-poller.*"} == 1) # for: 5m
# for: 5m # labels:
# labels: # severity: critical
# severity: critical
portal: portal:
open: open:
enabled: false enabled: false
+1 -1
View File
@@ -23,7 +23,7 @@ sources:
- https://github.com/bitnami/bitnami-docker-redis - https://github.com/bitnami/bitnami-docker-redis
- http://redis.io/ - http://redis.io/
type: application type: application
version: 8.0.46 version: 8.0.47
annotations: annotations:
truecharts.org/category: database truecharts.org/category: database
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
+2 -12
View File
@@ -1,8 +1,7 @@
image: image:
repository: tccr.io/truecharts/redis repository: bitnami/redis
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: v7.2.3@sha256:583d852032f7537c271db380ed3f500de8ece51b66ac6315b66dd195bed28740 tag: 7.2.3@sha256:f7db3a51e2726109819b50004c3bbf8f1c792723af274f88532b8c3e64fcde0b
workload: workload:
main: main:
replicas: 1 replicas: 1
@@ -45,12 +44,10 @@ workload:
- sh - sh
- -c - -c
- /health/ping_readiness_local.sh 2 - /health/ping_readiness_local.sh 2
securityContext: securityContext:
container: container:
readOnlyRootFilesystem: false readOnlyRootFilesystem: false
runAsGroup: 0 runAsGroup: 0
configmap: configmap:
health: health:
enabled: true enabled: true
@@ -123,30 +120,25 @@ configmap:
"$script_dir/ping_liveness_local.sh" $1 || exit_status=$? "$script_dir/ping_liveness_local.sh" $1 || exit_status=$?
"$script_dir/ping_liveness_master.sh" $1 || exit_status=$? "$script_dir/ping_liveness_master.sh" $1 || exit_status=$?
exit $exit_status exit $exit_status
secret: secret:
credentials: credentials:
enabled: true enabled: true
data: data:
redis-password: '{{ ( .Values.redisPassword | default "nothing" ) }}' redis-password: '{{ ( .Values.redisPassword | default "nothing" ) }}'
# -- Secret or password # -- Secret or password
# One of these options is required, unless used as a dependency for another TrueCharts chart. # One of these options is required, unless used as a dependency for another TrueCharts chart.
redisPassword: "" redisPassword: ""
existingSecret: "" existingSecret: ""
service: service:
main: main:
ports: ports:
main: main:
port: 6379 port: 6379
targetPort: 6379 targetPort: 6379
volumeClaimTemplates: volumeClaimTemplates:
data: data:
enabled: true enabled: true
mountPath: "/bitnami/redis" mountPath: "/bitnami/redis"
persistence: persistence:
redis-health: redis-health:
enabled: true enabled: true
@@ -167,10 +159,8 @@ persistence:
path: ping_liveness_local_and_master.sh path: ping_liveness_local_and_master.sh
- key: ping_readiness_local_and_master.sh - key: ping_readiness_local_and_master.sh
path: ping_readiness_local_and_master.sh path: ping_readiness_local_and_master.sh
portal: portal:
open: open:
enabled: false enabled: false
manifestManager: manifestManager:
enabled: false enabled: false
+1 -1
View File
@@ -22,7 +22,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/solr - https://github.com/truecharts/charts/tree/master/charts/dependency/solr
- https://github.com/apache/solr - https://github.com/apache/solr
type: application type: application
version: 6.0.43 version: 6.0.44
annotations: annotations:
truecharts.org/category: search truecharts.org/category: search
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
+2 -13
View File
@@ -1,8 +1,7 @@
image: image:
repository: tccr.io/truecharts/solr repository: bitnami/solr
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: v9.4.0@sha256:5decbd701a699c7e7eb76f12bb1115db06fdb5aae1d16ac54a1ae6a7b7157b6a tag: 9.4.0@sha256:9a30d8e5ec3ba147325008ec0734e52e578904a7ac4eefa6127e936aadba9544
workload: workload:
main: main:
replicas: 1 replicas: 1
@@ -19,7 +18,6 @@ workload:
expandObjectName: "{{ if .Values.solrPassword }}true{{ else }}false{{ end }}" 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 }}' name: '{{ if .Values.solrPassword }}credentials{{ else if .Values.existingSecret }}{{ .Values.existingSecret }}{{ else }}{{ printf "%s-%s" .Release.Name "solrcreds" }}{{ end }}'
key: "solr-password" key: "solr-password"
# -- Probe configuration # -- Probe configuration
# -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/) # -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/)
# @default -- See below # @default -- See below
@@ -45,7 +43,6 @@ workload:
else else
until curl --fail localhost:8983/solr/"${SOLR_CORES}"/admin/ping; do sleep 2; done until curl --fail localhost:8983/solr/"${SOLR_CORES}"/admin/ping; do sleep 2; done
fi; fi;
# -- Redainess probe configuration # -- Redainess probe configuration
# @default -- See below # @default -- See below
readiness: readiness:
@@ -87,47 +84,39 @@ workload:
else else
until curl --fail localhost:8983/solr/"${SOLR_CORES}"/admin/ping; do sleep 2; done until curl --fail localhost:8983/solr/"${SOLR_CORES}"/admin/ping; do sleep 2; done
fi; fi;
securityContext: securityContext:
container: container:
runAsNonRoot: false runAsNonRoot: false
readOnlyRootFilesystem: false readOnlyRootFilesystem: false
runAsUser: 1001 runAsUser: 1001
runAsGroup: 0 runAsGroup: 0
service: service:
main: main:
ports: ports:
main: main:
port: 8983 port: 8983
targetPort: 8983 targetPort: 8983
persistence: persistence:
db: db:
enabled: true enabled: true
mountPath: "/bitnami/solr" mountPath: "/bitnami/solr"
# Currently only single core is supported, with multiple cores, probes will fail. # Currently only single core is supported, with multiple cores, probes will fail.
solrCores: "testcore" solrCores: "testcore"
solrEnableAuthentication: "yes" solrEnableAuthentication: "yes"
solrUsername: "test" solrUsername: "test"
# Used to pass a comma separated list of optional options like '-XX:G1HeapRegionSize=8m' # Used to pass a comma separated list of optional options like '-XX:G1HeapRegionSize=8m'
solrOpts: "" solrOpts: ""
# -- Secret or password # -- Secret or password
# One of these options is required, unless used as a dependency for another TrueCharts chart. # One of these options is required, unless used as a dependency for another TrueCharts chart.
existingSecret: "" existingSecret: ""
solrPassword: "" solrPassword: ""
secret: secret:
credentials: credentials:
enabled: true enabled: true
data: data:
solr-password: '{{ ( .Values.solrPassword | default "empty" ) }}' solr-password: '{{ ( .Values.solrPassword | default "empty" ) }}'
portal: portal:
open: open:
enabled: true enabled: true
manifestManager: manifestManager:
enabled: false enabled: false