Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
416835f8a2
commit
bde517c595
|
@ -1,9 +0,0 @@
|
|||
|
||||
|
||||
## [promtail-6.0.15](https://github.com/truecharts/charts/compare/promtail-6.0.14...promtail-6.0.15) (2023-02-10)
|
||||
|
||||
### Fix
|
||||
|
||||
- ensure new helm deps repo is used in latest releases as well.
|
||||
|
||||
|
|
@ -4,6 +4,15 @@
|
|||
|
||||
|
||||
|
||||
## [promtail-6.0.16](https://github.com/truecharts/charts/compare/promtail-6.0.15...promtail-6.0.16) (2023-02-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image ghcr.io/truecharts/promtail to v2.7.4
|
||||
|
||||
|
||||
|
||||
|
||||
## [promtail-6.0.15](https://github.com/truecharts/charts/compare/promtail-6.0.14...promtail-6.0.15) (2023-02-10)
|
||||
|
||||
### Fix
|
||||
|
@ -88,12 +97,3 @@
|
|||
- update helm chart common to v11.0.8
|
||||
|
||||
|
||||
|
||||
|
||||
## [promtail-6.0.5](https://github.com/truecharts/charts/compare/promtail-6.0.4...promtail-6.0.5) (2022-12-11)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm chart common to v11.0.7 ([#5266](https://github.com/truecharts/charts/issues/5266))
|
||||
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: "2.7.3"
|
||||
appVersion: "2.7.4"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
|
@ -24,7 +24,7 @@ sources:
|
|||
- https://grafana.com/oss/loki/
|
||||
- https://grafana.com/docs/loki/latest/
|
||||
type: application
|
||||
version: 6.0.15
|
||||
version: 6.0.16
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- metrics
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [promtail-6.0.16](https://github.com/truecharts/charts/compare/promtail-6.0.15...promtail-6.0.16) (2023-02-24)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image ghcr.io/truecharts/promtail to v2.7.4
|
||||
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: ghcr.io/truecharts/promtail
|
||||
tag: 2.7.3@sha256:0ebced1842adafae322f7acd4236442d7dc7d7870cbe956f41cd78158c2f0d2b
|
||||
tag: 2.7.4@sha256:84a880d05c1eb8d175986159154dd00ef75d4305bcc0d08272fa924418b23739
|
||||
|
||||
# controller:
|
||||
# # -- Set the controller type.
|
Loading…
Reference in New Issue