Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-01-18 22:32:24 +00:00
parent 8784af270f
commit 3d20802612
14 changed files with 87 additions and 57 deletions

View File

@ -0,0 +1,17 @@
**Important:**
*for the complete changelog, please refer to the website*
## [grafana-6.0.24](https://github.com/truecharts/charts/compare/grafana-6.0.23...grafana-6.0.24) (2023-01-18)
### Chore
- update container image tccr.io/truecharts/grafana to 9.3.2
### Feat
- move Grafana, Prometheus and Traefik to Enterprise Train ([#6372](https://github.com/truecharts/charts/issues/6372))

View File

@ -6,7 +6,7 @@ dependencies:
version: 11.1.2 version: 11.1.2
deprecated: false deprecated: false
description: Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, Elasticsearch, OpenTSDB, Prometheus and InfluxDB. 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/stable/grafana home: https://truecharts.org/charts/enterprise/grafana
icon: https://truecharts.org/img/hotlink-ok/chart-icons/grafana.png icon: https://truecharts.org/img/hotlink-ok/chart-icons/grafana.png
keywords: keywords:
- analytics - analytics
@ -20,11 +20,11 @@ maintainers:
url: https://truecharts.org url: https://truecharts.org
name: grafana name: grafana
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/grafana - https://github.com/truecharts/charts/tree/master/charts/enterprise/grafana
- https://github.com/bitnami/bitnami-docker-grafana - https://github.com/bitnami/bitnami-docker-grafana
- https://grafana.com/ - https://grafana.com/
type: application type: application
version: 6.0.23 version: 6.0.24
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- metrics - metrics

View File

@ -0,0 +1,13 @@
## [grafana-6.0.24](https://github.com/truecharts/charts/compare/grafana-6.0.23...grafana-6.0.24) (2023-01-18)
### Chore
- update container image tccr.io/truecharts/grafana to 9.3.2
### Feat
- move Grafana, Prometheus and Traefik to Enterprise Train ([#6372](https://github.com/truecharts/charts/issues/6372))

View File

@ -5,4 +5,4 @@ This App is supplied by TrueCharts, for more information visit the manual: [http
--- ---
TrueCharts can only exist due to the incredible effort of our staff. TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/about/sponsor) or contributing back to the project any way you can! Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!

View File

@ -1,7 +1,7 @@
image: image:
repository: tccr.io/truecharts/grafana repository: tccr.io/truecharts/grafana
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: 9.3.2@sha256:21b9ef183533b4f4bec2f2b13b0e648086d8896aa3d2423fb99607965c713053 tag: 9.3.2@sha256:c78aa4f4234acc8cc5b99415cddd1c2d270ce8d063e49430a762f55bf0f1bb01
securityContext: securityContext:
readOnlyRootFilesystem: false readOnlyRootFilesystem: false

View File

@ -1118,58 +1118,58 @@ questions:
type: boolean type: boolean
default: false default: false
# TODO: Rule List section # TODO: Rule List section
- variable: horizontalPodAutoscaler # - variable: horizontalPodAutoscaler
group: Advanced # group: Advanced
label: (Advanced) Horizontal Pod Autoscaler # label: (Advanced) Horizontal Pod Autoscaler
schema: # schema:
type: list # type: list
default: [] # default: []
items: # items:
- variable: hpaEntry # - variable: hpaEntry
label: HPA Entry # label: HPA Entry
schema: # schema:
additional_attrs: true # additional_attrs: true
type: dict # type: dict
attrs: # attrs:
- variable: name # - variable: name
label: Name # label: Name
schema: # schema:
type: string # type: string
required: true # required: true
default: "" # default: ""
- variable: enabled # - variable: enabled
label: Enabled # label: Enabled
schema: # schema:
type: boolean # type: boolean
default: false # default: false
show_subquestions_if: true # show_subquestions_if: true
subquestions: # subquestions:
- variable: target # - variable: target
label: Target # label: Target
description: Deployment name, Defaults to Main Deployment # description: Deployment name, Defaults to Main Deployment
schema: # schema:
type: string # type: string
default: "" # default: ""
- variable: minReplicas # - variable: minReplicas
label: Minimum Replicas # label: Minimum Replicas
schema: # schema:
type: int # type: int
default: 1 # default: 1
- variable: maxReplicas # - variable: maxReplicas
label: Maximum Replicas # label: Maximum Replicas
schema: # schema:
type: int # type: int
default: 5 # default: 5
- variable: targetCPUUtilizationPercentage # - variable: targetCPUUtilizationPercentage
label: Target CPU Utilization Percentage # label: Target CPU Utilization Percentage
schema: # schema:
type: int # type: int
default: 80 # default: 80
- variable: targetMemoryUtilizationPercentage # - variable: targetMemoryUtilizationPercentage
label: Target Memory Utilization Percentage # label: Target Memory Utilization Percentage
schema: # schema:
type: int # type: int
default: 80 # default: 80
- variable: networkPolicy - variable: networkPolicy
group: Advanced group: Advanced
label: (Advanced) Network Policy label: (Advanced) Network Policy