Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [duckdns-8.1.7](https://github.com/truecharts/charts/compare/duckdns-8.1.6...duckdns-8.1.7) (2024-01-03)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image ghcr.io/linuxserver/duckdns to latest[@0acb76a](https://github.com/0acb76a) by renovate ([#16720](https://github.com/truecharts/charts/issues/16720))
|
||||
@@ -7,6 +7,15 @@ title: Changelog
|
||||
|
||||
|
||||
|
||||
## [duckdns-8.1.8](https://github.com/truecharts/charts/compare/duckdns-8.1.7...duckdns-8.1.8) (2024-01-08)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image ghcr.io/linuxserver/duckdns to latest[@73028dc](https://github.com/73028dc) by renovate ([#17035](https://github.com/truecharts/charts/issues/17035))
|
||||
|
||||
|
||||
## [duckdns-8.1.7](https://github.com/truecharts/charts/compare/duckdns-8.1.6...duckdns-8.1.7) (2024-01-03)
|
||||
|
||||
### Chore
|
||||
@@ -88,12 +97,3 @@ title: Changelog
|
||||
## [duckdns-8.0.1](https://github.com/truecharts/charts/compare/duckdns-8.0.0...duckdns-8.0.1) (2023-12-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major by renovate ([#16545](https://github.com/truecharts/charts/issues/16545))
|
||||
|
||||
## [duckdns-8.0.0](https://github.com/truecharts/charts/compare/duckdns-7.0.11...duckdns-8.0.0) (2023-12-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 17.1.0 by renovate ([#16532](https://github.com/truecharts/charts/issues/16532))
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: duckdns
|
||||
version: 8.1.7
|
||||
version: 8.1.8
|
||||
appVersion: latest
|
||||
description: Duckdns is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice.
|
||||
home: https://truecharts.org/charts/stable/duckdns
|
||||
9
stable/duckdns/8.1.8/app-changelog.md
Normal file
9
stable/duckdns/8.1.8/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [duckdns-8.1.8](https://github.com/truecharts/charts/compare/duckdns-8.1.7...duckdns-8.1.8) (2024-01-08)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image ghcr.io/linuxserver/duckdns to latest[@73028dc](https://github.com/73028dc) by renovate ([#17035](https://github.com/truecharts/charts/issues/17035))
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/linuxserver/duckdns
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest@sha256:0acb76a2afbc7ae0899993e25aafe85e0ecd9cccee7c34fbd6f1b234a3f132d4
|
||||
tag: latest@sha256:73028dc8c24a960b4931e73cfe3fcb8852ead2234274f235fa2c7b78dc6e7e5b
|
||||
securityContext:
|
||||
container:
|
||||
runAsNonRoot: false
|
||||
@@ -256,30 +256,42 @@ questions:
|
||||
type: dict
|
||||
additional_attrs: true
|
||||
attrs:
|
||||
- variable: registry
|
||||
label: "Registry"
|
||||
- variable: enabled
|
||||
label: Enabled
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: "https://index.docker.io/v1/"
|
||||
- variable: username
|
||||
label: "Username"
|
||||
type: boolean
|
||||
default: true
|
||||
- variable: data
|
||||
label: Data
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: password
|
||||
label: "Password"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: email
|
||||
label: "Email"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
type: dict
|
||||
additional_attrs: true
|
||||
attrs:
|
||||
- variable: registry
|
||||
label: "Registry"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: "https://index.docker.io/v1/"
|
||||
- variable: username
|
||||
label: "Username"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: password
|
||||
label: "Password"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
private: true
|
||||
default: ""
|
||||
- variable: email
|
||||
label: "Email"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: serviceexpert
|
||||
group: Networking and Services
|
||||
label: Show Expert Config
|
||||
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [imgpush-4.1.5](https://github.com/truecharts/charts/compare/imgpush-4.1.4...imgpush-4.1.5) (2024-01-02)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- force bump to ensure up-to-date catalogs
|
||||
@@ -7,6 +7,15 @@ title: Changelog
|
||||
|
||||
|
||||
|
||||
## [imgpush-4.1.6](https://github.com/truecharts/charts/compare/imgpush-4.1.5...imgpush-4.1.6) (2024-01-08)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image hauxir/imgpush to latest[@8842481](https://github.com/8842481) by renovate ([#17037](https://github.com/truecharts/charts/issues/17037))
|
||||
|
||||
|
||||
## [imgpush-4.1.5](https://github.com/truecharts/charts/compare/imgpush-4.1.4...imgpush-4.1.5) (2024-01-02)
|
||||
|
||||
### Chore
|
||||
@@ -88,12 +97,3 @@ title: Changelog
|
||||
## [imgpush-3.0.16](https://github.com/truecharts/charts/compare/imgpush-3.0.15...imgpush-3.0.16) (2023-12-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major by renovate ([#16376](https://github.com/truecharts/charts/issues/16376))
|
||||
|
||||
## [imgpush-3.0.15](https://github.com/truecharts/charts/compare/imgpush-3.0.14...imgpush-3.0.15) (2023-12-23)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major by renovate ([#16373](https://github.com/truecharts/charts/issues/16373))
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: imgpush
|
||||
version: 4.1.5
|
||||
version: 4.1.6
|
||||
appVersion: latest
|
||||
description: Minimalist Self-hosted Image Service for user submitted images in your app (e.g. avatars).
|
||||
home: https://truecharts.org/charts/incubator/imgpush
|
||||
9
stable/imgpush/4.1.6/app-changelog.md
Normal file
9
stable/imgpush/4.1.6/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [imgpush-4.1.6](https://github.com/truecharts/charts/compare/imgpush-4.1.5...imgpush-4.1.6) (2024-01-08)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image hauxir/imgpush to latest[@8842481](https://github.com/8842481) by renovate ([#17037](https://github.com/truecharts/charts/issues/17037))
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: hauxir/imgpush
|
||||
tag: latest@sha256:ba34e04a54fb2f2d191c2e7ea6e10ba0c3f1ebfb55e6cdc8e7d64f6c9b9869c3
|
||||
tag: latest@sha256:8842481d8f6538ac7c4b638c9fea033ae80f6c4331baa12a36a5a1f49ae84e43
|
||||
persistence:
|
||||
storagecache:
|
||||
enabled: true
|
||||
@@ -238,30 +238,42 @@ questions:
|
||||
type: dict
|
||||
additional_attrs: true
|
||||
attrs:
|
||||
- variable: registry
|
||||
label: "Registry"
|
||||
- variable: enabled
|
||||
label: Enabled
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: "https://index.docker.io/v1/"
|
||||
- variable: username
|
||||
label: "Username"
|
||||
type: boolean
|
||||
default: true
|
||||
- variable: data
|
||||
label: Data
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: password
|
||||
label: "Password"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: email
|
||||
label: "Email"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
type: dict
|
||||
additional_attrs: true
|
||||
attrs:
|
||||
- variable: registry
|
||||
label: "Registry"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: "https://index.docker.io/v1/"
|
||||
- variable: username
|
||||
label: "Username"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: password
|
||||
label: "Password"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
private: true
|
||||
default: ""
|
||||
- variable: email
|
||||
label: "Email"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: service
|
||||
group: Networking and Services
|
||||
label: Configure Service(s)
|
||||
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [kdenlive-4.1.6](https://github.com/truecharts/charts/compare/kdenlive-4.1.5...kdenlive-4.1.6) (2024-01-03)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image lscr.io/linuxserver/kdenlive to latest[@235c61f](https://github.com/235c61f) by renovate ([#16784](https://github.com/truecharts/charts/issues/16784))
|
||||
@@ -7,6 +7,15 @@ title: Changelog
|
||||
|
||||
|
||||
|
||||
## [kdenlive-4.1.7](https://github.com/truecharts/charts/compare/kdenlive-4.1.6...kdenlive-4.1.7) (2024-01-08)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image lscr.io/linuxserver/kdenlive to latest[@c5f4cb0](https://github.com/c5f4cb0) by renovate ([#17039](https://github.com/truecharts/charts/issues/17039))
|
||||
|
||||
|
||||
## [kdenlive-4.1.6](https://github.com/truecharts/charts/compare/kdenlive-4.1.5...kdenlive-4.1.6) (2024-01-03)
|
||||
|
||||
### Chore
|
||||
@@ -88,12 +97,3 @@ title: Changelog
|
||||
|
||||
- update helm general non-major by renovate ([#16545](https://github.com/truecharts/charts/issues/16545))
|
||||
|
||||
## [kdenlive-4.0.1](https://github.com/truecharts/charts/compare/kdenlive-4.0.0...kdenlive-4.0.1) (2023-12-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image lscr.io/linuxserver/kdenlive to latest[@8552a3f](https://github.com/8552a3f) by renovate ([#16534](https://github.com/truecharts/charts/issues/16534))
|
||||
|
||||
## [kdenlive-4.0.0](https://github.com/truecharts/charts/compare/kdenlive-3.0.18...kdenlive-4.0.0) (2023-12-25)
|
||||
|
||||
### Chore
|
||||
@@ -1,18 +1,18 @@
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: kdenlive
|
||||
version: 4.1.6
|
||||
version: 4.1.7
|
||||
appVersion: latest
|
||||
description: Kdenlive(https://kdenlive.org/) is a powerful free and open source cross-platform video editing program made by the KDE community. Feature rich and production ready.
|
||||
home: https://truecharts.org/charts/incubator/kdenlive
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/kdenlive.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://fleet.linuxserver.io/image?name=linuxserver/kdenlive
|
||||
- https://kdenlive.org/
|
||||
- https://github.com/orgs/linuxserver/packages/container/package/kdenlive
|
||||
- https://github.com/linuxserver/docker-kdenlive#readme
|
||||
- https://kdenlive.org/
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/kdenlive
|
||||
- https://fleet.linuxserver.io/image?name=linuxserver/kdenlive
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
9
stable/kdenlive/4.1.7/app-changelog.md
Normal file
9
stable/kdenlive/4.1.7/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [kdenlive-4.1.7](https://github.com/truecharts/charts/compare/kdenlive-4.1.6...kdenlive-4.1.7) (2024-01-08)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image lscr.io/linuxserver/kdenlive to latest[@c5f4cb0](https://github.com/c5f4cb0) by renovate ([#17039](https://github.com/truecharts/charts/issues/17039))
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: lscr.io/linuxserver/kdenlive
|
||||
tag: latest@sha256:235c61f145a47972f12db0942f710673b42c044dc8b2de32f8a03999ddd0da80
|
||||
tag: latest@sha256:c5f4cb0816ec386ab8a3b07e5002a94bac094da13bcba637d780f33fce06bf71
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
99
stable/mattermost/11.1.7/CHANGELOG.md
Normal file
99
stable/mattermost/11.1.7/CHANGELOG.md
Normal file
@@ -0,0 +1,99 @@
|
||||
---
|
||||
title: Changelog
|
||||
---
|
||||
|
||||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
## [mattermost-11.1.7](https://github.com/truecharts/charts/compare/mattermost-11.1.6...mattermost-11.1.7) (2024-01-08)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image mattermost/mattermost-enterprise-edition to release-9.4[@f04bc75](https://github.com/f04bc75) by renovate ([#17040](https://github.com/truecharts/charts/issues/17040))
|
||||
|
||||
|
||||
## [mattermost-11.1.6](https://github.com/truecharts/charts/compare/mattermost-11.1.5...mattermost-11.1.6) (2024-01-08)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image mattermost/mattermost-enterprise-edition to release-9.4[@2e639ff](https://github.com/2e639ff) by renovate ([#16959](https://github.com/truecharts/charts/issues/16959))
|
||||
|
||||
|
||||
## [mattermost-11.1.5](https://github.com/truecharts/charts/compare/mattermost-11.1.4...mattermost-11.1.5) (2024-01-02)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- force bump to ensure up-to-date catalogs
|
||||
|
||||
|
||||
## [mattermost-11.1.4](https://github.com/truecharts/charts/compare/mattermost-11.1.3...mattermost-11.1.4) (2024-01-01)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- increase common version for oci fixes
|
||||
|
||||
- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738))
|
||||
|
||||
|
||||
## [mattermost-11.1.3](https://github.com/truecharts/charts/compare/mattermost-11.1.0...mattermost-11.1.3) (2024-01-01)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- bump all charts for OCI test push
|
||||
|
||||
- move everything to consume OCI-hosted common-chart dependency
|
||||
|
||||
- update container image common to v17.2.19[@4ebb688](https://github.com/4ebb688) by renovate ([#16733](https://github.com/truecharts/charts/issues/16733))
|
||||
|
||||
- update container image common to v17.2.18[@085ba3c](https://github.com/085ba3c) by renovate ([#16732](https://github.com/truecharts/charts/issues/16732))
|
||||
|
||||
- standardize ./img references ([#16704](https://github.com/truecharts/charts/issues/16704))
|
||||
|
||||
- lints some docs, uses front-matter instead of # h1, and fix list items in changelog ([#16589](https://github.com/truecharts/charts/issues/16589))
|
||||
|
||||
|
||||
## [mattermost-11.1.2](https://github.com/truecharts/charts/compare/mattermost-11.1.0...mattermost-11.1.2) (2024-01-01)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- bump all charts for OCI test push
|
||||
|
||||
- move everything to consume OCI-hosted common-chart dependency
|
||||
|
||||
- update container image common to v17.2.18[@085ba3c](https://github.com/085ba3c) by renovate ([#16732](https://github.com/truecharts/charts/issues/16732))
|
||||
|
||||
- standardize ./img references ([#16704](https://github.com/truecharts/charts/issues/16704))
|
||||
|
||||
- lints some docs, uses front-matter instead of # h1, and fix list items in changelog ([#16589](https://github.com/truecharts/charts/issues/16589))
|
||||
## [mattermost-11.1.0](https://github.com/truecharts/charts/compare/mattermost-11.0.1...mattermost-11.1.0) (2023-12-30)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general minor by renovate ([#16579](https://github.com/truecharts/charts/issues/16579))
|
||||
|
||||
## [mattermost-11.0.1](https://github.com/truecharts/charts/compare/mattermost-11.0.0...mattermost-11.0.1) (2023-12-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major by renovate ([#16545](https://github.com/truecharts/charts/issues/16545))
|
||||
|
||||
## [mattermost-11.0.0](https://github.com/truecharts/charts/compare/mattermost-10.0.12...mattermost-11.0.0) (2023-12-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 17.1.0 by renovate ([#16532](https://github.com/truecharts/charts/issues/16532))
|
||||
|
||||
39
stable/mattermost/11.1.7/Chart.yaml
Normal file
39
stable/mattermost/11.1.7/Chart.yaml
Normal file
@@ -0,0 +1,39 @@
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: mattermost
|
||||
version: 11.1.7
|
||||
appVersion: "9.4"
|
||||
description: Mattermost is an open source platform for secure collaboration across the entire software development lifecycle.
|
||||
home: https://truecharts.org/charts/stable/mattermost
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/mattermost.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://github.com/mattermost/mattermost-server
|
||||
- https://github.com/mattermost/docker
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/mattermost
|
||||
- https://hub.docker.com/r/mattermost/mattermost-enterprise-edition
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
keywords:
|
||||
- team
|
||||
- mattermost
|
||||
- development
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 17.2.21
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
annotations:
|
||||
max_scale_version: 23.10.2
|
||||
min_scale_version: 23.10.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: hosting
|
||||
truecharts.org/max_helm_version: "3.13"
|
||||
truecharts.org/min_helm_version: "3.12"
|
||||
truecharts.org/train: stable
|
||||
type: application
|
||||
28
stable/mattermost/11.1.7/README.md
Normal file
28
stable/mattermost/11.1.7/README.md
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
title: 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/mattermost)
|
||||
|
||||
**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_
|
||||
9
stable/mattermost/11.1.7/app-changelog.md
Normal file
9
stable/mattermost/11.1.7/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [mattermost-11.1.7](https://github.com/truecharts/charts/compare/mattermost-11.1.6...mattermost-11.1.7) (2024-01-08)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image mattermost/mattermost-enterprise-edition to release-9.4[@f04bc75](https://github.com/f04bc75) by renovate ([#17040](https://github.com/truecharts/charts/issues/17040))
|
||||
8
stable/mattermost/11.1.7/app-readme.md
Normal file
8
stable/mattermost/11.1.7/app-readme.md
Normal file
@@ -0,0 +1,8 @@
|
||||
Mattermost is an open source platform for secure collaboration across the entire software development lifecycle.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/mattermost](https://truecharts.org/charts/stable/mattermost)
|
||||
|
||||
---
|
||||
|
||||
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!
|
||||
48
stable/mattermost/11.1.7/ix_values.yaml
Normal file
48
stable/mattermost/11.1.7/ix_values.yaml
Normal file
@@ -0,0 +1,48 @@
|
||||
image:
|
||||
repository: mattermost/mattermost-enterprise-edition
|
||||
tag: release-9.4@sha256:f04bc7569af899f7a0e6e425d4dc6d6a067ec206a1812f7b72fe6111a23a4d6e
|
||||
pullPolicy: IfNotPresent
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
TIMEZONE: "{{ .Values.TZ }}"
|
||||
MM_SQLSETTINGS_DRIVERNAME: "postgres"
|
||||
MM_BLEVESETTINGS_INDEXDIR: "/mattermost/bleve-indexes"
|
||||
MM_SERVICESETTINGS_SITEURL: "https://test.example.com"
|
||||
MM_SQLSETTINGS_DATASOURCE: '{{ .Values.cnpg.main.creds.std | trimAll "\"" }}'
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
port: 10239
|
||||
targetPort: 8065
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: "/mattermost/config"
|
||||
data:
|
||||
enabled: true
|
||||
mountPath: "/mattermost/data"
|
||||
logs:
|
||||
enabled: true
|
||||
mountPath: "/mattermost/logs"
|
||||
plugins:
|
||||
enabled: true
|
||||
mountPath: "/mattermost/plugins"
|
||||
clientplugins:
|
||||
enabled: true
|
||||
mountPath: "/mattermost/client/plugins"
|
||||
bleveindexes:
|
||||
enabled: true
|
||||
mountPath: "/mattermost/bleve-indexes"
|
||||
cnpg:
|
||||
main:
|
||||
enabled: true
|
||||
user: mattermost
|
||||
database: mattermost
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
4666
stable/mattermost/11.1.7/questions.yaml
Normal file
4666
stable/mattermost/11.1.7/questions.yaml
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [medusa-9.1.7](https://github.com/truecharts/charts/compare/medusa-9.1.6...medusa-9.1.7) (2024-01-08)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image ghcr.io/linuxserver/medusa to 1.0.19[@d7c7f52](https://github.com/d7c7f52) by renovate ([#16945](https://github.com/truecharts/charts/issues/16945))
|
||||
@@ -7,6 +7,15 @@ title: Changelog
|
||||
|
||||
|
||||
|
||||
## [medusa-9.1.8](https://github.com/truecharts/charts/compare/medusa-9.1.7...medusa-9.1.8) (2024-01-08)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image ghcr.io/linuxserver/medusa to 1.0.19[@c950acf](https://github.com/c950acf) by renovate ([#17036](https://github.com/truecharts/charts/issues/17036))
|
||||
|
||||
|
||||
## [medusa-9.1.7](https://github.com/truecharts/charts/compare/medusa-9.1.6...medusa-9.1.7) (2024-01-08)
|
||||
|
||||
### Chore
|
||||
@@ -88,12 +97,3 @@ title: Changelog
|
||||
## [medusa-9.0.0](https://github.com/truecharts/charts/compare/medusa-8.0.11...medusa-9.0.0) (2023-12-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 17.1.0 by renovate ([#16532](https://github.com/truecharts/charts/issues/16532))
|
||||
|
||||
## [medusa-8.0.11](https://github.com/truecharts/charts/compare/medusa-8.0.10...medusa-8.0.11) (2023-12-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major by renovate ([#16384](https://github.com/truecharts/charts/issues/16384))
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: medusa
|
||||
version: 9.1.7
|
||||
version: 9.1.8
|
||||
appVersion: 1.0.19
|
||||
description: An automatic Video Library Manager for TV Shows
|
||||
home: https://truecharts.org/charts/stable/medusa
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/medusa.png
|
||||
deprecated: false
|
||||
sources:
|
||||
- https://pymedusa.com/
|
||||
- https://github.com/linuxserver/docker-medusa
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/medusa
|
||||
- https://ghcr.io/linuxserver/medusa
|
||||
- https://pymedusa.com/
|
||||
- https://github.com/linuxserver/docker-medusa
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
9
stable/medusa/9.1.8/app-changelog.md
Normal file
9
stable/medusa/9.1.8/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [medusa-9.1.8](https://github.com/truecharts/charts/compare/medusa-9.1.7...medusa-9.1.8) (2024-01-08)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image ghcr.io/linuxserver/medusa to 1.0.19[@c950acf](https://github.com/c950acf) by renovate ([#17036](https://github.com/truecharts/charts/issues/17036))
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: ghcr.io/linuxserver/medusa
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.0.19@sha256:d7c7f52bb21e54806b69612ce2f421169d0e5fb7eb5adee0d8cd869a56c2e9cb
|
||||
tag: 1.0.19@sha256:c950acf8e4be59bff88d0268b6d076570107b12bdc0fdb26d2f7e69216c5d4bd
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [rimgo-5.1.14](https://github.com/truecharts/charts/compare/rimgo-5.1.13...rimgo-5.1.14) (2024-01-08)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image quay.io/pussthecatorg/rimgo to latest[@84a3004](https://github.com/84a3004) by renovate ([#17030](https://github.com/truecharts/charts/issues/17030))
|
||||
@@ -7,6 +7,15 @@ title: Changelog
|
||||
|
||||
|
||||
|
||||
## [rimgo-5.1.15](https://github.com/truecharts/charts/compare/rimgo-5.1.14...rimgo-5.1.15) (2024-01-08)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image quay.io/pussthecatorg/rimgo to latest[@1e5971c](https://github.com/1e5971c) by renovate ([#17043](https://github.com/truecharts/charts/issues/17043))
|
||||
|
||||
|
||||
## [rimgo-5.1.14](https://github.com/truecharts/charts/compare/rimgo-5.1.13...rimgo-5.1.14) (2024-01-08)
|
||||
|
||||
### Chore
|
||||
@@ -88,12 +97,3 @@ title: Changelog
|
||||
- fix some refs ([#16749](https://github.com/truecharts/charts/issues/16749))
|
||||
|
||||
|
||||
## [rimgo-5.1.4](https://github.com/truecharts/charts/compare/rimgo-5.1.3...rimgo-5.1.4) (2024-01-01)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- increase common version for oci fixes
|
||||
|
||||
- remove non-existent template refs ([#16738](https://github.com/truecharts/charts/issues/16738))
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: rimgo
|
||||
version: 5.1.14
|
||||
version: 5.1.15
|
||||
appVersion: latest
|
||||
description: Alternative Imgur front-end
|
||||
home: https://truecharts.org/charts/incubator/rimgo
|
||||
9
stable/rimgo/5.1.15/app-changelog.md
Normal file
9
stable/rimgo/5.1.15/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [rimgo-5.1.15](https://github.com/truecharts/charts/compare/rimgo-5.1.14...rimgo-5.1.15) (2024-01-08)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image quay.io/pussthecatorg/rimgo to latest[@1e5971c](https://github.com/1e5971c) by renovate ([#17043](https://github.com/truecharts/charts/issues/17043))
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: quay.io/pussthecatorg/rimgo
|
||||
tag: latest@sha256:84a300480da2d72689ef6b0bdb23693838478aef3d09c164e64e3729f92cae15
|
||||
tag: latest@sha256:1e5971cd7ea553d15954faac86cdc18b0c48300621a71a9fce6cc0ede527c527
|
||||
pullPolicy: IfNotPresent
|
||||
persistence: {}
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [sshwifty-4.1.5](https://github.com/truecharts/charts/compare/sshwifty-4.1.4...sshwifty-4.1.5) (2024-01-02)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- force bump to ensure up-to-date catalogs
|
||||
@@ -7,6 +7,15 @@ title: Changelog
|
||||
|
||||
|
||||
|
||||
## [sshwifty-4.1.6](https://github.com/truecharts/charts/compare/sshwifty-4.1.5...sshwifty-4.1.6) (2024-01-08)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image niruix/sshwifty to latest[@cc626e6](https://github.com/cc626e6) by renovate ([#17042](https://github.com/truecharts/charts/issues/17042))
|
||||
|
||||
|
||||
## [sshwifty-4.1.5](https://github.com/truecharts/charts/compare/sshwifty-4.1.4...sshwifty-4.1.5) (2024-01-02)
|
||||
|
||||
### Chore
|
||||
@@ -88,12 +97,3 @@ title: Changelog
|
||||
## [sshwifty-3.0.11](https://github.com/truecharts/charts/compare/sshwifty-3.0.10...sshwifty-3.0.11) (2023-12-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major by renovate ([#16384](https://github.com/truecharts/charts/issues/16384))
|
||||
|
||||
## [sshwifty-3.0.10](https://github.com/truecharts/charts/compare/sshwifty-3.0.9...sshwifty-3.0.10) (2023-12-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major by renovate ([#16376](https://github.com/truecharts/charts/issues/16376))
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: sshwifty
|
||||
version: 4.1.5
|
||||
version: 4.1.6
|
||||
appVersion: latest
|
||||
description: SSHwifty is a SSH and Telnet connector made for the Web.
|
||||
home: https://truecharts.org/charts/stable/sshwifty
|
||||
9
stable/sshwifty/4.1.6/app-changelog.md
Normal file
9
stable/sshwifty/4.1.6/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [sshwifty-4.1.6](https://github.com/truecharts/charts/compare/sshwifty-4.1.5...sshwifty-4.1.6) (2024-01-08)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image niruix/sshwifty to latest[@cc626e6](https://github.com/cc626e6) by renovate ([#17042](https://github.com/truecharts/charts/issues/17042))
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: niruix/sshwifty
|
||||
pullPolicy: IfNotPresent
|
||||
tag: latest@sha256:b6b2e591e82f2b07bf432d20748d12a58b0297f954a98588af2663fef91ad36a
|
||||
tag: latest@sha256:cc626e682c5f0074e7eb1217b9d2cdb928a201ee1ad38acac3bc1e92e46b7245
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
1
stable/sshwifty/4.1.6/templates/NOTES.txt
Normal file
1
stable/sshwifty/4.1.6/templates/NOTES.txt
Normal file
@@ -0,0 +1 @@
|
||||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
||||
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [tar1090-4.1.7](https://github.com/truecharts/charts/compare/tar1090-4.1.6...tar1090-4.1.7) (2024-01-03)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image mikenye/tar1090 to latest[@dc65655](https://github.com/dc65655) by renovate ([#16730](https://github.com/truecharts/charts/issues/16730))
|
||||
@@ -7,6 +7,15 @@ title: Changelog
|
||||
|
||||
|
||||
|
||||
## [tar1090-4.1.8](https://github.com/truecharts/charts/compare/tar1090-4.1.7...tar1090-4.1.8) (2024-01-08)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image mikenye/tar1090 to latest[@7607c16](https://github.com/7607c16) by renovate ([#17041](https://github.com/truecharts/charts/issues/17041))
|
||||
|
||||
|
||||
## [tar1090-4.1.7](https://github.com/truecharts/charts/compare/tar1090-4.1.6...tar1090-4.1.7) (2024-01-03)
|
||||
|
||||
### Chore
|
||||
@@ -88,12 +97,3 @@ title: Changelog
|
||||
## [tar1090-4.0.0](https://github.com/truecharts/charts/compare/tar1090-3.0.20...tar1090-4.0.0) (2023-12-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to 17.1.0 by renovate ([#16532](https://github.com/truecharts/charts/issues/16532))
|
||||
|
||||
## [tar1090-3.0.20](https://github.com/truecharts/charts/compare/tar1090-3.0.19...tar1090-3.0.20) (2023-12-25)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image mikenye/tar1090 to latest[@b7031ed](https://github.com/b7031ed) by renovate ([#16528](https://github.com/truecharts/charts/issues/16528))
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
apiVersion: v2
|
||||
name: tar1090
|
||||
version: 4.1.7
|
||||
version: 4.1.8
|
||||
appVersion: latest
|
||||
description: Multi-arch tar1090 Chart for visualising ADSB data.
|
||||
home: https://truecharts.org/charts/incubator/tar1090
|
||||
9
stable/tar1090/4.1.8/app-changelog.md
Normal file
9
stable/tar1090/4.1.8/app-changelog.md
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
## [tar1090-4.1.8](https://github.com/truecharts/charts/compare/tar1090-4.1.7...tar1090-4.1.8) (2024-01-08)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- update container image mikenye/tar1090 to latest[@7607c16](https://github.com/7607c16) by renovate ([#17041](https://github.com/truecharts/charts/issues/17041))
|
||||
BIN
stable/tar1090/4.1.8/charts/common-17.2.21.tgz
Normal file
BIN
stable/tar1090/4.1.8/charts/common-17.2.21.tgz
Normal file
Binary file not shown.
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: mikenye/tar1090
|
||||
tag: latest@sha256:dc656557eb14edb4a290ec64190bbde60e52b9d7235f9c719b46251193286e82
|
||||
tag: latest@sha256:7607c160c45bf1ccf53a7079e83ffd4aba3a13426c84e5573bc81cd92ddbed2d
|
||||
persistence: {}
|
||||
portal:
|
||||
open:
|
||||
2
stable/tar1090/4.1.8/templates/common.yaml
Normal file
2
stable/tar1090/4.1.8/templates/common.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
{{/* Render the templates */}}
|
||||
{{ include "tc.v1.common.loader.all" . }}
|
||||
0
stable/tar1090/4.1.8/values.yaml
Normal file
0
stable/tar1090/4.1.8/values.yaml
Normal file
Reference in New Issue
Block a user