* Do not use 'master' in release name when replication is not enabled
* Do not use 'master' in release name when replication is not enabled
* Use the same version in the Chart.yaml and in the values.yaml. Most of the web apps are compatible with 10.1 right now
* Update minor version
* Update component versions
* Bump Spinnaker version in Chart.yaml
* Use either local or kubeconfig accounts
* Update docs for spinnaker multicluster
* Fix capitalization of values
* Fix README indentation
* Add more info to values file
* Bump Spinnaker chart minor version
* Only mount secrets if kubeConfig is enabled
* first draft
* allow to connect for web if host not passed
* moved to stable folder
* removed from incubator
* added readme and notes
* rename properly
* fix lint errors
* fixes for juans review
* fix typo
* unguiculus feedback
* improvements to how the db fullname template was named
* sameersbn feedback
* readibility improvements
* fixes to sameer's review
* rename suffix to chartName
* rename part2
* Update jaeger version to 1.4.1, but use a single value for all 4 images as they all need to use a single consistent version
* Update chart version
* Update chart version to 0.5.0
The containers in the stateful set were ignoring the resource requests
when specified in `values.yaml`. Comment out the resources requests
in `values.yaml`, so we only set requests if the user specifically
enables them.
I verified this is working by running `kubectl describe pod POD | grep
cpu` on one of the created pods on the fix branch. It returned `cpu:
"100m"`. On the master branch, the same command returned nothing.
* Update dependency version and change zooKeeper variable to zookeeper
* Update requrement lock
* Change zookeeper services name to the new value
* Update Chart.yaml
Also, update the conditional logic in the mysql.fullname template to more
closely mirror the behaviour of other charts, i.e. if no fullnameOverride is
specified and the release name contains the chart name, use it as the full name.
* Add the tcp port definition to the unbound container
* Add the tcp port definition to the unbound service
* Wrap resources in with block to prevent rendering when empty
* Style: unindent remaining with blocks to left margin
* Bump chart version.
* de-capitalize all the variables of etcd
* remove unused variables
* refactor the image definition
* update the version
* remove trailing spaces
* bump a major version
* fix typo
* Update Chart.yaml
* disable pvc by default, to make the e2e test pass
* add persistent volume enabled
* fix align issue
* update helpers.tpl
* fix cpu and memory resources
* remove default function
* [incubator/horovod] support horovod
* fix lint check
* update the readme
* Separate files per resource
* add use secrets
* add env for using secrets
* move to stable
* change to offical docker image
* [stable/nginx-ingress] Update ports
* Make port configurations consistent
* Use named ports to refer to target ports from services
* Bumped chart version
* [incubator/keycloak] Add miscellaneous improvements
* Update Keycloak to 3.4.3.Final
* Use nc to check for PostgreSQL availability in order to avoid
RBAC configurations
* Allow additional volumes and mounts to be configured
* Allow custom pre-start script to be configured
* Improve affinity configuration
* Add security context
* Update _helpers.tpl
* Only add environment variables for Keycloak credentials on
install. They are only needed for creating the intial user.
This avoids an error in the logs
* Add pod disruption budget
* Make test more robust
* Update Postgresql dependency
* Align ingress configuration with best practices