Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-10-07 05:43:53 +00:00
parent 230644fce6
commit fbff3bab45
107 changed files with 3258 additions and 525 deletions

View File

@ -1,6 +0,0 @@
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.6.8
digest: sha256:591c2c8ae41f53f15397325a4a7a0ae3551b777030eea017520f8c3069f2b7c9
generated: "2022-10-01T12:23:45.481954585Z"

View File

@ -2,6 +2,17 @@
## [clickhouse-1.0.35](https://github.com/truecharts/charts/compare/clickhouse-1.0.34...clickhouse-1.0.35) (2022-10-07)
### Chore
- Auto-update chart README [skip ci]
- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979))
- update helm chart common to v10.6.11 ([#4021](https://github.com/truecharts/charts/issues/4021))
## [clickhouse-1.0.34](https://github.com/truecharts/charts/compare/clickhouse-1.0.33...clickhouse-1.0.34) (2022-10-01)
### Chore
@ -86,14 +97,3 @@
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790))
- update docker general non-major ([#3839](https://github.com/truecharts/charts/issues/3839))
- update docker general non-major ([#3787](https://github.com/truecharts/charts/issues/3787))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))

View File

@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.6.11
digest: sha256:b4a28b7604b153caed40b6ad96692b5ebcaac53d09ce9e190691162b59ce25c3
generated: "2022-10-07T05:40:09.443597359Z"

View File

@ -3,7 +3,7 @@ appVersion: "22.9.3.18"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.6.8
version: 10.6.11
deprecated: false
description: ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP).
home: https://truecharts.org/docs/charts/dependency/clickhouse
@ -23,7 +23,7 @@ sources:
- https://clickhouse.com/
- https://hub.docker.com/r/yandex/clickhouse-server
type: application
version: 1.0.34
version: 1.0.35
annotations:
truecharts.org/catagories: |
- database

View File

@ -23,7 +23,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.truecharts.org | common | 10.6.8 |
| https://library-charts.truecharts.org | common | 10.6.11 |
## Installing the Chart

Binary file not shown.

View File

@ -2284,7 +2284,6 @@ questions:
# description: UDP
# - value: SCTP
# description: SCTP
- variable: addons
group: Addons
label: ""
@ -2292,191 +2291,6 @@ questions:
additional_attrs: true
type: dict
attrs:
- 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: openvpn
description: OpenVPN
- value: wireguard
description: Wireguard
- value: tailscale
description: Tailscale
- 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: 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: Sock5 Server
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: dict
show_if: [["type", "!=", "disabled"]]
attrs:
- variable: enabled
label: Enabled
schema:
type: boolean
default: true
hidden: true
- variable: type
label: Type
schema:
type: string
default: hostPath
hidden: true
- variable: hostPathType
label: hostPathType
schema:
type: string
default: File
hidden: true
- variable: noMount
label: noMount
schema:
type: boolean
default: true
hidden: true
- variable: hostPath
label: Full Path to File
description: "Path to your local VPN config file for example: /mnt/tank/vpn.conf or /mnt/tank/vpn.ovpn"
schema:
type: string
default: ""
- 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: codeserver
label: Codeserver
schema:
@ -2725,6 +2539,191 @@ questions:
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: openvpn
description: OpenVPN
- value: wireguard
description: Wireguard
- value: tailscale
description: Tailscale
- 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: 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: Sock5 Server
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: dict
show_if: [["type", "!=", "disabled"]]
attrs:
- variable: enabled
label: Enabled
schema:
type: boolean
default: true
hidden: true
- variable: type
label: Type
schema:
type: string
default: hostPath
hidden: true
- variable: hostPathType
label: hostPathType
schema:
type: string
default: File
hidden: true
- variable: noMount
label: noMount
schema:
type: boolean
default: true
hidden: true
- variable: hostPath
label: Full Path to File
description: "Path to your local VPN config file for example: /mnt/tank/vpn.conf or /mnt/tank/vpn.ovpn"
schema:
type: string
default: ""
- 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

View File

@ -0,0 +1,99 @@
# Changelog
## [collabora-online-12.1.51](https://github.com/truecharts/charts/compare/collabora-online-12.1.50...collabora-online-12.1.51) (2022-10-07)
### Chore
- Auto-update chart README [skip ci]
- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979))
- update helm chart common to v10.6.11 ([#4021](https://github.com/truecharts/charts/issues/4021))
## [collabora-online-12.1.50](https://github.com/truecharts/charts/compare/collabora-online-12.1.49...collabora-online-12.1.50) (2022-10-01)
### Chore
- Auto-update chart README [skip ci]
- update helm chart common to v10.6.8
## [collabora-online-12.1.49](https://github.com/truecharts/charts/compare/collabora-online-12.1.48...collabora-online-12.1.49) (2022-09-29)
### Chore
- update helm chart common to v10.6.5 ([#3946](https://github.com/truecharts/charts/issues/3946))
## [collabora-online-12.1.47](https://github.com/truecharts/charts/compare/collabora-online-12.1.46...collabora-online-12.1.47) (2022-09-26)
### Chore
- Auto-update chart README [skip ci]
- update helm chart common to v10.6.4 ([#3914](https://github.com/truecharts/charts/issues/3914))
## [collabora-online-12.1.46](https://github.com/truecharts/charts/compare/collabora-online-12.1.45...collabora-online-12.1.46) (2022-09-25)
### Chore
- Auto-update chart README [skip ci]
- update helm chart common to v10.6.1 ([#3893](https://github.com/truecharts/charts/issues/3893))
## [collabora-online-12.1.45](https://github.com/truecharts/charts/compare/collabora-online-12.1.43...collabora-online-12.1.45) (2022-09-24)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update helm chart common to v10.6.0
- update helm chart common to v10.5.12
## [collabora-online-12.1.44](https://github.com/truecharts/charts/compare/collabora-online-12.1.43...collabora-online-12.1.44) (2022-09-22)
### Chore
- Auto-update chart README [skip ci]
- update helm chart common to v10.5.12
## [collabora-online-12.1.43](https://github.com/truecharts/charts/compare/collabora-online-12.1.41...collabora-online-12.1.43) (2022-09-22)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- refactor Services SCALE GUI
- update docker general non-major ([#3790](https://github.com/truecharts/charts/issues/3790))
- update docker general non-major ([#3787](https://github.com/truecharts/charts/issues/3787))
- split serviceSelector ([#3751](https://github.com/truecharts/charts/issues/3751))

View File

@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.6.11
digest: sha256:b4a28b7604b153caed40b6ad96692b5ebcaac53d09ce9e190691162b59ce25c3
generated: "2022-10-07T05:40:09.395219424Z"

View File

@ -0,0 +1,32 @@
apiVersion: v2
appVersion: "22.05.6.3"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.6.11
deprecated: false
description: "An awesome Online Office suite."
home: https://truecharts.org/docs/charts/dependency/collabora-online
icon: https://truecharts.org/img/hotlink-ok/chart-icons/collabora-online.png
keywords:
- collabora-online
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: collabora-online
sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/collabora-online
- https://hub.docker.com/r/collabora/code
- https://sdk.collaboraonline.com/contents.html
- https://github.com/CollaboraOnline/online/tree/master/kubernetes/helm
type: application
version: 12.1.51
annotations:
truecharts.org/catagories: |
- office
- documents
- productivity
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@ -0,0 +1,108 @@
# collabora-online
An awesome Online Office suite.
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
This readme is just an automatically generated general guide on installing our Helm Charts and Apps.
For more information, please click here: [collabora-online](https://truecharts.org/docs/charts/dependency/collabora-online)
**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)**
## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/dependency/collabora-online>
* <https://hub.docker.com/r/collabora/code>
* <https://sdk.collaboraonline.com/contents.html>
* <https://github.com/CollaboraOnline/online/tree/master/kubernetes/helm>
## Requirements
Kubernetes: `>=1.16.0-0`
## Dependencies
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.truecharts.org | common | 10.6.11 |
## Installing the Chart
### TrueNAS SCALE
To install this Chart on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Installing-an-App).
### Helm
To install the chart with the release name `collabora-online`
```console
helm repo add TrueCharts https://charts.truecharts.org
helm repo update
helm install collabora-online TrueCharts/collabora-online
```
## Uninstall
### TrueNAS SCALE
**Upgrading, Rolling Back and Uninstalling the Chart**
To upgrade, rollback or delete this Chart from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/docs/manual/SCALE%20Apps/Upgrade-rollback-delete-an-App).
### Helm
To uninstall the `collabora-online` deployment
```console
helm uninstall collabora-online
```
## Configuration
### Helm
#### Available Settings
Read through the values.yaml file. It has several commented out suggested values.
Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common).
#### Configure using the command line
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
```console
helm install collabora-online \
--set env.TZ="America/New York" \
TrueCharts/collabora-online
```
#### Configure using a yaml file
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
```console
helm install collabora-online TrueCharts/collabora-online -f values.yaml
```
#### Connecting to other charts
If you need to connect this Chart to other Charts on TrueNAS SCALE, please refer to our [Linking Charts Internally](https://truecharts.org/docs/manual/SCALE%20Apps/linking-apps) quick-start guide.
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/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/apps/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

View File

@ -0,0 +1,8 @@
An awesome Online Office suite.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/dependency/collabora-online](https://truecharts.org/docs/charts/dependency/collabora-online)
---
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/docs/about/sponsor) or contributing back to the project any way you can!

View File

@ -0,0 +1,54 @@
image:
repository: tccr.io/truecharts/collabora
tag: 22.05.6.3.1@sha256:3ac50d1c140a43accc7532c4b79dfc7ace5aed7985dbed74d7a3a8891c57fcfc
pullPolicy: IfNotPresent
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
securityContext:
readOnlyRootFilesystem: false
allowPrivilegeEscalation: true
podSecurityContext:
runAsUser: 104
runAsGroup: 106
service:
main:
ports:
main:
port: 10105
targetPort: 9980
secretEnv:
username: ""
password: ""
env:
aliasgroup1: ""
dictionaries: "de_DE en_GB en_US es_ES fr_FR it nl pt_BR pt_PT ru"
extra_params: "--o:welcome.enable=false --o:logging.level=information --o:user_interface.mode=notebookbar --o:ssl.termination=true --o:ssl.enable=false "
server_name: "collabora.domain.tld"
DONT_GEN_SSL_CERT: true
portal:
enabled: true

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +0,0 @@
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.6.8
digest: sha256:591c2c8ae41f53f15397325a4a7a0ae3551b777030eea017520f8c3069f2b7c9
generated: "2022-10-03T05:31:48.602523266Z"

View File

@ -2,6 +2,16 @@
## [mariadb-3.0.89](https://github.com/truecharts/charts/compare/mariadb-3.0.88...mariadb-3.0.89) (2022-10-07)
### Chore
- Auto-update chart README [skip ci]
- update helm chart common to v10.6.11 ([#4021](https://github.com/truecharts/charts/issues/4021))
## [mariadb-3.0.88](https://github.com/truecharts/charts/compare/mariadb-3.0.87...mariadb-3.0.88) (2022-10-03)
### Chore
@ -87,13 +97,3 @@
## [mariadb-3.0.79](https://github.com/truecharts/charts/compare/mariadb-3.0.78...mariadb-3.0.79) (2022-09-22)
### Chore
- Auto-update chart README [skip ci]
- update helm chart common to v10.5.12
## [mariadb-3.0.78](https://github.com/truecharts/charts/compare/mariadb-3.0.73...mariadb-3.0.78) (2022-09-22)
### Chore

View File

@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.6.11
digest: sha256:b4a28b7604b153caed40b6ad96692b5ebcaac53d09ce9e190691162b59ce25c3
generated: "2022-10-07T05:40:09.417109824Z"

View File

@ -3,7 +3,7 @@ appVersion: "10.9.3"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.6.8
version: 10.6.11
deprecated: false
description: Fast, reliable, scalable, and easy to use open-source relational database system.
home: https://truecharts.org/docs/charts/dependency/mariadb
@ -25,7 +25,7 @@ sources:
- https://github.com/prometheus/mysqld_exporter
- https://mariadb.org
type: application
version: 3.0.88
version: 3.0.89
annotations:
truecharts.org/catagories: |
- database

View File

@ -24,7 +24,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.truecharts.org | common | 10.6.8 |
| https://library-charts.truecharts.org | common | 10.6.11 |
## Installing the Chart

Binary file not shown.

View File

@ -0,0 +1 @@
{{ include "tc.common.loader.all" . }}

View File

@ -1,6 +0,0 @@
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.6.8
digest: sha256:591c2c8ae41f53f15397325a4a7a0ae3551b777030eea017520f8c3069f2b7c9
generated: "2022-10-04T06:22:35.927927052Z"

View File

@ -2,6 +2,16 @@
## [memcached-3.0.90](https://github.com/truecharts/charts/compare/memcached-3.0.89...memcached-3.0.90) (2022-10-07)
### Chore
- Auto-update chart README [skip ci]
- update helm chart common to v10.6.11 ([#4021](https://github.com/truecharts/charts/issues/4021))
## [memcached-3.0.89](https://github.com/truecharts/charts/compare/memcached-3.0.88...memcached-3.0.89) (2022-10-04)
### Chore
@ -87,13 +97,3 @@
## [memcached-3.0.80](https://github.com/truecharts/charts/compare/memcached-3.0.79...memcached-3.0.80) (2022-09-22)
### Chore
- Auto-update chart README [skip ci]
- update helm chart common to v10.5.12
## [memcached-3.0.79](https://github.com/truecharts/charts/compare/memcached-3.0.76...memcached-3.0.79) (2022-09-22)

View File

@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.6.11
digest: sha256:b4a28b7604b153caed40b6ad96692b5ebcaac53d09ce9e190691162b59ce25c3
generated: "2022-10-07T05:40:09.4509913Z"

View File

@ -3,7 +3,7 @@ appVersion: "1.6.17"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.6.8
version: 10.6.11
deprecated: false
description: Memcached is a memory-backed database caching solution
home: https://truecharts.org/docs/charts/dependency/memcached
@ -23,7 +23,7 @@ sources:
- https://github.com/bitnami/bitnami-docker-memcached
- http://memcached.org/
type: application
version: 3.0.89
version: 3.0.90
annotations:
truecharts.org/catagories: |
- database

View File

@ -23,7 +23,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.truecharts.org | common | 10.6.8 |
| https://library-charts.truecharts.org | common | 10.6.11 |
## Installing the Chart

Binary file not shown.

View File

@ -1,6 +0,0 @@
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.6.8
digest: sha256:591c2c8ae41f53f15397325a4a7a0ae3551b777030eea017520f8c3069f2b7c9
generated: "2022-10-04T06:22:35.968130061Z"

View File

@ -2,6 +2,16 @@
## [mongodb-2.0.29](https://github.com/truecharts/charts/compare/mongodb-2.0.28...mongodb-2.0.29) (2022-10-07)
### Chore
- Auto-update chart README [skip ci]
- update helm chart common to v10.6.11 ([#4021](https://github.com/truecharts/charts/issues/4021))
## [mongodb-2.0.28](https://github.com/truecharts/charts/compare/mongodb-2.0.27...mongodb-2.0.28) (2022-10-04)
### Chore
@ -87,13 +97,3 @@
### Chore
- Auto-update chart README [skip ci]
- update helm chart common to v10.6.0
## [mongodb-2.0.19](https://github.com/truecharts/charts/compare/mongodb-2.0.17...mongodb-2.0.19) (2022-09-24)
### Chore

View File

@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.6.11
digest: sha256:b4a28b7604b153caed40b6ad96692b5ebcaac53d09ce9e190691162b59ce25c3
generated: "2022-10-07T05:40:43.400690482Z"

View File

@ -3,7 +3,7 @@ appVersion: "6.0.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.6.8
version: 10.6.11
deprecated: false
description: Fast, reliable, scalable, and easy to use open-source no-sql database system.
home: https://truecharts.org/docs/charts/dependency/mongodb
@ -24,7 +24,7 @@ sources:
- https://github.com/bitnami/bitnami-docker-mongodb
- https://www.mongodb.com
type: application
version: 2.0.28
version: 2.0.29
annotations:
truecharts.org/catagories: |
- database

View File

@ -24,7 +24,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.truecharts.org | common | 10.6.8 |
| https://library-charts.truecharts.org | common | 10.6.11 |
## Installing the Chart

Binary file not shown.

View File

@ -1,6 +0,0 @@
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.6.8
digest: sha256:591c2c8ae41f53f15397325a4a7a0ae3551b777030eea017520f8c3069f2b7c9
generated: "2022-10-04T06:22:35.923470584Z"

View File

@ -2,6 +2,16 @@
## [postgresql-8.0.94](https://github.com/truecharts/charts/compare/postgresql-8.0.93...postgresql-8.0.94) (2022-10-07)
### Chore
- Auto-update chart README [skip ci]
- update helm chart common to v10.6.11 ([#4021](https://github.com/truecharts/charts/issues/4021))
## [postgresql-8.0.93](https://github.com/truecharts/charts/compare/postgresql-8.0.92...postgresql-8.0.93) (2022-10-04)
### Chore
@ -87,13 +97,3 @@
## [cryptpad-0.0.58](https://github.com/truecharts/charts/compare/cryptpad-0.0.57...cryptpad-0.0.58) (2022-09-25)
### Chore
- Auto-update chart README [skip ci]
- update docker general non-major ([#3881](https://github.com/truecharts/charts/issues/3881))
## [cryptpad-0.0.57](https://github.com/truecharts/charts/compare/cryptpad-0.0.56...cryptpad-0.0.57) (2022-09-24)

View File

@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.6.11
digest: sha256:b4a28b7604b153caed40b6ad96692b5ebcaac53d09ce9e190691162b59ce25c3
generated: "2022-10-07T05:40:43.417614518Z"

View File

@ -3,7 +3,7 @@ appVersion: "14.5.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.6.8
version: 10.6.11
deprecated: false
description: PostgresSQL
home: https://truecharts.org/docs/charts/dependency/postgresql
@ -23,7 +23,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/dependency/postgresql
- https://www.postgresql.org/
type: application
version: 8.0.93
version: 8.0.94
annotations:
truecharts.org/catagories: |
- database

View File

@ -22,7 +22,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.truecharts.org | common | 10.6.8 |
| https://library-charts.truecharts.org | common | 10.6.11 |
## Installing the Chart

Binary file not shown.

View File

@ -1,6 +0,0 @@
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.6.8
digest: sha256:591c2c8ae41f53f15397325a4a7a0ae3551b777030eea017520f8c3069f2b7c9
generated: "2022-10-01T02:04:03.657501883Z"

View File

@ -2,6 +2,16 @@
## [promtail-3.0.58](https://github.com/truecharts/charts/compare/promtail-3.0.57...promtail-3.0.58) (2022-10-07)
### Chore
- Auto-update chart README [skip ci]
- update helm chart common to v10.6.11 ([#4021](https://github.com/truecharts/charts/issues/4021))
## [promtail-3.0.57](https://github.com/truecharts/charts/compare/promtail-3.0.56...promtail-3.0.57) (2022-10-01)
### Chore
@ -87,13 +97,3 @@
- update helm chart common to v10.5.8 ([#3729](https://github.com/truecharts/charts/issues/3729))
## [promtail-3.0.48](https://github.com/truecharts/charts/compare/promtail-3.0.47...promtail-3.0.48) (2022-09-03)
### Fix
- fix serviceaccount creation on few apps ([#3665](https://github.com/truecharts/charts/issues/3665))

View File

@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.6.11
digest: sha256:b4a28b7604b153caed40b6ad96692b5ebcaac53d09ce9e190691162b59ce25c3
generated: "2022-10-07T05:40:43.978726092Z"

View File

@ -3,7 +3,7 @@ appVersion: "2.6.1"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.6.8
version: 10.6.11
deprecated: false
description: Promtail is an agent which ships the contents of local logs to a Loki instance
icon: https://truecharts.org/img/hotlink-ok/chart-icons/promtail.png
@ -23,7 +23,7 @@ sources:
- https://grafana.com/oss/loki/
- https://grafana.com/docs/loki/latest/
type: application
version: 3.0.57
version: 3.0.58
annotations:
truecharts.org/catagories: |
- metrics

View File

@ -24,7 +24,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.truecharts.org | common | 10.6.8 |
| https://library-charts.truecharts.org | common | 10.6.11 |
## Installing the Chart

Binary file not shown.

View File

@ -1,6 +0,0 @@
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.6.8
digest: sha256:591c2c8ae41f53f15397325a4a7a0ae3551b777030eea017520f8c3069f2b7c9
generated: "2022-10-05T09:33:25.125410637Z"

View File

@ -2,6 +2,15 @@
## [redis-3.0.91](https://github.com/truecharts/charts/compare/redisinsight-0.0.29...redis-3.0.91) (2022-10-07)
### Chore
- update helm chart common to v10.6.11 ([#4021](https://github.com/truecharts/charts/issues/4021))
## [redis-3.0.90](https://github.com/truecharts/charts/compare/redisinsight-0.0.28...redis-3.0.90) (2022-10-05)
### Chore
@ -88,12 +97,3 @@
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- update docker general non-major ([#3850](https://github.com/truecharts/charts/issues/3850))
- update helm chart common to v10.5.12
## [redis-3.0.80](https://github.com/truecharts/charts/compare/redis-3.0.79...redis-3.0.80) (2022-09-22)

View File

@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.6.11
digest: sha256:b4a28b7604b153caed40b6ad96692b5ebcaac53d09ce9e190691162b59ce25c3
generated: "2022-10-07T05:40:44.575687283Z"

View File

@ -3,7 +3,7 @@ appVersion: "7.0.5"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.6.8
version: 10.6.11
deprecated: false
description: Open source, advanced key-value store.
home: https://truecharts.org/docs/charts/dependency/redis
@ -23,7 +23,7 @@ sources:
- https://github.com/bitnami/bitnami-docker-redis
- http://redis.io/
type: application
version: 3.0.90
version: 3.0.91
annotations:
truecharts.org/catagories: |
- database

View File

@ -23,7 +23,7 @@ Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://library-charts.truecharts.org | common | 10.6.8 |
| https://library-charts.truecharts.org | common | 10.6.11 |
## Installing the Chart

Binary file not shown.

View File

@ -1,6 +0,0 @@
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.6.8
digest: sha256:591c2c8ae41f53f15397325a4a7a0ae3551b777030eea017520f8c3069f2b7c9
generated: "2022-10-01T02:04:37.653270732Z"

View File

@ -2,6 +2,17 @@
## [solr-0.0.60](https://github.com/truecharts/charts/compare/solr-0.0.59...solr-0.0.60) (2022-10-07)
### Chore
- Auto-update chart README [skip ci]
- split addons in smaller templates ([#3979](https://github.com/truecharts/charts/issues/3979))
- update helm chart common to v10.6.11 ([#4021](https://github.com/truecharts/charts/issues/4021))
## [solr-0.0.59](https://github.com/truecharts/charts/compare/solr-0.0.58...solr-0.0.59) (2022-10-01)
### Chore
@ -86,14 +97,3 @@
## [solr-0.0.51](https://github.com/truecharts/charts/compare/solr-0.0.48...solr-0.0.51) (2022-09-22)
### Chore
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]
- Auto-update chart README [skip ci]

View File

@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.6.11
digest: sha256:b4a28b7604b153caed40b6ad96692b5ebcaac53d09ce9e190691162b59ce25c3
generated: "2022-10-07T05:41:16.622997107Z"

View File

@ -3,7 +3,7 @@ appVersion: "9.0.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 10.6.8
version: 10.6.11
deprecated: false
description: Apache Solr
home: https://truecharts.org/docs/charts/dependency/solr
@ -23,7 +23,7 @@ sources:
- https://github.com/apache/solr
- https://hub.docker.com/r/bitnami/solr/
type: application
version: 0.0.59
version: 0.0.60
annotations:
truecharts.org/catagories: |
- search

Some files were not shown because too many files have changed in this diff Show More