Commit Graph

9 Commits

Author SHA1 Message Date
Daniel Arteaga
218bdec24f [bitnami/wavefront] feat: add pod security policy to enable hostpath (#4217)
* [bitnami/wavefront] feat: add pod security policy to enable hostpath

Signed-off-by: darteaga <darteaga@vmware.com>

* fix: wrong podsecuritypolicy path

Signed-off-by: darteaga <darteaga@vmware.com>
2020-11-05 16:32:43 +01:00
Vincent Behar
b3a95b701b [bitnami/*] Extra manifests should be top-level (#4161)
extra manifests declared with the `extraDeploy` value used to be defined in a single List manifest.
the issue with this setup, is that if you want to define a Job to be used as a Helm hook, it won't work - because Helm only look at top-level manifests to find the hook annotations.

this PR changes the implementation of extra manifests, by rendering top-level manifests instead of wrapping them inside a List.
charts users don't need to change anything in their values.yaml
2020-10-30 14:11:06 +01:00
Juan Ariza Toledano
c08a20e3db [bitnami/*] Include link to Troubleshootin guide on README.md (#4136) 2020-10-28 11:07:11 +01:00
Bitnami Containers
e2e3dce7a9 [bitnami/wavefront] Release 0.1.5 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-10-15 15:40:38 +00:00
Bitnami Containers
fafe2a30b1 [bitnami/wavefront] Release 0.1.4 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-10-15 14:26:48 +00:00
Bitnami Containers
23166cf973 [bitnami/wavefront] Release 0.1.3 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-10-14 06:09:06 +00:00
Carlos Rodríguez Hernández
1a315fd992 [bitnami/wavefront] Add imagePullSecret logic (#3968) 2020-10-09 12:19:49 +02:00
Bitnami Containers
749c5fd478 [bitnami/wavefront] Release 0.1.1 updating components versions
Signed-off-by: Bitnami Containers <containers@bitnami.com>
2020-10-09 08:28:38 +00:00
Carlos Rodríguez Hernández
9dea8f5794 [bitnami/wavefront] Add wavefront chart to the catalog (#3520)
* Add upstream wavefront chart

* Adapt common/generic files

* Adapt values.yaml and fix side effects

* Add common subchart and standarize labels

* Standarize names

* Standarize images

* Standarize resources and tolerations

* Fix linter issues

* Minor fixes

* Exclude chart from GH action testing as it is needed access to Wavefront instances

* [bitnami/minio] Release 3.7.3 updating components versions

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

* Exclude chart from GH action testing as it is needed access to Wavefront instances

* Add commonLabels, extraDeploy & commonAnnotations

* Add resources

* Revert "[bitnami/minio] Release 3.7.3 updating components versions"

This reverts commit 326611b297.

* Remove duplicated

* Add readiness & liveness probes

* Add podAnnotations, affinity, nodeSelector, tolerations, priorityClassName, and lifecycleHooks

* Add sidecars and initContainers

* Add sidecars extraEnv and extraVolume

* Add podLabels

* Add updateStrategy

* Add commands & args

* Add SecurityContexts

* Minor fixes

* Fix batch of suggestions

* Add existing configmap option

* Support existing secrets for token

* Add validations

* Avoid failing if the params are not set

* Add enable parameter to securityContexts

* Rename wavefront-collector Docker image

* Add namespace to the installation instructions

* Update requirements.lock

* Update images

* Update tags and deps

Co-authored-by: Bitnami Containers <containers@bitnami.com>
2020-10-09 09:59:09 +02:00