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:28:50 +00:00
parent 593e2fe28a
commit 8784af270f
35 changed files with 72 additions and 67 deletions

View File

@ -1,13 +0,0 @@
## [prometheus-7.0.43](https://github.com/truecharts/charts/compare/prometheus-7.0.42...prometheus-7.0.43) (2023-01-17)
### Chore
- update helm general non-major ([#6430](https://github.com/truecharts/charts/issues/6430))
### Feat
- move Grafana, Prometheus and Traefik to Enterprise Train ([#6372](https://github.com/truecharts/charts/issues/6372))

View File

@ -4,6 +4,15 @@
## [prometheus-7.0.44](https://github.com/truecharts/charts/compare/prometheus-7.0.43...prometheus-7.0.44) (2023-01-18)
### Chore
- update container image tccr.io/truecharts/alertmanager to 0.25.0
## [prometheus-7.0.43](https://github.com/truecharts/charts/compare/prometheus-7.0.42...prometheus-7.0.43) (2023-01-17) ## [prometheus-7.0.43](https://github.com/truecharts/charts/compare/prometheus-7.0.42...prometheus-7.0.43) (2023-01-17)
### Chore ### Chore

View File

@ -29,7 +29,7 @@ sources:
- https://github.com/prometheus-community/helm-charts - https://github.com/prometheus-community/helm-charts
- https://github.com/prometheus-operator/kube-prometheus - https://github.com/prometheus-operator/kube-prometheus
type: application type: application
version: 7.0.43 version: 7.0.44
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- metrics - metrics

View File

@ -0,0 +1,9 @@
## [prometheus-7.0.44](https://github.com/truecharts/charts/compare/prometheus-7.0.43...prometheus-7.0.44) (2023-01-18)
### Chore
- update container image tccr.io/truecharts/alertmanager to 0.25.0

View File

@ -8,7 +8,7 @@ thanosImage:
alertmanagerImage: alertmanagerImage:
repository: tccr.io/truecharts/alertmanager repository: tccr.io/truecharts/alertmanager
tag: 0.25.0@sha256:90fe7bfecee646e4feff31a6cd0f5212854cecfb525b47e4fd18c2d2b12d9735 tag: 0.25.0@sha256:b5a8cb251c3cec6b7e13a7f14436d2c9b2ac2df5b3cfbef0a436cd3be8fdf38d
global: global:
labels: {} labels: {}

View File

@ -815,58 +815,58 @@ questions:
type: string type: string
default: "" default: ""
required: true required: true
- 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