Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
9b67b7d7c9
commit
56354e56d3
|
@ -0,0 +1,99 @@
|
|||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [thelounge-10.0.4](https://github.com/truecharts/charts/compare/thelounge-10.0.3...thelounge-10.0.4) (2023-08-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/thelounge to v4.4.1 ([#11866](https://github.com/truecharts/charts/issues/11866))
|
||||
|
||||
|
||||
|
||||
|
||||
## [thelounge-10.0.3](https://github.com/truecharts/charts/compare/thelounge-10.0.2...thelounge-10.0.3) (2023-08-18)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/thelounge to v4.4.1 ([#11665](https://github.com/truecharts/charts/issues/11665))
|
||||
|
||||
|
||||
|
||||
|
||||
## [thelounge-10.0.2](https://github.com/truecharts/charts/compare/thelounge-10.0.1...thelounge-10.0.2) (2023-08-11)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/thelounge to v4.4.1 ([#11438](https://github.com/truecharts/charts/issues/11438))
|
||||
|
||||
|
||||
|
||||
|
||||
## [thelounge-10.0.1](https://github.com/truecharts/charts/compare/thelounge-10.0.0...thelounge-10.0.1) (2023-08-04)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/thelounge to v4.4.1 ([#11195](https://github.com/truecharts/charts/issues/11195))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [thelounge-10.0.0](https://github.com/truecharts/charts/compare/thelounge-9.0.37...thelounge-10.0.0) (2023-07-31)
|
||||
|
||||
|
||||
|
||||
|
||||
## [thelounge-9.0.37](https://github.com/truecharts/charts/compare/thelounge-9.0.36...thelounge-9.0.37) (2023-07-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/thelounge to v4.4.1 ([#11007](https://github.com/truecharts/charts/issues/11007))
|
||||
|
||||
|
||||
|
||||
|
||||
## [thelounge-9.0.36](https://github.com/truecharts/charts/compare/thelounge-9.0.35...thelounge-9.0.36) (2023-07-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#10955](https://github.com/truecharts/charts/issues/10955))
|
||||
|
||||
|
||||
|
||||
|
||||
## [thelounge-9.0.35](https://github.com/truecharts/charts/compare/thelounge-9.0.34...thelounge-9.0.35) (2023-07-21)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/thelounge to v4.4.1 ([#10696](https://github.com/truecharts/charts/issues/10696))
|
||||
|
||||
|
||||
|
||||
|
||||
## [thelounge-9.0.34](https://github.com/truecharts/charts/compare/thelounge-9.0.33...thelounge-9.0.34) (2023-07-14)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/thelounge to v4.4.1 ([#10462](https://github.com/truecharts/charts/issues/10462))
|
||||
|
||||
|
||||
|
||||
|
||||
## [thelounge-9.0.33](https://github.com/truecharts/charts/compare/thelounge-9.0.32...thelounge-9.0.33) (2023-07-13)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/thelounge to v4.4.1 ([#10438](https://github.com/truecharts/charts/issues/10438))
|
||||
|
||||
|
||||
|
||||
|
||||
## [thelounge-9.0.32](https://github.com/truecharts/charts/compare/thelounge-9.0.31...thelounge-9.0.32) (2023-07-06)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/thelounge to v4.4.1 ([#10209](https://github.com/truecharts/charts/issues/10209))
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
apiVersion: v2
|
||||
appVersion: "4.4.1"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 14.0.1
|
||||
description: The Lounge, modern web IRC client designed for self-hosting
|
||||
home: https://truecharts.org/charts/stable/thelounge
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/thelounge.png
|
||||
keywords:
|
||||
- thelounge
|
||||
- IRC
|
||||
- The Lounge
|
||||
- docker
|
||||
- thelounge-docker
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: thelounge
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/thelounge
|
||||
- https://github.com/thelounge/thelounge
|
||||
version: 10.0.4
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- utilities
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -0,0 +1,27 @@
|
|||
# README
|
||||
|
||||
## General Info
|
||||
|
||||
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
|
||||
However only installations using the TrueNAS SCALE Apps system are supported.
|
||||
|
||||
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/)
|
||||
|
||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
|
||||
|
||||
|
||||
## Support
|
||||
|
||||
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
|
||||
- See the [Website](https://truecharts.org)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
|
||||
|
||||
---
|
||||
|
||||
## Sponsor TrueCharts
|
||||
|
||||
TrueCharts can only exist due to the incredible effort of our staff.
|
||||
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
|
||||
|
||||
*All Rights Reserved - The TrueCharts Project*
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [thelounge-10.0.4](https://github.com/truecharts/charts/compare/thelounge-10.0.3...thelounge-10.0.4) (2023-08-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/thelounge to v4.4.1 ([#11866](https://github.com/truecharts/charts/issues/11866))
|
||||
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
The Lounge, modern web IRC client designed for self-hosting
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/thelounge](https://truecharts.org/charts/stable/thelounge)
|
||||
|
||||
---
|
||||
|
||||
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!
|
Binary file not shown.
|
@ -0,0 +1,29 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/thelounge
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v4.4.1@sha256:1eed9608091ede7b97bdc906d14884bd5a67b6215fbb3a1740a991c915a83a8f
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 10061
|
||||
targetPort: 9000
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: "/config"
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
securityContext:
|
||||
container:
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
THELOUNGE_HOME: "/config"
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1 @@
|
|||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
|
@ -0,0 +1 @@
|
|||
{{ include "tc.v1.common.loader.all" . }}
|
Loading…
Reference in New Issue