* Refactor grafana
- rename manifest to align with helm create
- remove unnecessary manifests
* Grafana refactor
- utilize new features of grafana 5.x to configure datasources and dashboards
- remove all jobs
- update ingress manifest to align with helm create
- consolidate configmaps
- cleanup and refactor values.yaml
- remove unnecessary nesting from values.yaml
- add initContainer to download dashboards
- update labels and selectors to align with helm best practices
- general cleanup to align with helm best practices/patterns observed in `helm create`
- update values, NOTES, README and _helpers accordingly
- cleanup service manifest to allow more flexibility
- add rtluckie to maintainers
- bump chart version
Tested on:
k8s 1.8.10, 1.9.6 and 1.10.0
Limitations:
- Imported dashboards only support a single datasource
* Changes from comments
- remove deprecated grafana.ini option
- rework .Values.dashboards to make triggering download initContainer easier
- make initContainer image configurable
- add note to values.yaml regarding dashboards' dependency on dashboardProviders
- bump chart version to 1.0.0
* NOTES fixes
- remove unnecessary echo
- fix service.port references
* More changes from comments
- update name to gh username in Charts.yaml
- cleanup plugins install
- cleanup dashboards install -- don't rely on `defaults`
- cleanup reusing pv claim -- don't reply on `defaults`
- cleanup secrets -- don't rely on `defaults`
- cleanup service manifest -- don't rely `defaults`
- use storageClassName instead of storageClass (don't rely on `defaults`)
- remove redundant defaults from grafana.ini configmap
* Fix small regression
- use default when using templated value for pv name when existingClaim
is not defined
* Removed obsolete admin password option
There is no Spilo release available based upon Postgresql 9.6 with
a working admin configuration option
(https://github.com/zalando/spilo/pull/189).
Remove the option to not confuse any chart users.
* Follow Chart best practices value naming conventions
* Fixed imagePullPolicy option
* Added recommended 'app' label
https://github.com/kubernetes/helm/blob/master/docs/chart_best_practices/labels.md
* Improved README
* Upgrade Spilo image to PostgreSQL 10
* Re-implement admin password
* Do not depend on default but inherit from values
* Be consistent with spacing
* Update lock
* Fixed fullname
* Update helper functions and finetune labels
* Removed component label and refactored values
* Mount admin password as env variable
* Improve README
* Update todo
* Document (full)name overrides
* Bump Spilo version to 1.4-p6
* Use lowercase value names in all if statements
* Bump Spilo version to 1.4-p7
* Pre-define anti-affinity rules
* Use full 2-dot notation and improve README
* Allow complex affinity rules
* Fixed whitelines if/else statements
* Update README
* Merged affinity and antiAffinity values functionalities
* Fix
* podAntiAffinity
* Adding chart for SignalFx agent
* Fixing lint and using name templates
* Using best-practice service account handling
* Using github name in maintainers block
* Removing conditionals around Helm labels
* Removing superfluous conditionals and default
* Nesting image config in image key
* Making rolling update maxUnavailable configurable
* Making default access token a blank string
Otherwise it chokes the b64enc filter
* Making /etc/machine-id mount read only
* Removing container_name from docker dimension mapping
That gets populated automatically by the plugin
* Updating default agent version
* Using new docker-container-stats monitor instead of collectd/docker
* Using newer apiVersion for DaemonSet
* Updating agent version to latest
* Removing container_cpu_usage_seconds_total from default filter
* Making daemonset rendering conditional
Adds new default value for globalConfig.configDir to specify different config dir than the where configMap is mounted.
Adds specific app version and specific tag instead of 'latest' to ensure no unexpected upgrades.
* Create SA for web component (fixes#4767)
We have to create SA account even then kubernetes-in-cluster is disabled.
This change also covers the case then vault is enabled.
* Bump stable/concourse version to 1.2.2
* [incubator/tensorflow-serving] generic tensorflow model server support
fix according to review comments
support when not having pvc, make the e2e testing pass
helm create with 2.8.1
* fix app name
* make port not configurable
* add named port
* move to stable
* update named port in service
* add named port to tcp check
* fix reference to stable
* Cater for full set lof Elastic Output Plugin parameters (Auth & TLS)
* Cater for full set of Elastic Output Plugin parameters (Auth & TLS)
* update Github User
* README.md & TLS enablement updates
* Reverted chart version due to Helm lint error
* bump chart version to 0.3.0
* RBAC and ServiceAccount updated to standards
* fixed linting
* Revert "fixed linting"
This reverts commit 5bd65f6624.
Changes to be committed:
modified: stable/fluent-bit/values.yaml
* fixed linting
* fixed linting
* version bump
* minor version bump. clusterrolebinding uses serviceAccountName
* [drone] Fix ingress path for classes other than gce
A change was introduced in #3949 that incorrectly used the "and"
template function. It was used infix (B and C) rather than prefix
(and B C). This led to a subtle bug where it using the path for gce
ingress for all ingress classes (e.g. nginx).
Additionally, the "and" template function does not support short
circuit evaluation, so two if statements had to be introduced. This
made for some mess, but it was neccessary.
* [drone] Bump version from 0.4.2 to 0.4.3
* [drone] Dedent outer if block for readability
Thanks @unguiculus for the suggestion.
* adding redis-exporter chart
* use {{ .Release.Name }} for resource naming
* adding annotations for prometheus scrapper
* Revert "use {{ .Release.Name }} for resource naming"
This reverts commit 4c0388f030.
* use .Release.Name for fullname
* updated prerequisites and api version
* matchLabels required for apps/v1beta2
* added suggested style fixes
* adding release label
* renamed to prometheus redis exporter
* moved to stable
* use a named port
* upgraded to v0.16.0
* [stable/rabbit-ha] Add option to use existing certificate
* [stable/rabbitmq-ha] Bump chart version
* Fix typo
* Bump minor version
* [stable/rabbitmq-ha] Change secretName to existingSecret and only use it for existing secrets
* Don't include cert Secret when rabbitmqCert.enabled=false
* Bump chart version
* Use hostnames instead of IPs for node names since IPs are ephemeral
* Always use a headless clusterIP service for clustering
* Never use a cached erlang cookie since we are always providing it
* initial dex chart by kfox1111
* dex template updates, label cleanup, slight refactor, version update to 2.10.0
* using standardized naming for services
* adding notes, helmignore
* remove default resource usage
* dex allowing service annotations
* dex using proper labels for the job and using helm hooks
* confirm to rbac
* fixing deployment version and chart label