Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
d3763e0a3a
commit
55aeef006f
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [grafana-9.0.10](https://github.com/truecharts/charts/compare/grafana-9.0.9...grafana-9.0.10) (2023-08-30)
|
|
||||||
|
|
||||||
### Chore
|
|
||||||
|
|
||||||
- update container image tccr.io/truecharts/grafana to v10.1.0 ([#12037](https://github.com/truecharts/charts/issues/12037))
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [grafana-9.0.11](https://github.com/truecharts/charts/compare/grafana-9.0.10...grafana-9.0.11) (2023-09-06)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/grafana to v10.1.1 ([#12286](https://github.com/truecharts/charts/issues/12286))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [grafana-9.0.10](https://github.com/truecharts/charts/compare/grafana-9.0.9...grafana-9.0.10) (2023-08-30)
|
## [grafana-9.0.10](https://github.com/truecharts/charts/compare/grafana-9.0.9...grafana-9.0.10) (2023-08-30)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
## [grafana-9.0.1](https://github.com/truecharts/charts/compare/grafana-9.0.0...grafana-9.0.1) (2023-08-06)
|
## [grafana-9.0.1](https://github.com/truecharts/charts/compare/grafana-9.0.0...grafana-9.0.1) (2023-08-06)
|
||||||
|
|
||||||
### Chore
|
### Chore
|
||||||
|
|
||||||
- update container image tccr.io/truecharts/grafana to v10.0.3 ([#11129](https://github.com/truecharts/charts/issues/11129))
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [grafana-9.0.0](https://github.com/truecharts/charts/compare/grafana-8.0.7...grafana-9.0.0) (2023-07-31)
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "10.1.0"
|
appVersion: "10.1.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
|
@ -24,7 +24,7 @@ sources:
|
||||||
- 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: 9.0.10
|
version: 9.0.11
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- metrics
|
- metrics
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [grafana-9.0.11](https://github.com/truecharts/charts/compare/grafana-9.0.10...grafana-9.0.11) (2023-09-06)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/grafana to v10.1.1 ([#12286](https://github.com/truecharts/charts/issues/12286))
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
repository: tccr.io/truecharts/grafana
|
repository: tccr.io/truecharts/grafana
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: v10.1.0@sha256:ec891ddc5fb9e8918a15980777b75fa2bec346a531f3a2cbaa2e516d55c1ad31
|
tag: v10.1.1@sha256:2d274c7e2ea23f214f27ed907d816e9bad56c48cd03d1f34d650f43e184565d2
|
||||||
manifestManager:
|
manifestManager:
|
||||||
enabled: true
|
enabled: true
|
||||||
securityContext:
|
securityContext:
|
Loading…
Reference in New Issue