Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
8cdb4a1428
commit
dd33cd5f33
|
@ -0,0 +1,41 @@
|
|||
annotations:
|
||||
max_scale_version: 24.04.1
|
||||
min_scale_version: 24.04.0
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/category: metrics
|
||||
truecharts.org/max_helm_version: "3.14"
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: premium
|
||||
apiVersion: v2
|
||||
appVersion: 11.0.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 23.0.8
|
||||
repository: oci://tccr.io/truecharts
|
||||
condition: ""
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, Elasticsearch, OpenTSDB, Prometheus and InfluxDB.
|
||||
home: https://truecharts.org/charts/premium/grafana
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/grafana.webp
|
||||
keywords:
|
||||
- analytics
|
||||
- monitoring
|
||||
- metrics
|
||||
- logs
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
url: https://truecharts.org
|
||||
name: grafana
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-grafana
|
||||
- https://github.com/truecharts/charts/tree/master/charts/premium/grafana
|
||||
- https://grafana.com/
|
||||
- https://hub.docker.com/r/grafana/grafana
|
||||
- https://quay.io/kiwigrid/k8s-sidecar
|
||||
type: application
|
||||
version: 16.0.1
|
|
@ -0,0 +1,61 @@
|
|||
---
|
||||
title: README
|
||||
---
|
||||
|
||||
## General Info
|
||||
|
||||
TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps.
|
||||
Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible
|
||||
|
||||
For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/premium/grafana)
|
||||
|
||||
**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)**
|
||||
|
||||
## Installation
|
||||
|
||||
### Helm-Chart installation
|
||||
|
||||
To install TrueCharts Helm charts using Helm, you can use our OCI Repository.
|
||||
|
||||
`helm install mychart oci://tccr.io/truecharts/CHARTNAME`
|
||||
|
||||
For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/
|
||||
|
||||
|
||||
### TrueNAS SCALE Apps
|
||||
|
||||
For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale).
|
||||
|
||||
## Chart Specific Guides and information
|
||||
|
||||
All our charts have dedicated documentation pages.
|
||||
The documentation for this chart can be found here:
|
||||
https://truecharts.org/charts/premium/grafana
|
||||
|
||||
## Configuration Options
|
||||
|
||||
Please note: For TrueNAS SCALE, only options available in the GUI are supported.
|
||||
Hence most of these docs do not apply to TrueNAS SCALE
|
||||
|
||||
To view the chart specific options, please view Values.yaml included in the chart.
|
||||
The most recent version of which, is available here: https://github.com/truecharts/charts/charts/premium/grafana/values.yaml
|
||||
|
||||
All our Charts use a shared "common" library chart that contains most of the templating and options.
|
||||
For the complete overview of all available options, please checkout the documentation for them on the website: https://truecharts.org/common/
|
||||
|
||||
For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/truecharts/library-charts/blob/main/library/common/values.yaml
|
||||
|
||||
## Support
|
||||
|
||||
- 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/general/sponsor) or contributing back to the project any way you can!
|
||||
|
||||
_All Rights Reserved - The TrueCharts Project_
|
|
@ -0,0 +1,8 @@
|
|||
Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, Elasticsearch, OpenTSDB, Prometheus and InfluxDB.
|
||||
|
||||
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/premium/grafana](https://truecharts.org/charts/premium/grafana)
|
||||
|
||||
---
|
||||
|
||||
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.
After Width: | Height: | Size: 874 B |
Binary file not shown.
After Width: | Height: | Size: 5.8 KiB |
|
@ -0,0 +1,346 @@
|
|||
image:
|
||||
repository: grafana/grafana
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 11.0.0@sha256:a80bc3848cf5d4b2958ea25dbeb36fa9442ef4be8c73fe4bff11340307c32919
|
||||
|
||||
sidecarImage:
|
||||
repository: quay.io/kiwigrid/k8s-sidecar
|
||||
tag: 1.27.2@sha256:e3280f62096bee918a605658505baa8878223b483053396f769bd9f15a2876c0
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
protocol: http
|
||||
targetPort: 3000
|
||||
port: 3000
|
||||
workload:
|
||||
main:
|
||||
replicas: 1
|
||||
strategy: RollingUpdate
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
GF_SECURITY_ADMIN_USER: "admin"
|
||||
GF_SECURITY_ADMIN_PASSWORD: "testpassword"
|
||||
GF_INSTALL_PLUGINS: ""
|
||||
GF_AUTH_LDAP_ENABLED: "false"
|
||||
GF_AUTH_LDAP_ALLOW_SIGN_UP: "false"
|
||||
GF_SERVER_HTTP_PORT: 3000
|
||||
GF_DATABASE_TYPE: postgres
|
||||
GF_DATABASE_NAME: "{{ .Values.cnpg.main.user }}"
|
||||
GF_DATABASE_USER: "{{ .Values.cnpg.main.database }}"
|
||||
GF_DATABASE_SSL_MODE: disable
|
||||
GF_DATABASE_HOST:
|
||||
secretKeyRef:
|
||||
name: cnpg-main-urls
|
||||
key: host
|
||||
GF_DATABASE_PASSWORD:
|
||||
secretKeyRef:
|
||||
name: cnpg-main-user
|
||||
key: password
|
||||
probes:
|
||||
liveness:
|
||||
path: "/api/health"
|
||||
readiness:
|
||||
path: "/api/health"
|
||||
startup:
|
||||
path: "/api/health"
|
||||
dashboards:
|
||||
enabled: true
|
||||
imageSelector: sidecarImage
|
||||
env:
|
||||
IGNORE_ALREADY_PROCESSED: false
|
||||
METHOD: WATCH
|
||||
LABEL: grafana_dashboard
|
||||
LABEL_VALUE: "1"
|
||||
LOG_LEVEL: info
|
||||
FOLDER: /tmp/dashboards
|
||||
RESOURCE: both
|
||||
NAMESPACE: "ALL"
|
||||
UNIQUE_FILENAMES: false
|
||||
# NAMESPACE: null
|
||||
# FOLDER_ANNOTATION: null
|
||||
# script: null
|
||||
# WATCH_SERVER_TIMEOUT: 3600
|
||||
# WATCH_CLIENT_TIMEOUT: 3600
|
||||
SKIP_TLS_VERIFY: false
|
||||
REQ_USERNAME: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_USER }}"
|
||||
REQ_PASSWORD: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_PASSWORD }}"
|
||||
REQ_URL: "http://localhost:3000/api/admin/provisioning/dashboards/reload"
|
||||
REQ_METHOD: POST
|
||||
probes:
|
||||
liveness:
|
||||
enabled: false
|
||||
readiness:
|
||||
enabled: false
|
||||
startup:
|
||||
enabled: false
|
||||
datasources:
|
||||
enabled: true
|
||||
imageSelector: sidecarImage
|
||||
env:
|
||||
IGNORE_ALREADY_PROCESSED: false
|
||||
METHOD: WATCH
|
||||
LABEL: grafana_datasources
|
||||
LABEL_VALUE: "1"
|
||||
LOG_LEVEL: info
|
||||
FOLDER: /etc/grafana/provisioning/datasources
|
||||
RESOURCE: both
|
||||
NAMESPACE: "ALL"
|
||||
UNIQUE_FILENAMES: false
|
||||
# NAMESPACE: null
|
||||
# FOLDER_ANNOTATION: null
|
||||
# script: null
|
||||
# WATCH_SERVER_TIMEOUT: 3600
|
||||
# WATCH_CLIENT_TIMEOUT: 3600
|
||||
SKIP_TLS_VERIFY: false
|
||||
REQ_USERNAME: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_USER }}"
|
||||
REQ_PASSWORD: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_PASSWORD }}"
|
||||
REQ_URL: "http://localhost:3000/api/admin/provisioning/datasources/reload"
|
||||
REQ_METHOD: POST
|
||||
probes:
|
||||
liveness:
|
||||
enabled: false
|
||||
readiness:
|
||||
enabled: false
|
||||
startup:
|
||||
enabled: false
|
||||
alerts:
|
||||
enabled: true
|
||||
imageSelector: sidecarImage
|
||||
env:
|
||||
IGNORE_ALREADY_PROCESSED: false
|
||||
METHOD: WATCH
|
||||
LABEL: grafana_alerts
|
||||
LABEL_VALUE: "1"
|
||||
LOG_LEVEL: info
|
||||
FOLDER: /etc/grafana/provisioning/alerts
|
||||
RESOURCE: both
|
||||
NAMESPACE: "ALL"
|
||||
UNIQUE_FILENAMES: false
|
||||
# NAMESPACE: null
|
||||
# FOLDER_ANNOTATION: null
|
||||
# script: null
|
||||
# WATCH_SERVER_TIMEOUT: 3600
|
||||
# WATCH_CLIENT_TIMEOUT: 3600
|
||||
SKIP_TLS_VERIFY: false
|
||||
REQ_USERNAME: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_USER }}"
|
||||
REQ_PASSWORD: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_PASSWORD }}"
|
||||
REQ_URL: "http://localhost:3000/api/admin/provisioning/alerts/reload"
|
||||
REQ_METHOD: POST
|
||||
probes:
|
||||
liveness:
|
||||
enabled: false
|
||||
readiness:
|
||||
enabled: false
|
||||
startup:
|
||||
enabled: false
|
||||
plugins:
|
||||
enabled: true
|
||||
imageSelector: sidecarImage
|
||||
env:
|
||||
IGNORE_ALREADY_PROCESSED: false
|
||||
METHOD: WATCH
|
||||
LABEL: grafana_plugins
|
||||
LABEL_VALUE: "1"
|
||||
LOG_LEVEL: info
|
||||
FOLDER: /etc/grafana/provisioning/plugins
|
||||
RESOURCE: both
|
||||
NAMESPACE: "ALL"
|
||||
UNIQUE_FILENAMES: false
|
||||
# NAMESPACE: null
|
||||
# FOLDER_ANNOTATION: null
|
||||
# script: null
|
||||
# WATCH_SERVER_TIMEOUT: 3600
|
||||
# WATCH_CLIENT_TIMEOUT: 3600
|
||||
SKIP_TLS_VERIFY: false
|
||||
REQ_USERNAME: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_USER }}"
|
||||
REQ_PASSWORD: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_PASSWORD }}"
|
||||
REQ_URL: "http://localhost:3000/api/admin/provisioning/plugins/reload"
|
||||
REQ_METHOD: POST
|
||||
probes:
|
||||
liveness:
|
||||
enabled: false
|
||||
readiness:
|
||||
enabled: false
|
||||
startup:
|
||||
enabled: false
|
||||
notifiers:
|
||||
enabled: true
|
||||
imageSelector: sidecarImage
|
||||
env:
|
||||
IGNORE_ALREADY_PROCESSED: false
|
||||
METHOD: WATCH
|
||||
LABEL: grafana_notifiers
|
||||
LABEL_VALUE: "1"
|
||||
LOG_LEVEL: info
|
||||
FOLDER: /etc/grafana/provisioning/notifiers
|
||||
RESOURCE: both
|
||||
NAMESPACE: "ALL"
|
||||
UNIQUE_FILENAMES: false
|
||||
# NAMESPACE: null
|
||||
# FOLDER_ANNOTATION: null
|
||||
# script: null
|
||||
# WATCH_SERVER_TIMEOUT: 3600
|
||||
# WATCH_CLIENT_TIMEOUT: 3600
|
||||
SKIP_TLS_VERIFY: false
|
||||
REQ_USERNAME: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_USER }}"
|
||||
REQ_PASSWORD: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_PASSWORD }}"
|
||||
REQ_URL: "http://localhost:3000/api/admin/provisioning/notifiers/reload"
|
||||
REQ_METHOD: POST
|
||||
probes:
|
||||
liveness:
|
||||
enabled: false
|
||||
readiness:
|
||||
enabled: false
|
||||
startup:
|
||||
enabled: false
|
||||
|
||||
configmap:
|
||||
dashboard-provider:
|
||||
enabled: true
|
||||
data:
|
||||
provider.yaml: |-
|
||||
apiVersion: 1
|
||||
providers:
|
||||
- name: sidecarProvider
|
||||
orgId: 1
|
||||
folder: ''
|
||||
type: file
|
||||
disableDeletion: false
|
||||
allowUiUpdates: false
|
||||
updateIntervalSeconds: 30
|
||||
options:
|
||||
foldersFromFilesStructure: true
|
||||
path: /tmp/dashboards
|
||||
config:
|
||||
enabled: true
|
||||
data:
|
||||
grafana.ini: |-
|
||||
paths:
|
||||
data: /var/lib/grafana/
|
||||
logs: /var/log/grafana
|
||||
plugins: /var/lib/grafana/plugins
|
||||
provisioning: /etc/grafana/provisioning
|
||||
analytics:
|
||||
check_for_updates: true
|
||||
log:
|
||||
mode: console
|
||||
grafana_net:
|
||||
url: https://grafana.net
|
||||
server:
|
||||
domain: "{{ if (and .Values.ingress.main.enabled .Values.ingress.main.hosts) }}{{ .Values.ingress.main.hosts | first }}{{ else }}''{{ end }}"
|
||||
ldap.toml: |-
|
||||
# nope
|
||||
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
type: configmap
|
||||
objectName: config
|
||||
mountPath: /etc/grafana/grafana.ini
|
||||
subPath: grafana.ini
|
||||
ldap:
|
||||
enabled: true
|
||||
type: configmap
|
||||
objectName: config
|
||||
mountPath: /etc/grafana/ldap.toml
|
||||
subPath: ldap.toml
|
||||
data:
|
||||
enabled: true
|
||||
mountPath: "/var/lib/grafana"
|
||||
grafana-tmp:
|
||||
enabled: true
|
||||
type: emptyDir
|
||||
mountPath: /app/tmp
|
||||
targetSelectAll: true
|
||||
sc-dashboard-volume:
|
||||
enabled: true
|
||||
type: emptyDir
|
||||
mountPath: /tmp/dashboards
|
||||
targetSelectAll: true
|
||||
sc-dashboard-config:
|
||||
enabled: true
|
||||
type: configmap
|
||||
objectName: dashboard-provider
|
||||
mountPath: /etc/grafana/provisioning/dashboards/sc-dashboardproviders.yaml
|
||||
subPath: provider.yaml
|
||||
sc-datasource-volume:
|
||||
enabled: true
|
||||
type: emptyDir
|
||||
mountPath: /etc/grafana/provisioning/datasources
|
||||
targetSelectAll: true
|
||||
sc-alerts-volume:
|
||||
enabled: true
|
||||
type: emptyDir
|
||||
mountPath: /etc/grafana/provisioning/alerts
|
||||
targetSelectAll: true
|
||||
sc-plugins-volume:
|
||||
enabled: true
|
||||
type: emptyDir
|
||||
mountPath: /etc/grafana/provisioning/plugins
|
||||
targetSelectAll: true
|
||||
sc-notifiers-volume:
|
||||
enabled: true
|
||||
type: emptyDir
|
||||
mountPath: /etc/grafana/provisioning/notifiers
|
||||
targetSelectAll: true
|
||||
metrics:
|
||||
main:
|
||||
# -- Enable and configure a Prometheus serviceMonitor for the chart under this key.
|
||||
# @default -- See values.yaml
|
||||
enabled: true
|
||||
type: "servicemonitor"
|
||||
endpoints:
|
||||
- port: main
|
||||
path: /metrics
|
||||
# -- Enable and configure Prometheus Rules for the chart under this key.
|
||||
# @default -- See values.yaml
|
||||
prometheusRule:
|
||||
enabled: false
|
||||
labels: {}
|
||||
# -- Configure additionial rules for the chart under this key.
|
||||
# @default -- See prometheusrules.yaml
|
||||
rules: []
|
||||
# - alert: UnifiPollerAbsent
|
||||
# annotations:
|
||||
# description: Unifi Poller has disappeared from Prometheus service discovery.
|
||||
# summary: Unifi Poller is down.
|
||||
# expr: |
|
||||
# absent(up{job=~".*unifi-poller.*"} == 1)
|
||||
# for: 5m
|
||||
# labels:
|
||||
# severity: critical
|
||||
portal:
|
||||
open:
|
||||
enabled: true
|
||||
|
||||
# -- Whether Role Based Access Control objects like roles and rolebindings should be created
|
||||
rbac:
|
||||
main:
|
||||
enabled: true
|
||||
primary: true
|
||||
clusterWide: true
|
||||
rules:
|
||||
- apiGroups: [""]
|
||||
resources: ["configmaps", "secrets"]
|
||||
verbs: ["get", "watch", "list"]
|
||||
|
||||
serviceAccount:
|
||||
main:
|
||||
enabled: true
|
||||
primary: true
|
||||
|
||||
podOptions:
|
||||
automountServiceAccountToken: true
|
||||
|
||||
cnpg:
|
||||
main:
|
||||
enabled: true
|
||||
user: grafana
|
||||
database: grafana
|
File diff suppressed because it is too large
Load Diff
|
@ -1,133 +0,0 @@
|
|||
|
||||
|
||||
## [logitech-media-server-12.0.14](https://github.com/truecharts/charts/compare/logitech-media-server-11.6.0...logitech-media-server-12.0.14) (2024-05-21)
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- bump common to release improved checks on volsync and cnpg ([#21454](https://github.com/truecharts/charts/issues/21454))
|
||||
|
||||
- bump charts to ensure new icons are released
|
||||
|
||||
- bump everything to regenerate readme's and site index
|
||||
|
||||
- bump charts to release new docs to fix broken links
|
||||
|
||||
- update groups html ([#21121](https://github.com/truecharts/charts/issues/21121))
|
||||
|
||||
- bump everything to release new doc pages
|
||||
|
||||
- bump common
|
||||
|
||||
- update container image lmscommunity/logitechmediaserver to stable[@89f082d](https://github.com/89f082d) by renovate ([#20694](https://github.com/truecharts/charts/issues/20694))
|
||||
|
||||
- update container image lmscommunity/logitechmediaserver to stable[@42fddd5](https://github.com/42fddd5) by renovate ([#20597](https://github.com/truecharts/charts/issues/20597))
|
||||
|
||||
- update container image lmscommunity/logitechmediaserver to stable[@4c71b5a](https://github.com/4c71b5a) by renovate ([#21675](https://github.com/truecharts/charts/issues/21675))
|
||||
|
||||
- update container image lmscommunity/logitechmediaserver to stable[@3384aab](https://github.com/3384aab) by renovate ([#21806](https://github.com/truecharts/charts/issues/21806))
|
||||
|
||||
- update container image lmscommunity/logitechmediaserver to stable[@148cb07](https://github.com/148cb07) by renovate ([#21819](https://github.com/truecharts/charts/issues/21819))
|
||||
|
||||
- update container image common to v20.3.12[@3303278](https://github.com/3303278) by renovate ([#21384](https://github.com/truecharts/charts/issues/21384))
|
||||
|
||||
- update container image lmscommunity/logitechmediaserver to stable[@d1aabfd](https://github.com/d1aabfd) by renovate ([#21309](https://github.com/truecharts/charts/issues/21309))
|
||||
|
||||
- update container image lmscommunity/logitechmediaserver to stable[@7a4ab27](https://github.com/7a4ab27) by renovate ([#21964](https://github.com/truecharts/charts/issues/21964))
|
||||
|
||||
- update container image lmscommunity/logitechmediaserver to stable[@a1561fb](https://github.com/a1561fb) by renovate ([#22121](https://github.com/truecharts/charts/issues/22121))
|
||||
|
||||
- update container image lmscommunity/logitechmediaserver to stable[@48b86ce](https://github.com/48b86ce) by renovate ([#22206](https://github.com/truecharts/charts/issues/22206))
|
||||
|
||||
- update container image common to v23.0.7[@316d624](https://github.com/316d624) by renovate ([#22240](https://github.com/truecharts/charts/issues/22240))
|
||||
|
||||
- update container image lmscommunity/logitechmediaserver to stable[@2f0d6a5](https://github.com/2f0d6a5) by renovate ([#21106](https://github.com/truecharts/charts/issues/21106))
|
||||
|
||||
- update container image common to v20.3.11[@dae6129](https://github.com/dae6129) by renovate ([#20875](https://github.com/truecharts/charts/issues/20875))
|
||||
|
||||
- update container image lmscommunity/logitechmediaserver to stable[@c758176](https://github.com/c758176) by renovate ([#20982](https://github.com/truecharts/charts/issues/20982))
|
||||
|
||||
- update container image lmscommunity/logitechmediaserver to stable[@5a2636b](https://github.com/5a2636b) by renovate ([#20929](https://github.com/truecharts/charts/issues/20929))
|
||||
|
||||
- update container image lmscommunity/logitechmediaserver to stable[@d54e6e8](https://github.com/d54e6e8) by renovate ([#22261](https://github.com/truecharts/charts/issues/22261))
|
||||
|
||||
- update container image common to v20.3.7[@8cf9fc9](https://github.com/8cf9fc9) by renovate ([#20819](https://github.com/truecharts/charts/issues/20819))
|
||||
|
||||
- update container image lmscommunity/logitechmediaserver to stable[@c178fa3](https://github.com/c178fa3) by renovate ([#20803](https://github.com/truecharts/charts/issues/20803))
|
||||
|
||||
- update container image lmscommunity/logitechmediaserver to stable[@d5c5241](https://github.com/d5c5241) by renovate ([#20742](https://github.com/truecharts/charts/issues/20742))
|
||||
|
||||
- update container image common to v23.0.8[@9e7419b](https://github.com/9e7419b) by renovate ([#22277](https://github.com/truecharts/charts/issues/22277))
|
||||
|
||||
- update container image lmscommunity/logitechmediaserver to stable[@37e99ff](https://github.com/37e99ff) by renovate ([#20635](https://github.com/truecharts/charts/issues/20635))
|
||||
|
||||
- update container image lmscommunity/logitechmediaserver to stable[@b1242e9](https://github.com/b1242e9) by renovate ([#20605](https://github.com/truecharts/charts/issues/20605))
|
||||
|
||||
- update container image common to v20.3.6[@27edfed](https://github.com/27edfed) by renovate ([#20599](https://github.com/truecharts/charts/issues/20599))
|
||||
|
||||
- update container image lmscommunity/logitechmediaserver to stable[@6389750](https://github.com/6389750) by renovate ([#19269](https://github.com/truecharts/charts/issues/19269))
|
||||
|
||||
- update container image common to v20.3.5[@aedd88a](https://github.com/aedd88a) by renovate ([#20535](https://github.com/truecharts/charts/issues/20535))
|
||||
|
||||
- update container image common to v20.3.4[@d7e1b23](https://github.com/d7e1b23) by renovate ([#20527](https://github.com/truecharts/charts/issues/20527))
|
||||
|
||||
- update container image common to v20.3.3[@3876ba5](https://github.com/3876ba5) by renovate ([#20478](https://github.com/truecharts/charts/issues/20478))
|
||||
|
||||
- update container image lmscommunity/logitechmediaserver to stable[@c4892ab](https://github.com/c4892ab) by renovate ([#20395](https://github.com/truecharts/charts/issues/20395))
|
||||
|
||||
- update container image common to v20.3.2[@0722ebb](https://github.com/0722ebb) by renovate ([#20334](https://github.com/truecharts/charts/issues/20334))
|
||||
|
||||
- update container image lmscommunity/logitechmediaserver to stable[@3f2d6b9](https://github.com/3f2d6b9) by renovate ([#20309](https://github.com/truecharts/charts/issues/20309))
|
||||
|
||||
- update container image lmscommunity/logitechmediaserver to stable[@875c45f](https://github.com/875c45f) by renovate ([#20172](https://github.com/truecharts/charts/issues/20172))
|
||||
|
||||
- update container image common to v20.2.10[@6f99c97](https://github.com/6f99c97) by renovate ([#19876](https://github.com/truecharts/charts/issues/19876))
|
||||
|
||||
- update container image lmscommunity/logitechmediaserver to stable[@4847ce2](https://github.com/4847ce2) by renovate ([#19982](https://github.com/truecharts/charts/issues/19982))
|
||||
|
||||
- update container image lmscommunity/logitechmediaserver to stable[@4b4decb](https://github.com/4b4decb) by renovate ([#19942](https://github.com/truecharts/charts/issues/19942))
|
||||
|
||||
- update container image lmscommunity/logitechmediaserver to stable[@4473e11](https://github.com/4473e11) by renovate ([#19896](https://github.com/truecharts/charts/issues/19896))
|
||||
|
||||
- update container image common to v20.2.9[@10fd6c5](https://github.com/10fd6c5) by renovate ([#19817](https://github.com/truecharts/charts/issues/19817))
|
||||
|
||||
- update container image lmscommunity/logitechmediaserver to stable[@d268b97](https://github.com/d268b97) by renovate ([#19807](https://github.com/truecharts/charts/issues/19807))
|
||||
|
||||
- update container image common to v20.2.4[@f245f5c](https://github.com/f245f5c) by renovate ([#19731](https://github.com/truecharts/charts/issues/19731))
|
||||
|
||||
- update container image common to v20.2.3[@06e462e](https://github.com/06e462e) by renovate ([#19673](https://github.com/truecharts/charts/issues/19673))
|
||||
|
||||
- update container image lmscommunity/logitechmediaserver to stable[@d372008](https://github.com/d372008) by renovate ([#19665](https://github.com/truecharts/charts/issues/19665))
|
||||
|
||||
- update container image lmscommunity/logitechmediaserver to stable[@f34aa43](https://github.com/f34aa43) by renovate ([#19622](https://github.com/truecharts/charts/issues/19622))
|
||||
|
||||
- update container image lmscommunity/logitechmediaserver to stable[@dfece5c](https://github.com/dfece5c) by renovate ([#19580](https://github.com/truecharts/charts/issues/19580))
|
||||
|
||||
- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432))
|
||||
|
||||
- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361))
|
||||
|
||||
- exclude changelog from pagefind ([#21693](https://github.com/truecharts/charts/issues/21693))
|
||||
|
||||
### Chore
|
||||
|
||||
|
||||
|
||||
- rework SCALE catagories/groups to match helm and remove deprecated charts ([#21111](https://github.com/truecharts/charts/issues/21111))
|
||||
|
||||
### Feat
|
||||
|
||||
|
||||
|
||||
- Add VolSync support and move CNPG backup credentials on SCALE ([#21443](https://github.com/truecharts/charts/issues/21443))
|
||||
|
||||
### Fix
|
||||
|
||||
|
||||
|
||||
- fixup all chart volsync/credentials settings
|
||||
|
||||
- adapt for common cnpg/volsync pathing changes ([#21445](https://github.com/truecharts/charts/issues/21445))
|
||||
|
||||
- replace serviceexpert with externalinterfaces/networking-group in the SCALE GUI ([#21154](https://github.com/truecharts/charts/issues/21154))
|
|
@ -0,0 +1,32 @@
|
|||
# Patterns to ignore when building packages.
|
||||
# This supports shell glob matching, relative path matching, and
|
||||
# negation (prefixed with !). Only one pattern per line.
|
||||
.DS_Store
|
||||
# Common VCS dirs
|
||||
.git/
|
||||
.gitignore
|
||||
.bzr/
|
||||
.bzrignore
|
||||
.hg/
|
||||
.hgignore
|
||||
.svn/
|
||||
# Common backup files
|
||||
*.swp
|
||||
*.bak
|
||||
*.tmp
|
||||
*~
|
||||
# Various IDEs
|
||||
.project
|
||||
.idea/
|
||||
*.tmproj
|
||||
.vscode/
|
||||
# OWNERS file for Kubernetes
|
||||
OWNERS
|
||||
# helm-docs templates
|
||||
*.gotmpl
|
||||
# docs folder
|
||||
/docs
|
||||
# icon
|
||||
icon.png
|
||||
icon.webp
|
||||
icon-small.webp
|
|
@ -0,0 +1,3 @@
|
|||
*for the complete changelog, please refer to the website*
|
||||
|
||||
**Important:**
|
|
@ -25,7 +25,7 @@ keywords:
|
|||
- squeezebox
|
||||
- audio
|
||||
- streaming
|
||||
kubeVersion: ">=1.24.0-0"
|
||||
kubeVersion: '>=1.24.0-0'
|
||||
maintainers:
|
||||
- name: TrueCharts
|
||||
email: info@truecharts.org
|
||||
|
@ -36,4 +36,4 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/stable/logitech-media-server
|
||||
- https://hub.docker.com/r/lmscommunity/logitechmediaserver
|
||||
type: application
|
||||
version: 12.0.14
|
||||
version: 12.0.16
|
|
@ -24,14 +24,7 @@ For more information on how to install TrueCharts Helm charts, checkout the inst
|
|||
|
||||
### TrueNAS SCALE Apps
|
||||
|
||||
For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale/guides/scale-intro).
|
||||
|
||||
## Configuration Options
|
||||
|
||||
To view the chart specific options, please view Values.yaml included in the chart.
|
||||
|
||||
All our Charts use a shared "common" library chart that contains most of the templating and options.
|
||||
For the complete overview of all available options, please checkout the documentation for them on the website: https://truecharts.org/common/
|
||||
For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](https://truecharts.org/scale).
|
||||
|
||||
## Chart Specific Guides and information
|
||||
|
||||
|
@ -39,8 +32,20 @@ All our charts have dedicated documentation pages.
|
|||
The documentation for this chart can be found here:
|
||||
https://truecharts.org/charts/stable/logitech-media-server
|
||||
|
||||
## Support
|
||||
## Configuration Options
|
||||
|
||||
Please note: For TrueNAS SCALE, only options available in the GUI are supported.
|
||||
Hence most of these docs do not apply to TrueNAS SCALE
|
||||
|
||||
To view the chart specific options, please view Values.yaml included in the chart.
|
||||
The most recent version of which, is available here: https://github.com/truecharts/charts/charts/stable/logitech-media-server/values.yaml
|
||||
|
||||
All our Charts use a shared "common" library chart that contains most of the templating and options.
|
||||
For the complete overview of all available options, please checkout the documentation for them on the website: https://truecharts.org/common/
|
||||
|
||||
For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/truecharts/library-charts/blob/main/library/common/values.yaml
|
||||
|
||||
## Support
|
||||
|
||||
- See the [Website](https://truecharts.org)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
Binary file not shown.
Before Width: | Height: | Size: 574 B After Width: | Height: | Size: 574 B |
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.2 KiB |
|
@ -1,7 +1,7 @@
|
|||
image:
|
||||
repository: lmscommunity/logitechmediaserver
|
||||
pullPolicy: IfNotPresent
|
||||
tag: stable@sha256:d54e6e8edebdeadfb6f363b3aa62bccfb2c7d9b10908fb024df548c5f4205fb3
|
||||
tag: stable@sha256:efd0984708802dff0673e2c9e4208c147a960501d711cd6eb2d5aab3dbcaf1f2
|
||||
service:
|
||||
main:
|
||||
ports:
|
|
@ -0,0 +1 @@
|
|||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
|
@ -0,0 +1 @@
|
|||
{{ include "tc.v1.common.loader.all" . }}
|
Binary file not shown.
Loading…
Reference in New Issue