* initial sentry
* missing valueFrom
* added cron and worker deployments
* Added some metadata
* Initial ingress support
* add initial smtp support and volume persistence
* Fixed deployment names (duh)
* Fix ENV and remove liveliness/rediness
* Hard code sentry db and user name until I can figure it out
* Fixed postgresql values
* Add database initialization job
* Add user creation hook
* Add user configuration to values
* Added smtp support, various other options/fixes
* Add resource limits, health check, and random password
* Fix login url and command to show generated password
* Add README and set sane default values
* Clarify using the --wait flag in README
* Consistent labels and component names
* Move sentry to stable folder
* Updated name to github username
* Add acs-engine-autoscaler charge
* Update NOTES to handle missing credentials
* Update _helpers
* Moving acs-engine-autoscaler from incubator to stable
* Update Chart description
* Provide specific tag for image
* Add labels.standard
* [stable/datadog] Support 1.6 tolerations
This allows the Datadog DaemonSet to run on tainted nodes, whether
that's a master provisioned by kubeadm (see #1100):
tolerations:
- effect: NoSchedule
key: node-role.kubernetes.io/master
or any "dedicated" node:
tolerations:
- effect: NoSchedule
operator: Exists
* [stable/datadog] Document 1.6 requirement for `tolerations`
* [stable/datadog] Add `daemonset.podAnnotations` value
This allows Kubernetes 1.5 users to use the alpha tolerations annotation
to schedule DataDog Pods on tainted nodes.
* [stable/datadog] Docs tweak: greater than 1.6
* [stable/datadog] Docs tweak: >= 1.6
* mongodb: update to `bitnami/mongodb:3.4.4-r3`
* mongodb: bump chart version to `0.4.11`
* mongodb: update to `bitnami/mongodb:3.4.4-r4`
* mongodb: update to `bitnami/mongodb:3.4.4-r5`
* mongodb: update to `bitnami/mongodb:3.4.4-r6`
* mongodb: update to `bitnami/mongodb:3.4.5-r0`
* Existing PVC support for stable/drupal
* Move ExistingClaim value below drupal, because it only applies to Drupal PVC
* Rename existingClaim to match chart case format
* drupal-data volume hostPath template
* drupal.persistence.hostPath default nil value comments
* hostPath deployment option
* hostPath README documentation
* Simplify hostpath PVC name (was redundant NAME-drupal-drupal-hostpath)
* Fix existingClaim case on hostPath additions
* Chart stable/drupal minor version bump for new hostPath feature
* Reuse PVC template
* Roll back deployment PVC name change, since we now re-use existing PVC template
* Add hostPath system compatibility and mounting steps to README
* Update README with minikube mount option
* Upgrade Image 0.9.0-beta.7
We need this image for TLS passthrough in the nginx ingress controller.
* Version bump to 0.4.3
* bump to 0.5.0
also add appVersion and maintainer github ids
* rethinkdb-cluster: Initial Commit
* Fix chart name.
* Make the NOTES.txt file more accurate.
* Use k8s 1.6 storageClassName notation for PVC.
* RethinkDB directory needs to be initially empty.
When using a provisioned volume from something like GCE, the mounted directory has a folder inside of it. This breaks RethinkDB when initializing.
* Add an extra k8s script to create a StorageClass on GCE.
* Addressing PR Comments.
* Rename to Recursively removing directory /Users/codyl/dev-files/charts/rethinkdb_data/tmp
Initializing directory /Users/codyl/dev-files/charts/rethinkdb_data
Running rethinkdb 2.3.4 (CLANG 7.3.0 (clang-703.0.31))...
Running on Darwin 16.6.0 x86_64
Loading data from directory /Users/codyl/dev-files/charts/rethinkdb_data and move to stable.
* Shorten down .gitignore file.
* Make using the RethinkDB Admin Console easier.
* Fix some wrong names/paths.
* Due to a bug with secrets, don't auto-gen a password.
https://github.com/kubernetes/charts/issues/980
* Remove extra file.
* Addressing PR comments and some other changes
- Updated NOTES.txt to include more tailored instructions based on proxy service type.
- Added an optional StorageClass.
- Simplified rethink config to not use a ConfigMap.
- Added optional RethinkDB Driver TLS configuration.
- Updated README.md to reflect new config changes.
* Tiny fix in README.md.
* Use github username for Chart.yaml.
* Default to ClusterIP for proxy service.
* Update to release 0.1.6
Hardcode ingress/engress service names as they aren't configurable
Rename manager to pilot
* Update to release 0.1.6
Hardcode ingress/engress service names as they aren't configurable
Rename manager to pilot
* [incubator/istio] fix missing namespace in port-forward command
* Update README with RBAC default change
This switches from using v0.1 of the peer-finder image to a version that
includes https://github.com/kubernetes/contrib/pull/2013
While I'm here, switch the version of cockroachdb from 1.0 to 1.0.1
* Bump consul version to 0.8.3
Add app version tag
Update chart maintainers to github username
Add consul helm tests
Update documentation
Remove existing test.sh
* Update helm test command in notes
* Support setting up redis without password
Add usePassword value to control enabling password authentication
usePassword false ignores redisPassword and does not set REDIS_PASSWORD
* add ALLOW_EMPTY_PASSWORD env
- includes metadata and formatting fixes
* wordpress: update to `bitnami/wordpress:4.7.5-r3`
* wordpress: bump chart version to `0.6.3`
* wordpress: fix probes to properly query pod health
* Rename MARIADB_PORT to MARIADB_PORT_NUMBER
* moodle: update to `bitnami/moodle:3.3.0-r2`
* moodle: bump chart version to `0.1.8`
* moodle: fix probes to properly query pod health
* Rename MARIADB_PORT to MARIADB_PORT_NUMBER
* owncloud: update to `bitnami/owncloud:10.0.1-r0`
* owncloud: bump chart version to `0.4.10`
* owncloud: use `httpGet` method in health checks
* owncloud: fix upgrade command
* Rename MARIADB_PORT to MARIADB_PORT_NUMBER
* owncloud: update to `bitnami/owncloud:10.0.2-r0`