Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2024-03-11 00:44:06 +00:00
parent d37faaea2f
commit 36fec0e5b7
261 changed files with 5245 additions and 1180 deletions

View File

@ -0,0 +1,38 @@
---
title: Changelog
---
*for the complete changelog, please refer to the website*
**Important:**
## [anything-llm-1.1.2](https://github.com/truecharts/charts/compare/anything-llm-1.1.1...anything-llm-1.1.2) (2024-03-11)
### Chore
- update container image ghcr.io/mintplex-labs/anything-llm to latest[@1de0b0f](https://github.com/1de0b0f) by renovate ([#19018](https://github.com/truecharts/charts/issues/19018))
## [anything-llm-1.1.1](https://github.com/truecharts/charts/compare/anything-llm-1.1.0...anything-llm-1.1.1) (2024-03-07)
### Chore
- bump everything to trigger re-release
## [anything-llm-1.1.0](https://github.com/truecharts/charts/compare/anything-llm-1.0.6...anything-llm-1.1.0) (2024-03-07)
### Chore
- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
## [anything-llm-1.0.6](https://github.com/truecharts/charts/compare/anything-llm-1.0.5...anything-llm-1.0.6) (2024-03-06)

View File

@ -0,0 +1,37 @@
annotations:
max_scale_version: 24.04.0
min_scale_version: 23.10.0
truecharts.org/SCALE-support: "true"
truecharts.org/category: AI
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: latest
dependencies:
- name: common
version: 19.0.0
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
tags: []
import-values: []
deprecated: false
description: Open-source ChatGPT experience for LLMs, embedders, and vector databases.
home: https://truecharts.org/charts/stable/anything-llm
icon: https://truecharts.org/img/hotlink-ok/chart-icons/anything-llm.png
keywords:
- anything-llm
- ai
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
url: https://truecharts.org
name: anything-llm
sources:
- https://github.com/Mintplex-Labs/anything-llm
- https://github.com/truecharts/charts/tree/master/charts/stable/anything-llm
- https://ghcr.io/mintplex-labs/anything-llm
type: application
version: 1.1.2

View 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/anything-llm)
**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_

View File

