Skip to content

Commit 44e1fe8

Browse files
authored
fix: wrong indent for promethues.server.image.tag (#214)
Signed-off-by: Nic <[email protected]>
1 parent 80841c5 commit 44e1fe8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/api7/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

charts/api7/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
A 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 | `{}` | |

charts/api7/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)