Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
|
||||
|
||||
## [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
|
||||
|
||||
|
||||
@@ -4,6 +4,17 @@
|
||||
|
||||
|
||||
|
||||
## [prometheus-7.0.45](https://github.com/truecharts/charts/compare/prometheus-7.0.44...prometheus-7.0.45) (2023-01-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/alertmanager to 0.25.0
|
||||
- update container image tccr.io/truecharts/thanos to 0.30.1
|
||||
- update container image tccr.io/truecharts/prometheus to 2.41.0
|
||||
|
||||
|
||||
|
||||
|
||||
## [prometheus-7.0.44](https://github.com/truecharts/charts/compare/prometheus-7.0.43...prometheus-7.0.44) (2023-01-18)
|
||||
|
||||
### Chore
|
||||
@@ -29,7 +29,7 @@ sources:
|
||||
- https://github.com/prometheus-community/helm-charts
|
||||
- https://github.com/prometheus-operator/kube-prometheus
|
||||
type: application
|
||||
version: 7.0.44
|
||||
version: 7.0.45
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- metrics
|
||||
11
enterprise/prometheus/7.0.45/app-changelog.md
Normal file
11
enterprise/prometheus/7.0.45/app-changelog.md
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
|
||||
## [prometheus-7.0.45](https://github.com/truecharts/charts/compare/prometheus-7.0.44...prometheus-7.0.45) (2023-01-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/alertmanager to 0.25.0
|
||||
- update container image tccr.io/truecharts/thanos to 0.30.1
|
||||
- update container image tccr.io/truecharts/prometheus to 2.41.0
|
||||
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/prometheus
|
||||
tag: 2.41.0@sha256:948cd5bf9472e3ad2f66cc3a5dcb51662b714d1aabff8f1789a9cd34c8e2f525
|
||||
tag: 2.41.0@sha256:8a06e188b05e8d720cd56f6babad1e137e0dd40f590f5138f80f0df64aee1bb5
|
||||
|
||||
thanosImage:
|
||||
repository: tccr.io/truecharts/thanos
|
||||
tag: 0.30.1@sha256:4d8f9be91494f5106462389dc70332c9a371ba871ea0d9cbddebebed62961cfa
|
||||
tag: 0.30.1@sha256:65d00eaaf489f868319c0d9175444efea15f2d76addeed5de9e49fb2d6e92827
|
||||
|
||||
alertmanagerImage:
|
||||
repository: tccr.io/truecharts/alertmanager
|
||||
tag: 0.25.0@sha256:b5a8cb251c3cec6b7e13a7f14436d2c9b2ac2df5b3cfbef0a436cd3be8fdf38d
|
||||
tag: 0.25.0@sha256:abf991cb2ce84f05eae86e8d7aeabf0f75320aeb06f2b603ead515246be567e8
|
||||
|
||||
global:
|
||||
labels: {}
|
||||
@@ -624,10 +624,17 @@ questions:
|
||||
type: string
|
||||
required: true
|
||||
default: Prefix
|
||||
- variable: clusterIssuer
|
||||
label: clusterIssuer
|
||||
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: tls
|
||||
label: TLS-Settings
|
||||
schema:
|
||||
type: list
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
default: []
|
||||
items:
|
||||
- variable: tlsEntry
|
||||
@@ -648,12 +655,26 @@ questions:
|
||||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
- variable: scaleCert
|
||||
label: Select TrueNAS SCALE Certificate
|
||||
|
||||
- variable: clusterIssuer
|
||||
label: Use Cert-Manager clusterIssuer
|
||||
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.'
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: scaleCert
|
||||
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||
schema:
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
type: int
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
- variable: secretName
|
||||
label: Use Custom Secret (Advanced)
|
||||
schema:
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: entrypoint
|
||||
label: (Advanced) Traefik Entrypoint
|
||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
||||
@@ -765,11 +786,18 @@ questions:
|
||||
label: Service Port
|
||||
schema:
|
||||
type: int
|
||||
- variable: clusterIssuer
|
||||
label: clusterIssuer
|
||||
description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below'
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: tls
|
||||
label: TLS-Settings
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
items:
|
||||
- variable: tlsEntry
|
||||
label: Host
|
||||
@@ -789,12 +817,25 @@ questions:
|
||||
type: string
|
||||
default: ""
|
||||
required: true
|
||||
- variable: scaleCert
|
||||
label: Select TrueNAS SCALE Certificate
|
||||
- variable: clusterIssuer
|
||||
label: Use Cert-Manager clusterIssuer
|
||||
description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.'
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: scaleCert
|
||||
label: Use TrueNAS SCALE Certificate (Deprecated)
|
||||
schema:
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
type: int
|
||||
$ref:
|
||||
- "definitions/certificate"
|
||||
- variable: secretName
|
||||
label: Use Custom Secret (Advanced)
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["clusterIssuer", "=", ""]]
|
||||
default: ""
|
||||
- variable: entrypoint
|
||||
label: Traefik Entrypoint
|
||||
description: Entrypoint used by Traefik when using Traefik as Ingress Provider
|
||||
Reference in New Issue
Block a user