[bitnami/wavefront-prometheus-storage-adapter] Release 2.1.10 (#15022)

* [bitnami/wavefront-prometheus-storage-adapter] Release 2.1.10 updating components versions

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-02-17 20:26:47 +01:00
committed by GitHub
parent 5d437fcf2b
commit f9f160781f
4 changed files with 9 additions and 7 deletions

View File

@@ -1,9 +1,9 @@
dependencies:
- name: wavefront
repository: https://charts.bitnami.com/bitnami
version: 4.2.9
version: 4.2.10
- name: common
repository: https://charts.bitnami.com/bitnami
version: 2.2.3
digest: sha256:0c0a24e4a262ac02206a5b4d35108ada918b68bd6ef7f640c221279330392627
generated: "2023-02-09T13:13:31.501613313Z"
digest: sha256:c5dffb90e2dda4b0fdff1d82d709f4d26bc985605a8675924a4c67f15b07c555
generated: "2023-02-17T18:56:44.402504066Z"

View File

@@ -29,4 +29,4 @@ maintainers:
name: wavefront-prometheus-storage-adapter
sources:
- https://github.com/bitnami/containers/tree/main/bitnami/wavefront-prometheus-storage-adapter
version: 2.1.9
version: 2.1.10

View File

@@ -6,6 +6,8 @@ Wavefront Storage Adapter is a Prometheus integration to transfer metrics from P
[Overview of Wavefront Prometheus Adapter](https://github.com/wavefrontHQ/prometheus-storage-adapter)
## TL;DR
```console
@@ -82,7 +84,7 @@ The command removes all the Kubernetes components associated with the chart and
| --------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------- |
| `image.registry` | Adapter image registry | `docker.io` |
| `image.repository` | Adapter image repository | `bitnami/wavefront-prometheus-storage-adapter` |
| `image.tag` | Adapter image tag (immutable tags are recommended) | `1.0.5-debian-11-r91` |
| `image.tag` | Adapter image tag (immutable tags are recommended) | `1.0.5-debian-11-r93` |
| `image.digest` | Adapter image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `image.pullPolicy` | Adapter image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
@@ -250,4 +252,4 @@ Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.

View File

@@ -73,7 +73,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/wavefront-prometheus-storage-adapter
tag: 1.0.5-debian-11-r91
tag: 1.0.5-debian-11-r93
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'