Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
4fd204cdd0
commit
1af722b4b0
|
@ -1,6 +1,15 @@
|
|||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="mariadb-1.0.8"></a>
|
||||
### [mariadb-1.0.8](https://github.com/truecharts/apps/compare/mariadb-1.0.7...mariadb-1.0.8) (2021-11-22)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major ([#1380](https://github.com/truecharts/apps/issues/1380))
|
||||
|
||||
|
||||
|
||||
<a name="mariadb-1.0.6"></a>
|
||||
### [mariadb-1.0.6](https://github.com/truecharts/apps/compare/mariadb-1.0.5...mariadb-1.0.6) (2021-11-21)
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.9.0
|
||||
digest: sha256:897df8a7a9ac40261f41d88342ca2d8748cdf91b8e8ed0ba04c8f26643bf3430
|
||||
generated: "2021-11-22T20:58:22.941113128Z"
|
|
@ -3,7 +3,7 @@ appVersion: "10.6.5"
|
|||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.6.3
|
||||
version: 8.9.0
|
||||
deprecated: false
|
||||
description: Fast, reliable, scalable, and easy to use open-source relational database system.
|
||||
home: https://github.com/truecharts/apps/tree/master/stable/mariadb
|
||||
|
@ -24,7 +24,7 @@ sources:
|
|||
- https://github.com/prometheus/mysqld_exporter
|
||||
- https://mariadb.org
|
||||
type: application
|
||||
version: 1.0.6
|
||||
version: 1.0.8
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
|
@ -19,7 +19,7 @@ Kubernetes: `>=1.16.0-0`
|
|||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 8.6.3 |
|
||||
| https://truecharts.org | common | 8.9.0 |
|
||||
|
||||
## Installing the Chart
|
||||
|
Binary file not shown.
|
@ -27,7 +27,7 @@ You will, however, be able to use all values referenced in the common chart here
|
|||
| existingSecret | string | `""` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"bitnami/mariadb"` | |
|
||||
| image.tag | string | `"10.6.5@sha256:56644d687e906ae8311afb447210cf28335b4f4a394817d45e2de5b14f271381"` | |
|
||||
| image.tag | string | `"10.6.5@sha256:1070558e18ca30f714ec089efbb20aaf358f28c03e0e5db8f7f56fac129e8e1d"` | |
|
||||
| mariadbDatabase | string | `"test"` | |
|
||||
| mariadbPassword | string | `"testpass"` | |
|
||||
| mariadbRootPassword | string | `"testroot"` | |
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: bitnami/mariadb
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 10.6.5@sha256:56644d687e906ae8311afb447210cf28335b4f4a394817d45e2de5b14f271381
|
||||
tag: 10.6.5@sha256:1070558e18ca30f714ec089efbb20aaf358f28c03e0e5db8f7f56fac129e8e1d
|
||||
|
||||
controller:
|
||||
# -- Set the controller type.
|
|
@ -1,6 +1,15 @@
|
|||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="memcached-1.0.9"></a>
|
||||
### [memcached-1.0.9](https://github.com/truecharts/apps/compare/memcached-1.0.8...memcached-1.0.9) (2021-11-22)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major ([#1380](https://github.com/truecharts/apps/issues/1380))
|
||||
|
||||
|
||||
|
||||
<a name="memcached-1.0.7"></a>
|
||||
### [memcached-1.0.7](https://github.com/truecharts/apps/compare/memcached-1.0.6...memcached-1.0.7) (2021-11-18)
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.9.0
|
||||
digest: sha256:897df8a7a9ac40261f41d88342ca2d8748cdf91b8e8ed0ba04c8f26643bf3430
|
||||
generated: "2021-11-22T20:58:51.277446959Z"
|
|
@ -3,7 +3,7 @@ appVersion: "1.6.12"
|
|||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.6.3
|
||||
version: 8.9.0
|
||||
deprecated: false
|
||||
description: Memcached is a memory-backed database caching solution
|
||||
home: https://github.com/truecharts/apps/tree/master/stable/memcached
|
||||
|
@ -22,7 +22,7 @@ sources:
|
|||
- https://github.com/bitnami/bitnami-docker-memcached
|
||||
- http://memcached.org/
|
||||
type: application
|
||||
version: 1.0.7
|
||||
version: 1.0.9
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
|
@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
|||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 8.6.3 |
|
||||
| https://truecharts.org | common | 8.9.0 |
|
||||
|
||||
## Installing the Chart
|
||||
|
Binary file not shown.
|
@ -13,7 +13,7 @@ You will, however, be able to use all values referenced in the common chart here
|
|||
|-----|------|---------|-------------|
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"bitnami/memcached"` | |
|
||||
| image.tag | string | `"1.6.12@sha256:95e47b04e22881905d831fa9ab8c988d1e17dcfd87024c19ae8240e4a37ef446"` | |
|
||||
| image.tag | string | `"1.6.12@sha256:f7b9dbbf28bf66e5993c130542b2a83fa41712e99e3037d44b3e4a73e4b67ea3"` | |
|
||||
| service.main.ports.main.port | int | `11211` | |
|
||||
| service.main.ports.main.targetPort | int | `11211` | |
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: bitnami/memcached
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.6.12@sha256:95e47b04e22881905d831fa9ab8c988d1e17dcfd87024c19ae8240e4a37ef446
|
||||
tag: 1.6.12@sha256:f7b9dbbf28bf66e5993c130542b2a83fa41712e99e3037d44b3e4a73e4b67ea3
|
||||
|
||||
service:
|
||||
main:
|
|
@ -1,6 +1,15 @@
|
|||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="postgresql-6.0.6"></a>
|
||||
### [postgresql-6.0.6](https://github.com/truecharts/apps/compare/postgresql-6.0.5...postgresql-6.0.6) (2021-11-22)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major ([#1380](https://github.com/truecharts/apps/issues/1380))
|
||||
|
||||
|
||||
|
||||
<a name="postgresql-6.0.4"></a>
|
||||
### [postgresql-6.0.4](https://github.com/truecharts/apps/compare/postgresql-6.0.3...postgresql-6.0.4) (2021-11-18)
|
||||
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
#### Chore
|
||||
|
||||
* fixes around the GUI refactor ([#1316](https://github.com/truecharts/apps/issues/1316))
|
||||
* move port above advanced in GUI ([#1326](https://github.com/truecharts/apps/issues/1326))
|
||||
* clean up Chart.yaml ([#1322](https://github.com/truecharts/apps/issues/1322))
|
||||
* update non-major ([#1327](https://github.com/truecharts/apps/issues/1327))
|
||||
|
||||
#### Fix
|
||||
|
||||
* split udp and tcp ports ([#1321](https://github.com/truecharts/apps/issues/1321))
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.9.0
|
||||
digest: sha256:897df8a7a9ac40261f41d88342ca2d8748cdf91b8e8ed0ba04c8f26643bf3430
|
||||
generated: "2021-11-22T20:59:19.236955969Z"
|
|
@ -3,7 +3,7 @@ appVersion: "14.1.0"
|
|||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.6.3
|
||||
version: 8.9.0
|
||||
deprecated: false
|
||||
description: PostgresSQL
|
||||
home: https://github.com/truecharts/apps/tree/master/stable/postgres
|
||||
|
@ -22,7 +22,7 @@ name: postgresql
|
|||
sources:
|
||||
- https://www.postgresql.org/
|
||||
type: application
|
||||
version: 6.0.4
|
||||
version: 6.0.6
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
|
@ -17,7 +17,7 @@ Kubernetes: `>=1.16.0-0`
|
|||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 8.6.3 |
|
||||
| https://truecharts.org | common | 8.9.0 |
|
||||
|
||||
## Installing the Chart
|
||||
|
Binary file not shown.
|
@ -28,14 +28,13 @@ You will, however, be able to use all values referenced in the common chart here
|
|||
| existingSecret | string | `""` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"bitnami/postgresql"` | |
|
||||
| image.tag | string | `"14.1.0@sha256:6a8dd778d39011aa8b904d9a8ff15e848cbab8005fc0b1a786faf0fe43e0d5c2"` | |
|
||||
| image.tag | string | `"14.1.0@sha256:27ae2f22d952b9980a908aecf970a4506fc9eea7d8979213ace53ae4722707af"` | |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| postgrespassword | string | `"testroot"` | |
|
||||
| postgresqlDatabase | string | `"test"` | |
|
||||
| postgresqlPassword | string | `"testpass"` | |
|
||||
| postgresqlUsername | string | `"test"` | |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||
| service.main.enabled | bool | `true` | |
|
||||
| service.main.ports.main.port | int | `5432` | |
|
||||
| service.main.ports.main.targetPort | int | `5432` | |
|
||||
| volumeClaimTemplates.db.enabled | bool | `true` | |
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: bitnami/postgresql
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 14.1.0@sha256:6a8dd778d39011aa8b904d9a8ff15e848cbab8005fc0b1a786faf0fe43e0d5c2
|
||||
tag: 14.1.0@sha256:27ae2f22d952b9980a908aecf970a4506fc9eea7d8979213ace53ae4722707af
|
||||
|
||||
controller:
|
||||
# -- Set the controller type.
|
||||
|
@ -29,7 +29,6 @@ securityContext:
|
|||
|
||||
service:
|
||||
main:
|
||||
enabled: true
|
||||
ports:
|
||||
main:
|
||||
port: 5432
|
|
@ -1,6 +1,15 @@
|
|||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="redis-1.0.10"></a>
|
||||
### [redis-1.0.10](https://github.com/truecharts/apps/compare/redis-1.0.9...redis-1.0.10) (2021-11-22)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major ([#1380](https://github.com/truecharts/apps/issues/1380))
|
||||
|
||||
|
||||
|
||||
<a name="redis-1.0.8"></a>
|
||||
### [redis-1.0.8](https://github.com/truecharts/apps/compare/redis-1.0.7...redis-1.0.8) (2021-11-18)
|
||||
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
* move deps to incubator ([#1311](https://github.com/truecharts/apps/issues/1311))
|
||||
|
||||
|
||||
|
||||
<a name="redis-0.0.2"></a>
|
||||
### [redis-0.0.2](https://github.com/truecharts/apps/compare/redis-0.0.1...redis-0.0.2) (2021-11-12)
|
||||
|
||||
#### Fix
|
||||
|
||||
* bump common on redis
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.9.0
|
||||
digest: sha256:897df8a7a9ac40261f41d88342ca2d8748cdf91b8e8ed0ba04c8f26643bf3430
|
||||
generated: "2021-11-22T20:59:47.059382698Z"
|
|
@ -3,7 +3,7 @@ appVersion: "6.2.6"
|
|||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.6.3
|
||||
version: 8.9.0
|
||||
deprecated: false
|
||||
description: Open source, advanced key-value store.
|
||||
home: https://github.com/truecharts/apps/tree/master/stable/redis
|
||||
|
@ -22,7 +22,7 @@ sources:
|
|||
- https://github.com/bitnami/bitnami-docker-redis
|
||||
- http://redis.io/
|
||||
type: application
|
||||
version: 1.0.8
|
||||
version: 1.0.10
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
|
@ -18,7 +18,7 @@ Kubernetes: `>=1.16.0-0`
|
|||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org | common | 8.6.3 |
|
||||
| https://truecharts.org | common | 8.9.0 |
|
||||
|
||||
## Installing the Chart
|
||||
|
Binary file not shown.
|
@ -28,7 +28,7 @@ You will, however, be able to use all values referenced in the common chart here
|
|||
| existingSecret | string | `""` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"bitnami/redis"` | |
|
||||
| image.tag | string | `"6.2.6@sha256:3dd54d7ca7976be7a5122bbf5f03809672c3b98833a61788def3e266d56e5c69"` | |
|
||||
| image.tag | string | `"6.2.6@sha256:9f839ce28e192bbd46072bf272d4c0c2019cf2b1e4322c00c66c151ef404bccb"` | |
|
||||
| persistence.redis-health | object | See below | redis-health configmap mount |
|
||||
| persistence.redis-health.mountPath | string | `"/health"` | Where to mount the volume in the main container. Defaults to `/<name_of_the_volume>`, setting to '-' creates the volume but disables the volumeMount. |
|
||||
| persistence.redis-health.readOnly | bool | `false` | Specify if the volume should be mounted read-only. |
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: bitnami/redis
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 6.2.6@sha256:3dd54d7ca7976be7a5122bbf5f03809672c3b98833a61788def3e266d56e5c69
|
||||
tag: 6.2.6@sha256:9f839ce28e192bbd46072bf272d4c0c2019cf2b1e4322c00c66c151ef404bccb
|
||||
|
||||
controller:
|
||||
# -- Set the controller type.
|
|
@ -0,0 +1,18 @@
|
|||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="loki-1.0.1"></a>
|
||||
### [loki-1.0.1](https://github.com/truecharts/apps/compare/loki-1.0.0...loki-1.0.1) (2021-11-22)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major ([#1380](https://github.com/truecharts/apps/issues/1380))
|
||||
|
||||
|
||||
|
||||
<a name="loki-0.0.1"></a>
|
||||
### loki-0.0.1 (2021-11-21)
|
||||
|
||||
#### Add
|
||||
|
||||
* Add Loki ([#1367](https://github.com/truecharts/apps/issues/1367))
|
|
@ -0,0 +1,9 @@
|
|||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.7.1
|
||||
- name: promtail
|
||||
repository: https://grafana.github.io/helm-charts
|
||||
version: 3.9.1
|
||||
digest: sha256:526664ba2d178c1fe182926d81c29301498df090db53b6fae3b19a38710f0bdd
|
||||
generated: "2021-11-22T21:00:15.213381038Z"
|
|
@ -0,0 +1,31 @@
|
|||
apiVersion: v2
|
||||
appVersion: "2.4.1"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.7.1
|
||||
- name: "promtail"
|
||||
condition: promtail.enabled
|
||||
repository: "https://grafana.github.io/helm-charts"
|
||||
version: "^3.0.0"
|
||||
deprecated: false
|
||||
description: "Loki: like Prometheus, but for logs."
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/loki
|
||||
icon: https://raw.githubusercontent.com/grafana/loki/master/docs/sources/logo.png
|
||||
keywords:
|
||||
- logs
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: loki
|
||||
sources:
|
||||
- https://github.com/grafana/loki
|
||||
type: application
|
||||
version: 1.0.1
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- logs
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/grade: U
|
|
@ -0,0 +1,38 @@
|
|||
# Introduction
|
||||
|
||||
Loki: like Prometheus, but for logs.
|
||||
|
||||
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
|
||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
|
||||
|
||||
## Source Code
|
||||
|
||||
* <https://github.com/grafana/loki>
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>=1.16.0-0`
|
||||
|
||||
## Dependencies
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://grafana.github.io/helm-charts | promtail | ^3.0.0 |
|
||||
| https://truecharts.org | common | 8.7.1 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/).
|
||||
|
||||
## Uninstalling the Chart
|
||||
|
||||
To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/).
|
||||
|
||||
## Support
|
||||
|
||||
- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) first.
|
||||
- See the [Wiki](https://truecharts.org)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
|
||||
---
|
||||
All Rights Reserved - The TrueCharts Project
|
|
@ -0,0 +1,3 @@
|
|||
Loki: like Prometheus, but for logs.
|
||||
|
||||
This App is supplied by TrueCharts, for more information please visit https://truecharts.org
|
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,69 @@
|
|||
# Default Helm-Values
|
||||
|
||||
TrueCharts is primarily build to supply TrueNAS SCALE Apps.
|
||||
However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.
|
||||
|
||||
Most of our Apps also consume our "common" Helm Chart.
|
||||
If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
|
||||
You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.
|
||||
|
||||
## Values
|
||||
|
||||
| Key | Type | Default | Description |
|
||||
|-----|------|---------|-------------|
|
||||
| alerting_groups | list | `[]` | |
|
||||
| args[0] | string | `"-config.file=/etc/loki/loki.yaml"` | |
|
||||
| config.auth_enabled | bool | `false` | |
|
||||
| config.chunk_store_config.max_look_back_period | string | `"0s"` | |
|
||||
| config.compactor.shared_store | string | `"filesystem"` | |
|
||||
| config.compactor.working_directory | string | `"/data/loki/boltdb-shipper-compactor"` | |
|
||||
| config.ingester.chunk_block_size | int | `262144` | |
|
||||
| config.ingester.chunk_idle_period | string | `"3m"` | |
|
||||
| config.ingester.chunk_retain_period | string | `"1m"` | |
|
||||
| config.ingester.lifecycler.ring.kvstore.store | string | `"inmemory"` | |
|
||||
| config.ingester.lifecycler.ring.replication_factor | int | `1` | |
|
||||
| config.ingester.max_transfer_retries | int | `0` | |
|
||||
| config.ingester.wal.dir | string | `"/data/loki/wal"` | |
|
||||
| config.limits_config.enforce_metric_name | bool | `false` | |
|
||||
| config.limits_config.reject_old_samples | bool | `true` | |
|
||||
| config.limits_config.reject_old_samples_max_age | string | `"168h"` | |
|
||||
| config.schema_config.configs[0].from | string | `"2020-10-24"` | |
|
||||
| config.schema_config.configs[0].index.period | string | `"24h"` | |
|
||||
| config.schema_config.configs[0].index.prefix | string | `"index_"` | |
|
||||
| config.schema_config.configs[0].object_store | string | `"filesystem"` | |
|
||||
| config.schema_config.configs[0].schema | string | `"v11"` | |
|
||||
| config.schema_config.configs[0].store | string | `"boltdb-shipper"` | |
|
||||
| config.server.http_listen_port | int | `3100` | |
|
||||
| config.storage_config.boltdb_shipper.active_index_directory | string | `"/data/loki/boltdb-shipper-active"` | |
|
||||
| config.storage_config.boltdb_shipper.cache_location | string | `"/data/loki/boltdb-shipper-cache"` | |
|
||||
| config.storage_config.boltdb_shipper.cache_ttl | string | `"24h"` | |
|
||||
| config.storage_config.boltdb_shipper.shared_store | string | `"filesystem"` | |
|
||||
| config.storage_config.filesystem.directory | string | `"/data/loki/chunks"` | |
|
||||
| config.table_manager.retention_deletes_enabled | bool | `false` | |
|
||||
| config.table_manager.retention_period | string | `"0s"` | |
|
||||
| controller.replicas | int | `1` | Number of desired pods |
|
||||
| controller.revisionHistoryLimit | int | `3` | ReplicaSet revision history limit |
|
||||
| controller.rollingUpdate.partition | string | `nil` | Set statefulset RollingUpdate partition |
|
||||
| controller.rollingUpdate.surge | string | `nil` | Set deployment RollingUpdate max surge |
|
||||
| controller.rollingUpdate.unavailable | int | `1` | Set deployment RollingUpdate max unavailable |
|
||||
| controller.strategy | string | `"RollingUpdate"` | Set the controller upgrade strategy For Deployments, valid values are Recreate (default) and RollingUpdate. For StatefulSets, valid values are OnDelete and RollingUpdate (default). DaemonSets ignore this. |
|
||||
| controller.type | string | `"statefulset"` | Set the controller type. Valid options are deployment, daemonset or statefulset |
|
||||
| env | object | `{}` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"grafana/loki"` | |
|
||||
| image.tag | string | `"2.4.1@sha256:1d802d29cf041601895ce16439757baf4dac71a21069957616ee7988746bf59c"` | |
|
||||
| persistence.config.enabled | bool | `true` | |
|
||||
| persistence.config.mountPath | string | `"/etc/loki"` | Where to mount the volume in the main container. |
|
||||
| persistence.config.objectName | string | `"{{ include \"common.names.fullname\" . -}}-config"` | Specify the name of the configmap object to be mounted |
|
||||
| persistence.config.type | string | `"secret"` | |
|
||||
| probes.liveness.path | string | `"/ready"` | |
|
||||
| probes.readiness.path | string | `"/ready"` | |
|
||||
| probes.startup.path | string | `"/ready"` | |
|
||||
| promtail.enabled | bool | `true` | |
|
||||
| service.main.ports.main.port | int | `3100` | |
|
||||
| service.main.ports.main.protocol | string | `"HTTP"` | |
|
||||
| service.main.ports.main.targetPort | int | `3100` | |
|
||||
| volumeClaimTemplates.data.enabled | bool | `true` | |
|
||||
| volumeClaimTemplates.data.mountPath | string | `"/data"` | |
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
|
@ -0,0 +1,148 @@
|
|||
image:
|
||||
repository: grafana/loki
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2.4.1@sha256:1d802d29cf041601895ce16439757baf4dac71a21069957616ee7988746bf59c
|
||||
|
||||
controller:
|
||||
# -- Set the controller type.
|
||||
# Valid options are deployment, daemonset or statefulset
|
||||
type: statefulset
|
||||
# -- Number of desired pods
|
||||
replicas: 1
|
||||
# -- Set the controller upgrade strategy
|
||||
# For Deployments, valid values are Recreate (default) and RollingUpdate.
|
||||
# For StatefulSets, valid values are OnDelete and RollingUpdate (default).
|
||||
# DaemonSets ignore this.
|
||||
strategy: RollingUpdate
|
||||
rollingUpdate:
|
||||
# -- Set deployment RollingUpdate max unavailable
|
||||
unavailable: 1
|
||||
# -- Set deployment RollingUpdate max surge
|
||||
surge:
|
||||
# -- Set statefulset RollingUpdate partition
|
||||
partition:
|
||||
# -- ReplicaSet revision history limit
|
||||
revisionHistoryLimit: 3
|
||||
|
||||
args:
|
||||
- "-config.file=/etc/loki/loki.yaml"
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
protocol: "HTTP"
|
||||
targetPort: 3100
|
||||
port: 3100
|
||||
|
||||
probes:
|
||||
liveness:
|
||||
path: "/ready"
|
||||
|
||||
readiness:
|
||||
path: "/ready"
|
||||
|
||||
startup:
|
||||
path: "/ready"
|
||||
|
||||
env: {}
|
||||
# TZ: UTC
|
||||
# PUID: 1001
|
||||
|
||||
|
||||
config:
|
||||
# existingSecret:
|
||||
auth_enabled: false
|
||||
ingester:
|
||||
chunk_idle_period: 3m
|
||||
chunk_block_size: 262144
|
||||
chunk_retain_period: 1m
|
||||
max_transfer_retries: 0
|
||||
wal:
|
||||
dir: /data/loki/wal
|
||||
lifecycler:
|
||||
ring:
|
||||
kvstore:
|
||||
store: inmemory
|
||||
replication_factor: 1
|
||||
|
||||
## Different ring configs can be used. E.g. Consul
|
||||
# ring:
|
||||
# store: consul
|
||||
# replication_factor: 1
|
||||
# consul:
|
||||
# host: "consul:8500"
|
||||
# prefix: ""
|
||||
# http_client_timeout: "20s"
|
||||
# consistent_reads: true
|
||||
limits_config:
|
||||
enforce_metric_name: false
|
||||
reject_old_samples: true
|
||||
reject_old_samples_max_age: 168h
|
||||
schema_config:
|
||||
configs:
|
||||
- from: 2020-10-24
|
||||
store: boltdb-shipper
|
||||
object_store: filesystem
|
||||
schema: v11
|
||||
index:
|
||||
prefix: index_
|
||||
period: 24h
|
||||
server:
|
||||
http_listen_port: 3100
|
||||
storage_config:
|
||||
boltdb_shipper:
|
||||
active_index_directory: /data/loki/boltdb-shipper-active
|
||||
cache_location: /data/loki/boltdb-shipper-cache
|
||||
cache_ttl: 24h # Can be increased for faster performance over longer query periods, uses more disk space
|
||||
shared_store: filesystem
|
||||
filesystem:
|
||||
directory: /data/loki/chunks
|
||||
chunk_store_config:
|
||||
max_look_back_period: 0s
|
||||
table_manager:
|
||||
retention_deletes_enabled: false
|
||||
retention_period: 0s
|
||||
compactor:
|
||||
working_directory: /data/loki/boltdb-shipper-compactor
|
||||
shared_store: filesystem
|
||||
# Needed for Alerting: https://grafana.com/docs/loki/latest/alerting/
|
||||
# This is just a simple example, for more details: https://grafana.com/docs/loki/latest/configuration/#ruler_config
|
||||
# ruler:
|
||||
# storage:
|
||||
# type: local
|
||||
# local:
|
||||
# directory: /rules
|
||||
# rule_path: /tmp/scratch
|
||||
# alertmanager_url: http://alertmanager.svc.namespace:9093
|
||||
# ring:
|
||||
# kvstore:
|
||||
# store: inmemory
|
||||
# enable_api: true
|
||||
|
||||
# Specify Loki Alerting rules based on this documentation: https://grafana.com/docs/loki/latest/alerting/
|
||||
# When specified, you also need to add a ruler config section above. An example is shown in the alerting docs.
|
||||
alerting_groups: []
|
||||
# - name: example
|
||||
# rules:
|
||||
# - alert: HighThroughputLogStreams
|
||||
# expr: sum by(container) (rate({job=~"loki-dev/.*"}[1m])) > 1000
|
||||
# for: 2m
|
||||
|
||||
persistence:
|
||||
# @default -- See below
|
||||
config:
|
||||
enabled: true
|
||||
type: secret
|
||||
# -- Specify the name of the configmap object to be mounted
|
||||
objectName: '{{ include "common.names.fullname" . -}}-config'
|
||||
# -- Where to mount the volume in the main container.
|
||||
mountPath: /etc/loki
|
||||
|
||||
volumeClaimTemplates:
|
||||
data:
|
||||
enabled: true
|
||||
mountPath: "/data"
|
||||
|
||||
promtail:
|
||||
enabled: true
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,17 @@
|
|||
{{/*
|
||||
Create the app name of loki clients. Defaults to the same logic as "loki.fullname", and default client expects "promtail".
|
||||
*/}}
|
||||
{{- define "client.name" -}}
|
||||
{{- if .Values.client.name -}}
|
||||
{{- .Values.client.name -}}
|
||||
{{- else if .Values.client.fullnameOverride -}}
|
||||
{{- .Values.client.fullnameOverride | trunc 63 | trimSuffix "-" -}}
|
||||
{{- else -}}
|
||||
{{- $name := default "promtail" .Values.client.nameOverride -}}
|
||||
{{- if contains $name .Release.Name -}}
|
||||
{{- .Release.Name | trunc 63 | trimSuffix "-" -}}
|
||||
{{- else -}}
|
||||
{{- printf "%s-%s" .Release.Name $name | trunc 63 | trimSuffix "-" -}}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
|
@ -0,0 +1,17 @@
|
|||
{{- if gt (len .Values.alerting_groups) 0 }}
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: {{ include "common.names.fullname" . }}
|
||||
labels:
|
||||
{{- include "common.labels" . | nindent 4 }}
|
||||
annotations:
|
||||
{{- with .Values.annotations }}
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
data:
|
||||
{{ include "common.names.fullname" . }}-alerting-rules.yaml: |-
|
||||
groups:
|
||||
{{- toYaml .Values.alerting_groups | nindent 6 }}
|
||||
{{- end }}
|
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: {{ include "common.names.fullname" . -}}-config
|
||||
labels:
|
||||
{{- include "common.labels" . | nindent 4 }}
|
||||
annotations:
|
||||
{{- with .Values.annotations }}
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
data:
|
||||
loki.yaml: {{ tpl (toYaml .Values.config) . | b64enc}}
|
|
@ -1,6 +0,0 @@
|
|||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.6.3
|
||||
digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f
|
||||
generated: "2021-11-16T21:49:02.698266524Z"
|
|
@ -1,6 +1,19 @@
|
|||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="omada-controller-4.0.15"></a>
|
||||
### [omada-controller-4.0.15](https://github.com/truecharts/apps/compare/omada-controller-4.0.14...omada-controller-4.0.15) (2021-11-22)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major ([#1380](https://github.com/truecharts/apps/issues/1380))
|
||||
|
||||
#### Fix
|
||||
|
||||
* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361))
|
||||
|
||||
|
||||
|
||||
<a name="omada-controller-4.0.14"></a>
|
||||
### [omada-controller-4.0.14](https://github.com/truecharts/apps/compare/omada-controller-4.0.13...omada-controller-4.0.14) (2021-11-16)
|
||||
|
||||
|
@ -84,16 +97,3 @@
|
|||
|
||||
<a name="omada-controller-4.0.5"></a>
|
||||
### [omada-controller-4.0.5](https://github.com/truecharts/apps/compare/omada-controller-4.0.4...omada-controller-4.0.5) (2021-11-02)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267))
|
||||
|
||||
|
||||
|
||||
<a name="omada-controller-4.0.4"></a>
|
||||
### [omada-controller-4.0.4](https://github.com/truecharts/apps/compare/omada-controller-4.0.3...omada-controller-4.0.4) (2021-11-01)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264))
|
|
@ -3,4 +3,4 @@ dependencies:
|
|||
repository: https://truecharts.org
|
||||
version: 8.6.3
|
||||
digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f
|
||||
generated: "2021-11-18T22:01:24.380304082Z"
|
||||
generated: "2021-11-22T21:00:57.826068561Z"
|
|
@ -18,7 +18,7 @@ name: omada-controller
|
|||
sources:
|
||||
- https://github.com/mbentley/docker-omada-controller
|
||||
- https://github.com/truechartsapps/tree/master/charts/omada-controller
|
||||
version: 4.0.14
|
||||
version: 4.0.15
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
|
@ -15,7 +15,7 @@ You will, however, be able to use all values referenced in the common chart here
|
|||
| env.TZ | string | `"UTC"` | Set the container timezone |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | image pull policy |
|
||||
| image.repository | string | `"docker.io/mbentley/omada-controller"` | image repository |
|
||||
| image.tag | string | `"4.4@sha256:0db25b46b49a48a8e119c0066a758232950f1e888f8dea94382bf8c735cd88bf"` | image tag |
|
||||
| image.tag | string | `"4.4@sha256:ecf1a0a794ba4973fd4c1c436745d434c251bc9cccd15aad6832ef2700c92703"` | image tag |
|
||||
| persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `0` | |
|
|
@ -9,7 +9,7 @@ image:
|
|||
# -- image repository
|
||||
repository: docker.io/mbentley/omada-controller
|
||||
# -- image tag
|
||||
tag: 4.4@sha256:0db25b46b49a48a8e119c0066a758232950f1e888f8dea94382bf8c735cd88bf
|
||||
tag: 4.4@sha256:ecf1a0a794ba4973fd4c1c436745d434c251bc9cccd15aad6832ef2700c92703
|
||||
# -- image pull policy
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
|
@ -40,22 +40,18 @@ service:
|
|||
ports:
|
||||
omada-tcp1:
|
||||
enabled: true
|
||||
protocol: TCP
|
||||
port: 29810
|
||||
targetPort: 29810
|
||||
omada-tcp2:
|
||||
enabled: true
|
||||
protocol: TCP
|
||||
port: 29811
|
||||
targetPort: 29811
|
||||
omada-tcp3:
|
||||
enabled: true
|
||||
protocol: TCP
|
||||
port: 29812
|
||||
targetPort: 29812
|
||||
omada-tcp4:
|
||||
enabled: true
|
||||
protocol: TCP
|
||||
port: 29813
|
||||
targetPort: 29813
|
||||
omada-udp:
|
||||
|
@ -73,7 +69,6 @@ service:
|
|||
targetPort: 29811
|
||||
omada-udp3:
|
||||
enabled: true
|
||||
protocol: TCP
|
||||
port: 29812
|
||||
targetPort: 29812
|
||||
omada-udp4:
|
|
@ -1,6 +1,19 @@
|
|||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="babybuddy-5.0.2"></a>
|
||||
### [babybuddy-5.0.2](https://github.com/truecharts/apps/compare/babybuddy-5.0.1...babybuddy-5.0.2) (2021-11-22)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major ([#1380](https://github.com/truecharts/apps/issues/1380))
|
||||
|
||||
#### Fix
|
||||
|
||||
* Default enable all services ([#1361](https://github.com/truecharts/apps/issues/1361))
|
||||
|
||||
|
||||
|
||||
<a name="babybuddy-5.0.1"></a>
|
||||
### [babybuddy-5.0.1](https://github.com/truecharts/apps/compare/babybuddy-5.0.0...babybuddy-5.0.1) (2021-11-16)
|
||||
|
||||
|
@ -84,16 +97,3 @@
|
|||
|
||||
* Simplify GUI for deployment, persistence and securityContext ([#1289](https://github.com/truecharts/apps/issues/1289))
|
||||
|
||||
#### Feat
|
||||
|
||||
* Simplify the Services GUI ([#1290](https://github.com/truecharts/apps/issues/1290))
|
||||
|
||||
|
||||
|
||||
<a name="babybuddy-4.0.6"></a>
|
||||
### [babybuddy-4.0.6](https://github.com/truecharts/apps/compare/babybuddy-4.0.5...babybuddy-4.0.6) (2021-11-02)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267))
|
||||
|
|
@ -6,4 +6,4 @@ dependencies:
|
|||
repository: https://truecharts.org/
|
||||
version: 6.0.3
|
||||
digest: sha256:17837b38e937c9844a7343c7f77ef22df6ab3d6c35fa1694350d6679d652a948
|
||||
generated: "2021-11-16T21:54:14.135020414Z"
|
||||
generated: "2021-11-22T21:01:28.365171605Z"
|
|
@ -1,7 +1,7 @@
|
|||
apiVersion: v2
|
||||
appVersion: "1.9.1"
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
version: 5.0.1
|
||||
version: 5.0.2
|
||||
name: babybuddy
|
||||
description: Helps caregivers track sleep, feedings, diaper changes, tummy time and more to learn about and predict baby's needs without (as much) guess work.
|
||||
type: application
|
|
@ -22,7 +22,7 @@ You will, however, be able to use all values referenced in the common chart here
|
|||
| envValueFrom.DB_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"ghcr.io/linuxserver/babybuddy"` | |
|
||||
| image.tag | string | `"1.9.1@sha256:42e89454a2d40186029b3e752402fd48c163cac6654254aa0df9601374848e63"` | |
|
||||
| image.tag | string | `"1.9.1@sha256:518a00e9752512ddbfae2e5f09f6561bcb3130bf891165960bd2a09a36306b59"` | |
|
||||
| persistence.config.enabled | bool | `true` | |
|
||||
| persistence.config.mountPath | string | `"/config"` | |
|
||||
| persistence.varrun.enabled | bool | `true` | |
|
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: ghcr.io/linuxserver/babybuddy
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.9.1@sha256:42e89454a2d40186029b3e752402fd48c163cac6654254aa0df9601374848e63
|
||||
tag: 1.9.1@sha256:518a00e9752512ddbfae2e5f09f6561bcb3130bf891165960bd2a09a36306b59
|
||||
|
||||
# See more environment variables in the babybuddy documentation
|
||||
# https://github.com/linuxserver/docker-babybuddy#parameters
|
|
@ -436,6 +436,15 @@ questions:
|
|||
items:
|
||||
- variable: option
|
||||
label: "Option Entry"
|
||||
schema:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: name
|
||||
label: "Name"
|
||||
schema:
|
||||
type: string
|
||||
- variable: value
|
||||
label: "Value"
|
||||
schema:
|
||||
type: string
|
||||
- variable: searches
|
|
@ -1,6 +0,0 @@
|
|||
dependencies:
|
||||
- name: common
|
||||
repository: https://truecharts.org
|
||||
version: 8.6.3
|
||||
digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f
|
||||
generated: "2021-11-16T21:54:49.368362092Z"
|
|
@ -1,6 +1,15 @@
|
|||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="bazarr-9.0.12"></a>
|
||||
### [bazarr-9.0.12](https://github.com/truecharts/apps/compare/bazarr-9.0.11...bazarr-9.0.12) (2021-11-22)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major ([#1380](https://github.com/truecharts/apps/issues/1380))
|
||||
|
||||
|
||||
|
||||
<a name="bazarr-9.0.11"></a>
|
||||
### [bazarr-9.0.11](https://github.com/truecharts/apps/compare/bazarr-9.0.10...bazarr-9.0.11) (2021-11-16)
|
||||
|
||||
|
@ -88,12 +97,3 @@
|
|||
|
||||
* update non-major deps helm releases ([#1267](https://github.com/truecharts/apps/issues/1267))
|
||||
|
||||
|
||||
|
||||
<a name="bazarr-9.0.3"></a>
|
||||
### [bazarr-9.0.3](https://github.com/truecharts/apps/compare/bazarr-9.0.2...bazarr-9.0.3) (2021-11-01)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update non-major deps helm releases ([#1264](https://github.com/truecharts/apps/issues/1264))
|
||||
|
|
@ -3,4 +3,4 @@ dependencies:
|
|||
repository: https://truecharts.org
|
||||
version: 8.6.3
|
||||
digest: sha256:9d695d9ecf86a5131e60cd13963618e0bbe6fa61a94250c4e95f7f377273947f
|
||||
generated: "2021-11-18T22:02:21.919724952Z"
|
||||
generated: "2021-11-22T21:02:05.702914687Z"
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue