File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 0.17.25
18+ version : 0.17.26
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 11# api7ee3
22
3- ![ Version: 0.17.25 ] ( https://img.shields.io/badge/Version-0.17.25 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 3.8.14] ( https://img.shields.io/badge/AppVersion-3.8.14-informational?style=flat-square )
3+ ![ Version: 0.17.26 ] ( https://img.shields.io/badge/Version-0.17.26 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 3.8.14] ( https://img.shields.io/badge/AppVersion-3.8.14-informational?style=flat-square )
44
55A Helm chart for Kubernetes
66
@@ -222,13 +222,13 @@ A Helm chart for Kubernetes
222222| prometheus.server.existingSecret | string | ` "" ` | |
223223| prometheus.server.image.registry | string | ` "docker.io" ` | |
224224| prometheus.server.image.repository | string | ` "api7/prometheus" ` | |
225+ | prometheus.server.image.tag | string | ` "2.48.1-debian-11-r0" ` | |
225226| prometheus.server.persistence.enabled | bool | ` true ` | |
226227| prometheus.server.persistence.size | string | ` "120Gi" ` | |
227228| prometheus.server.rbac.create | bool | ` false ` | |
228229| prometheus.server.service.ports.http | int | ` 9090 ` | |
229230| prometheus.server.service.type | string | ` "ClusterIP" ` | |
230231| prometheus.server.serviceAccount.create | bool | ` false ` | |
231- | prometheus.server.tag | string | ` "2.48.1-debian-11-r0" ` | |
232232| resources | object | ` {} ` | |
233233| securityContext | object | ` {} ` | |
234234| serviceAccount.annotations | object | ` {} ` | |
Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ prometheus:
235235 image :
236236 registry : docker.io
237237 repository : api7/prometheus
238- tag : 2.48.1-debian-11-r0
238+ tag : 2.48.1-debian-11-r0
239239 existingSecret : " " # name of existing secret to mount the path of prometheus client certs.
240240 enableRemoteWriteReceiver : true
241241 enableAdminAPI : true
You can’t perform that action at this time.
0 commit comments