diff --git a/bitnami/wavefront-hpa-adapter/Chart.lock b/bitnami/wavefront-hpa-adapter/Chart.lock index ba9a49a76..df221d037 100644 --- a/bitnami/wavefront-hpa-adapter/Chart.lock +++ b/bitnami/wavefront-hpa-adapter/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: common repository: https://charts.bitnami.com/bitnami - version: 2.1.2 -digest: sha256:1c365a4551a2f4098e9584dc176b289c10437c679c7c3e2ec6153cabf863e1a4 -generated: "2022-11-09T18:59:19.461575161Z" + version: 2.2.2 +digest: sha256:49ca75cf23ba5eb7df4becef52580f98c8bd8194eb80368b9d7b875f6eefa8e5 +generated: "2022-12-14T15:27:49.438255825Z" diff --git a/bitnami/wavefront-hpa-adapter/Chart.yaml b/bitnami/wavefront-hpa-adapter/Chart.yaml index 7926152df..3ce43229a 100644 --- a/bitnami/wavefront-hpa-adapter/Chart.yaml +++ b/bitnami/wavefront-hpa-adapter/Chart.yaml @@ -25,4 +25,4 @@ maintainers: name: wavefront-hpa-adapter sources: - https://github.com/bitnami/containers/tree/main/bitnami/wavefront-hpa-adapter -version: 1.3.6 +version: 1.3.7 diff --git a/bitnami/wavefront-hpa-adapter/README.md b/bitnami/wavefront-hpa-adapter/README.md index 718609041..d63363d44 100644 --- a/bitnami/wavefront-hpa-adapter/README.md +++ b/bitnami/wavefront-hpa-adapter/README.md @@ -76,7 +76,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-hpa-adapter` | -| `image.tag` | Adapter image tag (immutable tags are recommended) | `0.9.9-scratch-r11` | +| `image.tag` | Adapter image tag (immutable tags are recommended) | `0.9.9-scratch-r12` | | `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 | `[]` | diff --git a/bitnami/wavefront-hpa-adapter/values.yaml b/bitnami/wavefront-hpa-adapter/values.yaml index 9b8effb49..ec2ae520b 100644 --- a/bitnami/wavefront-hpa-adapter/values.yaml +++ b/bitnami/wavefront-hpa-adapter/values.yaml @@ -61,7 +61,7 @@ extraDeploy: [] image: registry: docker.io repository: bitnami/wavefront-hpa-adapter - tag: 0.9.9-scratch-r11 + tag: 0.9.9-scratch-r12 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'