@ -0,0 +1,9 @@
## [anything-llm-1.1.2](https://github.com/truecharts/charts/compare/anything-llm-1.1.1...anything-llm-1.1.2) (2024-03-11)
### Chore
- update container image ghcr.io/mintplex-labs/anything-llm to latest[@1de0b0f](https://github.com/1de0b0f) by renovate ([#19018](https://github.com/truecharts/charts/issues/19018))

View File

@ -0,0 +1,8 @@
Open-source ChatGPT experience for LLMs, embedders, and vector databases.
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/anything-llm](https://truecharts.org/charts/stable/anything-llm)
---
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.

View File

@ -0,0 +1,155 @@
image:
repository: ghcr.io/mintplex-labs/anything-llm
pullPolicy: IfNotPresent
tag: latest@sha256:1de0b0f991d24ff2fff16d609c6afb5d938fa48d97213ba842446e10cc84f05a
securityContext:
container:
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
capabilities:
add:
- SYS_ADMIN
service:
main:
ports:
main:
protocol: http
port: 3001
workload:
main:
podSpec:
containers:
main:
env:
SERVER_PORT: "{{ .Values.service.main.ports.main.port }}"
STORAGE_DIR: "{{.Values.persistence.storage.mountPath }}"
# forces users to use ingress if https is needed.
# keep false.
ENABLE_HTTPS: false
JWT_SECRET:
secretKeyRef:
name: anythinglmm-secrets
key: JWT_SECRET
# LLM_PROVIDER='openai'
# OPEN_AI_KEY=
# OPEN_MODEL_PREF='gpt-3.5-turbo'
# LLM_PROVIDER='gemini'
# GEMINI_API_KEY=
# GEMINI_LLM_MODEL_PREF='gemini-pro'
# LLM_PROVIDER='azure'
# AZURE_OPENAI_KEY=
# AZURE_OPENAI_ENDPOINT=
# OPEN_MODEL_PREF='my-gpt35-deployment' # This is the "deployment" on Azure you want to use. Not the base model.
# EMBEDDING_MODEL_PREF='embedder-model' # This is the "deployment" on Azure you want to use for embeddings. Not the base model. Valid base model is text-embedding-ada-002
# LLM_PROVIDER='anthropic'
# ANTHROPIC_API_KEY=sk-ant-xxxx
# ANTHROPIC_MODEL_PREF='claude-2'
# LLM_PROVIDER='lmstudio'
# LMSTUDIO_BASE_PATH='http://your-server:1234/v1'
# LMSTUDIO_MODEL_TOKEN_LIMIT=4096
# LLM_PROVIDER='localai'
# LOCAL_AI_BASE_PATH='http://host.docker.internal:8080/v1'
# LOCAL_AI_MODEL_PREF='luna-ai-llama2'
# LOCAL_AI_MODEL_TOKEN_LIMIT=4096
# LOCAL_AI_API_KEY="sk-123abc"
# LLM_PROVIDER='ollama'
# OLLAMA_BASE_PATH='http://host.docker.internal:11434'
# OLLAMA_MODEL_PREF='llama2'
# OLLAMA_MODEL_TOKEN_LIMIT=4096
# LLM_PROVIDER='togetherai'
# TOGETHER_AI_API_KEY='my-together-ai-key'
# TOGETHER_AI_MODEL_PREF='mistralai/Mixtral-8x7B-Instruct-v0.1'
# LLM_PROVIDER='mistral'
# MISTRAL_API_KEY='example-mistral-ai-api-key'
# MISTRAL_MODEL_PREF='mistral-tiny'
# LLM_PROVIDER='huggingface'
# HUGGING_FACE_LLM_ENDPOINT=https://uuid-here.us-east-1.aws.endpoints.huggingface.cloud
# HUGGING_FACE_LLM_API_KEY=hf_xxxxxx
# HUGGING_FACE_LLM_TOKEN_LIMIT=8000
# EMBEDDING_ENGINE='openai'
# OPEN_AI_KEY=sk-xxxx
# EMBEDDING_MODEL_PREF='text-embedding-ada-002'
# EMBEDDING_ENGINE='azure'
# AZURE_OPENAI_ENDPOINT=
# AZURE_OPENAI_KEY=
# EMBEDDING_MODEL_PREF='my-embedder-model' # This is the "deployment" on Azure you want to use for embeddings. Not the base model. Valid base model is text-embedding-ada-002
# EMBEDDING_ENGINE='localai'
# EMBEDDING_BASE_PATH='http://localhost:8080/v1'
# EMBEDDING_MODEL_PREF='text-embedding-ada-002'
# EMBEDDING_MODEL_MAX_CHUNK_LENGTH=1000 # The max chunk size in chars a string to embed can be
# Enable all below if you are using vector database: Chroma.
# VECTOR_DB="chroma"
# CHROMA_ENDPOINT='http://host.docker.internal:8000'
# CHROMA_API_HEADER="X-Api-Key"
# CHROMA_API_KEY="sk-123abc"
# VECTOR_DB="pinecone"
# PINECONE_API_KEY=
# PINECONE_INDEX=
# VECTOR_DB="lancedb"
# VECTOR_DB="weaviate"
# WEAVIATE_ENDPOINT="http://localhost:8080"
# WEAVIATE_API_KEY=
# VECTOR_DB="qdrant"
# QDRANT_ENDPOINT="http://localhost:6333"
# QDRANT_API_KEY=
# VECTOR_DB="milvus"
# MILVUS_ADDRESS="http://localhost:19530"
# MILVUS_USERNAME=
# MILVUS_PASSWORD=
# VECTOR_DB="zilliz"
# ZILLIZ_ENDPOINT="https://sample.api.gcp-us-west1.zillizcloud.com"
# ZILLIZ_API_TOKEN=api-token-here
# VECTOR_DB="astra"
# ASTRA_DB_APPLICATION_TOKEN=
# ASTRA_DB_ENDPOINT=
# AUTH_TOKEN="hunter2" # This is the password to your application if remote hosting.
# DISABLE_TELEMETRY="false"
# Documentation on how to use https://github.com/kamronbatman/joi-password-complexity
# Default is only 8 char minimum
PASSWORDMINCHAR: 8
PASSWORDMAXCHAR: 250
PASSWORDLOWERCASE: 1
PASSWORDUPPERCASE: 1
PASSWORDNUMERIC: 1
PASSWORDSYMBOL: 1
PASSWORDREQUIREMENTS: 4
persistence:
storage:
enabled: true
mountPath: "/app/server/storage"
hotdir:
enabled: true
mountPath: "/app/collector/hotdir"
outputs:
enabled: true
mountPath: "/app/collector/outputs"
portal:
open:
enabled: true

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,13 @@
{{/* Define the secrets */}}
{{- define "anythinglmm.secrets" -}}
{{- $secretName := (printf "%s-anythinglmm-secrets" (include "tc.v1.common.lib.chart.names.fullname" $)) }}
{{- $jwtSecret := randAlphaNum 64 -}}
{{- with lookup "v1" "Secret" .Release.Namespace $secretName -}}
{{- $jwtSecret = index .data "JWT_SECRET" | b64dec -}}
{{- end }}
enabled: true
data:
JWT_SECRET: {{ $jwtSecret }}
{{- end -}}

View File

@ -0,0 +1,11 @@
{{/* Make sure all variables are set properly */}}
{{- include "tc.v1.common.loader.init" . -}}
{{/* Render secrets for anythinglmm */}}
{{- $secrets := include "anythinglmm.secrets" . | fromYaml -}}
{{- if $secrets -}}
{{- $_ := set .Values.secret "anythinglmm-secrets" $secrets -}}
{{- end -}}
{{/* Render the templates */}}
{{- include "tc.v1.common.loader.apply" . -}}

View File

@ -1,9 +0,0 @@
## [beets-11.4.2](https://github.com/truecharts/charts/compare/beets-11.4.1...beets-11.4.2) (2024-03-11)
### Chore
- update container image ghcr.io/linuxserver/beets to version-1.6.0[@b6de96a](https://github.com/b6de96a) by renovate ([#18990](https://github.com/truecharts/charts/issues/18990))

View File

@ -1,9 +0,0 @@
## [boinc-9.4.2](https://github.com/truecharts/charts/compare/boinc-9.4.1...boinc-9.4.2) (2024-03-11)
### Chore
- update container image ghcr.io/linuxserver/boinc to latest[@11775c3](https://github.com/11775c3) by renovate ([#18991](https://github.com/truecharts/charts/issues/18991))

View File

@ -1,9 +0,0 @@
## [booksonic-air-13.4.2](https://github.com/truecharts/charts/compare/booksonic-air-13.4.1...booksonic-air-13.4.2) (2024-03-11)
### Chore
- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@ab68298](https://github.com/ab68298) by renovate ([#18992](https://github.com/truecharts/charts/issues/18992))

View File

@ -1,9 +0,0 @@
## [budge-9.4.2](https://github.com/truecharts/charts/compare/budge-9.4.1...budge-9.4.2) (2024-03-11)
### Chore
- update container image ghcr.io/linuxserver/budge to 0.0.9[@c69c78d](https://github.com/c69c78d) by renovate ([#18993](https://github.com/truecharts/charts/issues/18993))

View File

@ -1,9 +0,0 @@
## [calibre-14.5.2](https://github.com/truecharts/charts/compare/calibre-14.5.1...calibre-14.5.2) (2024-03-11)
### Chore
- update container image ghcr.io/linuxserver/calibre to 7.6.0[@f0884e5](https://github.com/f0884e5) by renovate ([#18994](https://github.com/truecharts/charts/issues/18994))

View File

@ -8,6 +8,42 @@ title: Changelog
**Important:**
## [cs2-3.4.2](https://github.com/truecharts/charts/compare/cs2-3.4.1...cs2-3.4.2) (2024-03-11)
### Chore
- update container image ich777/steamcmd to cs2[@9788725](https://github.com/9788725) by renovate ([#19021](https://github.com/truecharts/charts/issues/19021))
## [cs2-3.4.1](https://github.com/truecharts/charts/compare/cs2-3.4.0...cs2-3.4.1) (2024-03-07)
### Chore
- bump everything to trigger re-release
## [cs2-3.4.0](https://github.com/truecharts/charts/compare/cs2-3.3.0...cs2-3.4.0) (2024-03-07)
### Chore
- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
## [cs2-3.3.0](https://github.com/truecharts/charts/compare/cs2-3.2.3...cs2-3.3.0) (2024-03-06)
### Chore
- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
## [cs2-3.2.3](https://github.com/truecharts/charts/compare/cs2-3.2.2...cs2-3.2.3) (2024-03-05)
### Chore
@ -61,40 +97,3 @@ title: Changelog
- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478))
## [cs2-2.1.12](https://github.com/truecharts/charts/compare/cs2-2.1.11...cs2-2.1.12) (2024-01-21)
### Chore
- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409))
## [cs2-2.1.11](https://github.com/truecharts/charts/compare/cs2-2.1.10...cs2-2.1.11) (2024-01-21)
### Chore
- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457))
## [cs2-2.1.10](https://github.com/truecharts/charts/compare/cs2-2.1.8...cs2-2.1.10) (2024-01-21)
## [cs2-2.1.8](https://github.com/truecharts/charts/compare/cs2-2.1.7...cs2-2.1.8) (2024-01-09)
### Chore
- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986))
## [cs2-2.1.7](https://github.com/truecharts/charts/compare/cs2-2.1.6...cs2-2.1.7) (2024-01-02)
### Chore

