mirror of
https://github.com/bitnami/charts.git
synced 2026-03-14 14:57:22 +08:00
[bitnami/wavefront] Release 4.2.11 (#15021)
* [bitnami/wavefront] Release 4.2.11 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:
@@ -1,9 +1,9 @@
|
||||
dependencies:
|
||||
- name: kube-state-metrics
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 3.2.7
|
||||
version: 3.3.1
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 2.2.2
|
||||
digest: sha256:55f1f12abb223803555d718d9d3572b07586ca5bb3684465ad7786ec5f8b2d0b
|
||||
generated: "2023-01-13T07:56:46.569865141Z"
|
||||
version: 2.2.3
|
||||
digest: sha256:3d2cd2c65c47186cbe3f226454a782836933c9de4750386044ea3943aca1dc2d
|
||||
generated: "2023-02-17T18:59:09.835056971Z"
|
||||
|
||||
@@ -30,4 +30,4 @@ sources:
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/wavefront-proxy
|
||||
- https://github.com/wavefrontHQ/wavefront-collector-for-kubernetes
|
||||
- https://github.com/wavefrontHQ/wavefront-proxy
|
||||
version: 4.2.10
|
||||
version: 4.2.11
|
||||
|
||||
@@ -6,6 +6,8 @@ Wavefront is a high-performance streaming analytics platform for monitoring and
|
||||
|
||||
[Overview of Wavefront](https://github.com/wavefrontHQ/wavefront-collector-for-kubernetes)
|
||||
|
||||
|
||||
|
||||
## TL;DR
|
||||
|
||||
```console
|
||||
@@ -107,7 +109,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `collector.enabled` | Setup and enable the Wavefront collector to gather metrics | `true` |
|
||||
| `collector.image.registry` | Wavefront collector image registry | `docker.io` |
|
||||
| `collector.image.repository` | Wavefront collector image repository | `bitnami/wavefront-kubernetes-collector` |
|
||||
| `collector.image.tag` | Wavefront collector image tag (immutable tags are recommended) | `1.13.0-scratch-r4` |
|
||||
| `collector.image.tag` | Wavefront collector image tag (immutable tags are recommended) | `1.13.0-scratch-r6` |
|
||||
| `collector.image.digest` | Wavefront collector image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `collector.image.pullPolicy` | image pull policy | `IfNotPresent` |
|
||||
| `collector.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
|
||||
@@ -181,7 +183,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `proxy.enabled` | Setup and enable Wavefront proxy to send metrics through | `true` |
|
||||
| `proxy.image.registry` | Wavefront proxy image registry | `docker.io` |
|
||||
| `proxy.image.repository` | Wavefront proxy image repository | `bitnami/wavefront-proxy` |
|
||||
| `proxy.image.tag` | Wavefront proxy image tag (immutable tags are recommended) | `11.4.0-debian-11-r48` |
|
||||
| `proxy.image.tag` | Wavefront proxy image tag (immutable tags are recommended) | `11.4.0-debian-11-r58` |
|
||||
| `proxy.image.digest` | Wavefront proxy image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
|
||||
| `proxy.image.pullPolicy` | Wavefront proxy image pull policy | `IfNotPresent` |
|
||||
| `proxy.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
|
||||
@@ -364,4 +366,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.
|
||||
@@ -134,7 +134,7 @@ collector:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/wavefront-kubernetes-collector
|
||||
tag: 1.13.0-scratch-r4
|
||||
tag: 1.13.0-scratch-r6
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
@@ -532,7 +532,7 @@ proxy:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/wavefront-proxy
|
||||
tag: 11.4.0-debian-11-r48
|
||||
tag: 11.4.0-debian-11-r58
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
|
||||
Reference in New Issue
Block a user