diff --git a/charts/api7/Chart.yaml b/charts/api7/Chart.yaml index d868b7b..8bdf74a 100644 --- a/charts/api7/Chart.yaml +++ b/charts/api7/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.17.25 +version: 0.17.26 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/api7/README.md b/charts/api7/README.md index 83b4b45..6e8d6c7 100644 --- a/charts/api7/README.md +++ b/charts/api7/README.md @@ -1,6 +1,6 @@ # api7ee3 -![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) +![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) A Helm chart for Kubernetes @@ -222,13 +222,13 @@ A Helm chart for Kubernetes | prometheus.server.existingSecret | string | `""` | | | prometheus.server.image.registry | string | `"docker.io"` | | | prometheus.server.image.repository | string | `"api7/prometheus"` | | +| prometheus.server.image.tag | string | `"2.48.1-debian-11-r0"` | | | prometheus.server.persistence.enabled | bool | `true` | | | prometheus.server.persistence.size | string | `"120Gi"` | | | prometheus.server.rbac.create | bool | `false` | | | prometheus.server.service.ports.http | int | `9090` | | | prometheus.server.service.type | string | `"ClusterIP"` | | | prometheus.server.serviceAccount.create | bool | `false` | | -| prometheus.server.tag | string | `"2.48.1-debian-11-r0"` | | | resources | object | `{}` | | | securityContext | object | `{}` | | | serviceAccount.annotations | object | `{}` | | diff --git a/charts/api7/values.yaml b/charts/api7/values.yaml index b8932ec..295202a 100644 --- a/charts/api7/values.yaml +++ b/charts/api7/values.yaml @@ -235,7 +235,7 @@ prometheus: image: registry: docker.io repository: api7/prometheus - tag: 2.48.1-debian-11-r0 + tag: 2.48.1-debian-11-r0 existingSecret: "" # name of existing secret to mount the path of prometheus client certs. enableRemoteWriteReceiver: true enableAdminAPI: true