View File

@ -10,7 +10,7 @@ apiVersion: v2
appVersion: cs2
dependencies:
- name: common
version: 18.1.6
version: 19.0.0
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/cs2.png
keywords:
- cs2
- counter-strike
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
@ -34,4 +34,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/cs2
- https://hub.docker.com/r/ich777/steamcmd
type: application
version: 3.2.3
version: 3.4.2

View File

@ -0,0 +1,9 @@
## [cs2-3.4.2](https://github.com/truecharts/charts/compare/cs2-3.4.1...cs2-3.4.2) (2024-03-11)
### Chore
- update container image ich777/steamcmd to cs2[@9788725](https://github.com/9788725) by renovate ([#19021](https://github.com/truecharts/charts/issues/19021))

Binary file not shown.

View File

@ -1,7 +1,7 @@
image:
repository: ich777/steamcmd
pullPolicy: IfNotPresent
tag: cs2@sha256:d61131f94cd2fa25fea54f326fa4a788638eab5ec77a91541de15f34b95ba348
tag: cs2@sha256:9788725d588fa121dbae88438072428adf62ba46759ba08add9d430b0aeb4c96
securityContext:
container:

View File

@ -1,9 +0,0 @@
## [ddclient-9.4.2](https://github.com/truecharts/charts/compare/ddclient-9.4.1...ddclient-9.4.2) (2024-03-11)
### Chore
- update container image ghcr.io/linuxserver/ddclient to 3.11.2[@903cd0c](https://github.com/903cd0c) by renovate ([#18995](https://github.com/truecharts/charts/issues/18995))

View File

@ -1,9 +0,0 @@
## [doublecommander-12.4.2](https://github.com/truecharts/charts/compare/doublecommander-12.4.1...doublecommander-12.4.2) (2024-03-11)
### Chore
- update container image ghcr.io/linuxserver/doublecommander to latest[@0166cf4](https://github.com/0166cf4) by renovate ([#18996](https://github.com/truecharts/charts/issues/18996))

View File

@ -1,9 +0,0 @@
## [duplicacy-6.4.2](https://github.com/truecharts/charts/compare/duplicacy-6.4.1...duplicacy-6.4.2) (2024-03-11)
### Chore
- update container image ghcr.io/hotio/duplicacy to release-1.7.2[@a2740ea](https://github.com/a2740ea) by renovate ([#18987](https://github.com/truecharts/charts/issues/18987))

View File

@ -1,9 +0,0 @@
## [emulatorjs-9.4.2](https://github.com/truecharts/charts/compare/emulatorjs-9.4.1...emulatorjs-9.4.2) (2024-03-11)
### Chore
- update container image ghcr.io/linuxserver/emulatorjs to 1.8.8[@2392b6c](https://github.com/2392b6c) by renovate ([#18997](https://github.com/truecharts/charts/issues/18997))

View File

@ -1,9 +0,0 @@
## [filezilla-11.4.2](https://github.com/truecharts/charts/compare/filezilla-11.4.1...filezilla-11.4.2) (2024-03-11)
### Chore
- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@add8eb3](https://github.com/add8eb3) by renovate ([#18998](https://github.com/truecharts/charts/issues/18998))

View File

@ -1,9 +0,0 @@
## [foldingathome-9.4.2](https://github.com/truecharts/charts/compare/foldingathome-9.4.1...foldingathome-9.4.2) (2024-03-11)
### Chore
- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@b4625df](https://github.com/b4625df) by renovate ([#18999](https://github.com/truecharts/charts/issues/18999))

View File

@ -1,9 +0,0 @@
## [freshrss-18.4.2](https://github.com/truecharts/charts/compare/freshrss-18.4.1...freshrss-18.4.2) (2024-03-11)
### Chore
- update container image ghcr.io/linuxserver/freshrss to 1.23.1[@deaa7e2](https://github.com/deaa7e2) by renovate ([#19000](https://github.com/truecharts/charts/issues/19000))

View File

@ -1,9 +0,0 @@
## [grav-11.4.2](https://github.com/truecharts/charts/compare/grav-11.4.1...grav-11.4.2) (2024-03-11)
### Chore
- update container image ghcr.io/linuxserver/grav to 1.7.44[@821ff94](https://github.com/821ff94) by renovate ([#19001](https://github.com/truecharts/charts/issues/19001))

View File

@ -1,9 +0,0 @@
## [grocy-18.4.2](https://github.com/truecharts/charts/compare/grocy-18.4.1...grocy-18.4.2) (2024-03-11)
### Chore
- update container image ghcr.io/linuxserver/grocy to 4.1.0[@fd185cd](https://github.com/fd185cd) by renovate ([#19002](https://github.com/truecharts/charts/issues/19002))

View File

@ -1,100 +0,0 @@
---
title: Changelog
---
*for the complete changelog, please refer to the website*
**Important:**
## [heimdall-20.2.4](https://github.com/truecharts/charts/compare/heimdall-20.2.3...heimdall-20.2.4) (2024-03-05)
### Chore
- bump everything to force helm release again
## [heimdall-20.2.3](https://github.com/truecharts/charts/compare/heimdall-20.2.1...heimdall-20.2.3) (2024-03-05)
### Chore
- force rereleases
- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
## [heimdall-19.0.4](https://github.com/truecharts/charts/compare/heimdall-19.0.3...heimdall-19.0.4) (2024-02-12)
### Chore
- update container image linuxserver/heimdall to v[@9f3a009](https://github.com/9f3a009) by renovate ([#18087](https://github.com/truecharts/charts/issues/18087))
## [heimdall-19.0.3](https://github.com/truecharts/charts/compare/heimdall-19.0.2...heimdall-19.0.3) (2024-02-05)
### Chore
- update container image linuxserver/heimdall to v[@481920a](https://github.com/481920a) by renovate ([#17879](https://github.com/truecharts/charts/issues/17879))
## [heimdall-19.0.2](https://github.com/truecharts/charts/compare/heimdall-19.0.1...heimdall-19.0.2) (2024-02-03)
### Chore
- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804))
## [heimdall-19.0.1](https://github.com/truecharts/charts/compare/heimdall-19.0.0...heimdall-19.0.1) (2024-02-03)
### Fix
- Undo old chart update from poor upstream versioning ([#17792](https://github.com/truecharts/charts/issues/17792))
## [heimdall-19.0.0](https://github.com/truecharts/charts/compare/heimdall-18.1.11...heimdall-19.0.0) (2024-01-29)
### Chore
- update container image linuxserver/heimdall to v2021.11.28[@08863e3](https://github.com/08863e3) by renovate ([#17727](https://github.com/truecharts/charts/issues/17727))
## [heimdall-18.1.11](https://github.com/truecharts/charts/compare/heimdall-18.1.10...heimdall-18.1.11) (2024-01-29)
### Fix

View File

@ -0,0 +1,100 @@
---
title: Changelog
---
*for the complete changelog, please refer to the website*
**Important:**
## [heimdall-20.4.2](https://github.com/truecharts/charts/compare/heimdall-20.4.1...heimdall-20.4.2) (2024-03-11)
### Chore
- update container image linuxserver/heimdall to v[@8ff4d87](https://github.com/8ff4d87) by renovate ([#19026](https://github.com/truecharts/charts/issues/19026))
## [heimdall-20.4.1](https://github.com/truecharts/charts/compare/heimdall-20.4.0...heimdall-20.4.1) (2024-03-07)
### Chore
- bump everything to trigger re-release
## [heimdall-20.4.0](https://github.com/truecharts/charts/compare/heimdall-20.3.0...heimdall-20.4.0) (2024-03-07)
### Chore
- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
## [heimdall-20.3.0](https://github.com/truecharts/charts/compare/heimdall-20.2.4...heimdall-20.3.0) (2024-03-06)
### Chore
- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
## [heimdall-20.2.4](https://github.com/truecharts/charts/compare/heimdall-20.2.3...heimdall-20.2.4) (2024-03-05)
### Chore
- bump everything to force helm release again
## [heimdall-20.2.3](https://github.com/truecharts/charts/compare/heimdall-20.2.1...heimdall-20.2.3) (2024-03-05)
### Chore
- force rereleases
- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
## [heimdall-19.0.4](https://github.com/truecharts/charts/compare/heimdall-19.0.3...heimdall-19.0.4) (2024-02-12)
### Chore
- update container image linuxserver/heimdall to v[@9f3a009](https://github.com/9f3a009) by renovate ([#18087](https://github.com/truecharts/charts/issues/18087))
## [heimdall-19.0.3](https://github.com/truecharts/charts/compare/heimdall-19.0.2...heimdall-19.0.3) (2024-02-05)
### Chore

View File

@ -10,7 +10,7 @@ apiVersion: v2
appVersion: 2.6.1
dependencies:
- name: common
version: 18.1.6
version: 19.0.0
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/heimdall
icon: https://truecharts.org/img/hotlink-ok/chart-icons/heimdall.png
keywords:
- heimdall
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
@ -33,4 +33,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/heimdall
- https://hub.docker.com/r/linuxserver/heimdall
type: application
version: 20.2.4
version: 20.4.2

View File

@ -0,0 +1,9 @@
## [heimdall-20.4.2](https://github.com/truecharts/charts/compare/heimdall-20.4.1...heimdall-20.4.2) (2024-03-11)
### Chore
- update container image linuxserver/heimdall to v[@8ff4d87](https://github.com/8ff4d87) by renovate ([#19026](https://github.com/truecharts/charts/issues/19026))

Binary file not shown.

View File

@ -1,6 +1,6 @@
image:
repository: linuxserver/heimdall
tag: 2.6.1@sha256:a2f896f9601180897917f061aca76720274f2027497e60adb0d2202a8600301c
tag: 2.6.1@sha256:8ff4d879a3e03838b9ba9d583a3c6a6adeee7b71ec010858f917ab15645d4525
pullPolicy: IfNotPresent
service:
main:

View File

@ -1,9 +0,0 @@
## [lazylibrarian-18.4.2](https://github.com/truecharts/charts/compare/lazylibrarian-18.4.1...lazylibrarian-18.4.2) (2024-03-11)
### Chore
- update container image ghcr.io/linuxserver/lazylibrarian to latest[@1e4dd75](https://github.com/1e4dd75) by renovate ([#19003](https://github.com/truecharts/charts/issues/19003))

View File

@ -8,6 +8,42 @@ title: Changelog
**Important:**
## [libreddit-8.4.2](https://github.com/truecharts/charts/compare/libreddit-8.4.1...libreddit-8.4.2) (2024-03-11)
### Chore
- update container image libreddit/libreddit to latest[@a62c62c](https://github.com/a62c62c) by renovate ([#19024](https://github.com/truecharts/charts/issues/19024))
## [libreddit-8.4.1](https://github.com/truecharts/charts/compare/libreddit-8.4.0...libreddit-8.4.1) (2024-03-07)
### Chore
- bump everything to trigger re-release
## [libreddit-8.4.0](https://github.com/truecharts/charts/compare/libreddit-8.3.0...libreddit-8.4.0) (2024-03-07)
### Chore
- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
## [libreddit-8.3.0](https://github.com/truecharts/charts/compare/libreddit-8.2.3...libreddit-8.3.0) (2024-03-06)
### Chore
- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
## [libreddit-8.2.3](https://github.com/truecharts/charts/compare/libreddit-8.2.2...libreddit-8.2.3) (2024-03-05)
### Chore
@ -61,39 +97,3 @@ title: Changelog
- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478))
## [libreddit-7.1.8](https://github.com/truecharts/charts/compare/libreddit-7.1.7...libreddit-7.1.8) (2024-01-21)
### Chore
- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409))
## [libreddit-7.1.7](https://github.com/truecharts/charts/compare/libreddit-7.1.6...libreddit-7.1.7) (2024-01-21)
### Chore
- update metadata in chart.yaml ([#17457](https://github.com/truecharts/charts/issues/17457))
## [libreddit-7.1.6](https://github.com/truecharts/charts/compare/libreddit-7.1.5...libreddit-7.1.6) (2024-01-09)
### Chore
- update container image common to v17.2.22[@e7c9056](https://github.com/e7c9056) by renovate ([#16986](https://github.com/truecharts/charts/issues/16986))
## [libreddit-7.1.5](https://github.com/truecharts/charts/compare/libreddit-7.1.4...libreddit-7.1.5) (2024-01-02)
### Chore

View File

@ -10,7 +10,7 @@ apiVersion: v2
appVersion: latest
dependencies:
- name: common
version: 18.1.6
version: 19.0.0
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
@ -24,7 +24,7 @@ keywords:
- reddit
- libreddit
- social
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
@ -35,4 +35,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/libreddit
- https://hub.docker.com/r/libreddit/libreddit
type: application
version: 8.2.3
version: 8.4.2

View File

@ -0,0 +1,9 @@
## [libreddit-8.4.2](https://github.com/truecharts/charts/compare/libreddit-8.4.1...libreddit-8.4.2) (2024-03-11)
### Chore
- update container image libreddit/libreddit to latest[@a62c62c](https://github.com/a62c62c) by renovate ([#19024](https://github.com/truecharts/charts/issues/19024))

Binary file not shown.

View File

@ -1,6 +1,6 @@
image:
repository: libreddit/libreddit
tag: latest@sha256:70613be4f824bcfd9746c3ad21eb6c5db457cfa641a7a4dba604fd0945917af3
tag: latest@sha256:a62c62cd1774c16e9457dcdf98afe2875be13ca777873975d9ce864351fba52a
pullPolicy: IfNotPresent
libreddit:
theme: system

View File

@ -1,99 +0,0 @@
---
title: Changelog
---
*for the complete changelog, please refer to the website*
**Important:**
## [littlelink-13.2.4](https://github.com/truecharts/charts/compare/littlelink-13.2.3...littlelink-13.2.4) (2024-03-05)
### Chore
- bump everything to force helm release again
## [littlelink-13.2.3](https://github.com/truecharts/charts/compare/littlelink-13.2.1...littlelink-13.2.3) (2024-03-05)
### Chore
- force rereleases
- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
## [littlelink-12.1.17](https://github.com/truecharts/charts/compare/littlelink-12.1.16...littlelink-12.1.17) (2024-02-12)
### Chore
- update container image ghcr.io/techno-tim/littlelink-server to latest[@f94c94f](https://github.com/f94c94f) by renovate ([#18084](https://github.com/truecharts/charts/issues/18084))
## [littlelink-12.1.16](https://github.com/truecharts/charts/compare/littlelink-12.1.15...littlelink-12.1.16) (2024-02-05)
### Chore
- update container image ghcr.io/techno-tim/littlelink-server to latest[@c387a43](https://github.com/c387a43) by renovate ([#17874](https://github.com/truecharts/charts/issues/17874))
## [littlelink-12.1.15](https://github.com/truecharts/charts/compare/littlelink-12.1.14...littlelink-12.1.15) (2024-02-03)
### Chore
- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804))
## [littlelink-12.1.14](https://github.com/truecharts/charts/compare/littlelink-12.1.13...littlelink-12.1.14) (2024-01-29)
### Chore
- update container image ghcr.io/techno-tim/littlelink-server to latest[@fcb88ba](https://github.com/fcb88ba) by renovate ([#17719](https://github.com/truecharts/charts/issues/17719))
## [littlelink-12.1.13](https://github.com/truecharts/charts/compare/littlelink-12.1.12...littlelink-12.1.13) (2024-01-26)
### Chore
- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545))
- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478))
## [littlelink-12.1.12](https://github.com/truecharts/charts/compare/littlelink-12.1.11...littlelink-12.1.12) (2024-01-21)

View File

@ -0,0 +1,99 @@
---
title: Changelog
---
*for the complete changelog, please refer to the website*
**Important:**
## [littlelink-13.4.2](https://github.com/truecharts/charts/compare/littlelink-13.4.1...littlelink-13.4.2) (2024-03-11)
### Chore
- update container image ghcr.io/techno-tim/littlelink-server to latest[@5613f4a](https://github.com/5613f4a) by renovate ([#19020](https://github.com/truecharts/charts/issues/19020))
## [littlelink-13.4.1](https://github.com/truecharts/charts/compare/littlelink-13.4.0...littlelink-13.4.1) (2024-03-07)
### Chore
- bump everything to trigger re-release
## [littlelink-13.4.0](https://github.com/truecharts/charts/compare/littlelink-13.3.0...littlelink-13.4.0) (2024-03-07)
### Chore
- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
## [littlelink-13.3.0](https://github.com/truecharts/charts/compare/littlelink-13.2.4...littlelink-13.3.0) (2024-03-06)
### Chore
- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
## [littlelink-13.2.4](https://github.com/truecharts/charts/compare/littlelink-13.2.3...littlelink-13.2.4) (2024-03-05)
### Chore
- bump everything to force helm release again
## [littlelink-13.2.3](https://github.com/truecharts/charts/compare/littlelink-13.2.1...littlelink-13.2.3) (2024-03-05)
### Chore
- force rereleases
- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835))
## [littlelink-12.1.17](https://github.com/truecharts/charts/compare/littlelink-12.1.16...littlelink-12.1.17) (2024-02-12)
### Chore
- update container image ghcr.io/techno-tim/littlelink-server to latest[@f94c94f](https://github.com/f94c94f) by renovate ([#18084](https://github.com/truecharts/charts/issues/18084))
## [littlelink-12.1.16](https://github.com/truecharts/charts/compare/littlelink-12.1.15...littlelink-12.1.16) (2024-02-05)
### Chore

View File

@ -10,7 +10,7 @@ apiVersion: v2
appVersion: latest
dependencies:
- name: common
version: 18.1.6
version: 19.0.0
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/littlelink
icon: https://truecharts.org/img/hotlink-ok/chart-icons/littlelink.png
keywords:
- littlelink
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
@ -34,4 +34,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/littlelink
- https://ghcr.io/techno-tim/littlelink-server
type: application
version: 13.2.4
version: 13.4.2

View File

@ -0,0 +1,9 @@
## [littlelink-13.4.2](https://github.com/truecharts/charts/compare/littlelink-13.4.1...littlelink-13.4.2) (2024-03-11)
### Chore
- update container image ghcr.io/techno-tim/littlelink-server to latest[@5613f4a](https://github.com/5613f4a) by renovate ([#19020](https://github.com/truecharts/charts/issues/19020))

Binary file not shown.

View File

@ -1,7 +1,7 @@
image:
repository: ghcr.io/techno-tim/littlelink-server
pullPolicy: IfNotPresent
tag: latest@sha256:4fd9ce372bcd737ff11c2ade9327b264341cefecb448e0da9f9d0bcb61358df5
tag: latest@sha256:5613f4abd70f5dd80e42039610e74d1005200fd7a9d242f4a367a060ac876097
service:
main:
ports:

View File

@ -1,9 +0,0 @@
## [medusa-10.4.2](https://github.com/truecharts/charts/compare/medusa-10.4.1...medusa-10.4.2) (2024-03-11)
### Chore
- update container image ghcr.io/linuxserver/medusa to 1.0.19[@a815353](https://github.com/a815353) by renovate ([#19004](https://github.com/truecharts/charts/issues/19004))

View File

@ -8,6 +8,42 @@ title: Changelog
**Important:**
## [minetest-8.4.2](https://github.com/truecharts/charts/compare/minetest-8.4.1...minetest-8.4.2) (2024-03-11)
### Chore
- update container image ghcr.io/linuxserver/minetest to 5.8.0[@65ac902](https://github.com/65ac902) by renovate ([#19005](https://github.com/truecharts/charts/issues/19005))
## [minetest-8.4.1](https://github.com/truecharts/charts/compare/minetest-8.4.0...minetest-8.4.1) (2024-03-07)
### Chore
- bump everything to trigger re-release
## [minetest-8.4.0](https://github.com/truecharts/charts/compare/minetest-8.3.0...minetest-8.4.0) (2024-03-07)
### Chore
- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956))
## [minetest-8.3.0](https://github.com/truecharts/charts/compare/minetest-8.2.3...minetest-8.3.0) (2024-03-06)
### Chore
- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943))
## [minetest-8.2.3](https://github.com/truecharts/charts/compare/minetest-8.2.2...minetest-8.2.3) (2024-03-05)
### Chore
@ -61,40 +97,4 @@ title: Changelog
- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804))
## [minetest-7.1.13](https://github.com/truecharts/charts/compare/minetest-7.1.12...minetest-7.1.13) (2024-01-29)
### Chore
- update container image ghcr.io/linuxserver/minetest to 5.8.0[@d9b67b1](https://github.com/d9b67b1) by renovate ([#17613](https://github.com/truecharts/charts/issues/17613))
## [minetest-7.1.12](https://github.com/truecharts/charts/compare/minetest-7.1.11...minetest-7.1.12) (2024-01-26)
### Chore
- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545))
## [minetest-7.1.11](https://github.com/truecharts/charts/compare/minetest-7.1.10...minetest-7.1.11) (2024-01-21)
### Chore
- update container image common to v17.2.28[@918b4c5](https://github.com/918b4c5) by renovate ([#17478](https://github.com/truecharts/charts/issues/17478))
## [minetest-7.1.10](https://github.com/truecharts/charts/compare/minetest-7.1.9...minetest-7.1.10) (2024-01-21)
### Chore
- update container image common to v17.2.26[@24c98f7](https://github.com/24c98f7) by renovate ([#17409](https://github.com/truecharts/charts/issues/17409))
- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804))

View File

@ -10,7 +10,7 @@ apiVersion: v2
appVersion: 5.8.0
dependencies:
- name: common
version: 18.1.6
version: 19.0.0
repository: oci://tccr.io/truecharts
condition: ""
alias: ""
@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/minetest
icon: https://truecharts.org/img/hotlink-ok/chart-icons/minetest.png
keywords:
- minetest
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
@ -32,4 +32,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/minetest
- https://ghcr.io/linuxserver/minetest
type: application
version: 8.2.3
version: 8.4.2

View File

@ -0,0 +1,9 @@
## [minetest-8.4.2](https://github.com/truecharts/charts/compare/minetest-8.4.1...minetest-8.4.2) (2024-03-11)
### Chore
- update container image ghcr.io/linuxserver/minetest to 5.8.0[@65ac902](https://github.com/65ac902) by renovate ([#19005](https://github.com/truecharts/charts/issues/19005))

Binary file not shown.

View File

@ -1,7 +1,7 @@
image:
repository: ghcr.io/linuxserver/minetest
pullPolicy: IfNotPresent
tag: 5.8.0@sha256:82f6380460136dfcd0653383cb95b8e582bbc252865b5d5fd94058122bc99508
tag: 5.8.0@sha256:65ac9023806f726703fac9b41343f6d4399e18eb211166fd89b9cc739865c522
service:
main:
ports:

View File

@ -1,9 +0,0 @@
## [mstream-10.4.2](https://github.com/truecharts/charts/compare/mstream-10.4.1...mstream-10.4.2) (2024-03-11)
### Chore
- update container image ghcr.io/linuxserver/mstream to 5.11.4[@2ec775d](https://github.com/2ec775d) by renovate ([#19006](https://github.com/truecharts/charts/issues/19006))

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