* Add MONGODB_URI env variable secret
Signed-off-by: Dagenais, Philippe <pdagenais@nuglif.com>
* Bump chart version
Signed-off-by: Dagenais, Philippe <pdagenais@nuglif.com>
* Use mongodb.uri value, remove the command line argument
Signed-off-by: Dagenais, Philippe <pdagenais@nuglif.com>
- Makes it possible to specify nodePort values when the controller
service type is LoadBalancer
- Update README.md
- Bump the version
Signed-off-by: Bhavin Gandhi <bhavin7392@gmail.com>
* Make the template secret-webhook optional
People might want to manage secrets on their own
Signed-off-by: Wilfrido Vidana <wvidanas@gmail.com>
* Bump chart version
Signed-off-by: Wilfrido Vidana <wvidanas@gmail.com>
* Using a variable to define the reference to the secret
Signed-off-by: Wilfrido Vidana <wvidanas@gmail.com>
* Renaming secretWebhookName to vcsSecretsName
Signed-off-by: Wilfrido Vidana <wvidanas@gmail.com>
* New feature version
Signed-off-by: Wilfrido Vidana <wvidanas@gmail.com>
* Modify Ingress template to be easier to --set
Signed-off-by: Scott Collier <collierthescott@gmail.com>
* Update README
Signed-off-by: Scott Collier <collierthescott@gmail.com>
* Updated TLS to match new Ingress format
Signed-off-by: Scott Collier <collierthescott@gmail.com>
* Fix trailing spaces
Signed-off-by: Scott Collier <collierthescott@gmail.com>
* Additional readme info
Signed-off-by: Scott Collier <collierthescott@gmail.com>
* Modified ingress template to allow path configuration. Bumped major version to reflect incompatible API change.
Signed-off-by: Scott Collier <collierthescott@gmail.com>
* Increment Chart patch version
Signed-off-by: Scott Collier <collierthescott@gmail.com>
* Just use /bin/bash instead of /usr/bin/env bash
Signed-off-by: Scott Collier <collierthescott@gmail.com>
* [stable/spinnaker] Allow to use existing additionalConfigMaps objects
That makes it working similar to "additionalSecrets" part. The user can define
"halyard.additionalConfigMaps.name" with the name of pre-created ConfigMap
(which is not managed by this helm chart) and it will be mounted to the halyard pod.
Signed-off-by: Mikhail Zholobov <legal90@gmail.com>
* [stable/spinnaker] Bump chart version
Signed-off-by: Mikhail Zholobov <legal90@gmail.com>
* [stable/spinnaker] Move default profile settings from values to the template
Add support of passing actual blocks (aka `map[string]interface{}`) to `halyard.additionalProfileConfigMaps.data`,
which allows to override any of the default field as blocks are deeply merged.
These changes also keep the full backward compatibility with the old way passing data to `halyard.additionalProfileConfigMaps.data`.
Users can still pass the string values there and they will be applied only if `halyard.additionalProfileConfigMaps.create` is set to `true`.
Also, `halyard.additionalProfileConfigMaps.create` has been removed from the default values
because now this ConfigMap will always be created.
Signed-off-by: Mikhail Zholobov <legal90@gmail.com>
* [stable/spinnaker] Disable S3 versioning if Minio is enabled
Minio doesn't support versioning, so we should disable it on the Front50 side in this case.
https://www.spinnaker.io/setup/install/storage/minio/#editing-your-storage-settings
Otherwise, "pull-charts-e2e" tests will always fail because of Front50 errors related to
the versioning on S3-like storage backend.
Signed-off-by: Mikhail Zholobov <legal90@gmail.com>
* [stable/spinnaker] Bump chart version
Signed-off-by: Mikhail Zholobov <legal90@gmail.com>
* stable/postgresql: Fix NetworkPolicy in replicated mode
With replication enabled and a network policy that prevents external
communication, i.e.
```yaml
replication:
enabled: true
networkPolicy:
enabled: true
allowExternal: false
```
the slave pods are not allowed to connect to the master, which causes
them to enter into a crash loop.
This commit expands the ingress policy to allow communication from the
slaves to the master on port 5432.
Signed-off-by: Benoît Knecht <benoit.knecht@fsfe.org>
* stable/postgresql: Bump chart version number to 4.2.2
Signed-off-by: Benoît Knecht <benoit.knecht@fsfe.org>
* Allow extra labels be applied to the kafka pods
Signed-off-by: Kealan Murphy <kealan.murphy@aspect.com>
* Provide an example in the values.yaml
Signed-off-by: Kealan Murphy <kealan.murphy@aspect.com>
* [stable/fluent-bit] Upgrade to Fluent Bit v1.1.0
Signed-off-by: Eduardo Silva <eduardo@treasure-data.com>
* [stable/fluent-bit] add new filter.KubeTagPrefix option
Starting from Fluent Bit 1.1.0, a new option called Kube_Tag_Prefix has
been introduced to help to discover Kubernetes metadata coming from
monitored files. This change adjust to the upgrade requirements on the
following document:
https://docs.fluentbit.io/manual/installation/upgrade_notes
Signed-off-by: Eduardo Silva <eduardo@treasure-data.com>
Adding helm hook delete policy so hook is deleted if successful or if running install again after a failure.
Signed-off-by: Todd Brown <mrbrownt@me.com>
This reverts the incorrect patch merged as part of pr #13000 as
well as adds warnings so that hopefully this never happens again.`
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
* [stable/spinnaker] Don't include namespace name to API_HOST for deck
It fixes e2e tests for spinnaker chart.
In case of very long namespace name the deck service will fail to start
because of the old apache issue:
> ProxyPass worker hostname <...> too long
Signed-off-by: Mikhail Zholobov <legal90@gmail.com>
* [stable/spinnaker] Bump chart version
Signed-off-by: Mikhail Zholobov <legal90@gmail.com>
* [stable/spring-cloud-data-flow] Add OWNERS file
Signed-off-by: Chris Schaefer <cschaefer@pivotal.io>
* [stable/spring-cloud-data-flow] Bump chart version for OWNERS file addition
Signed-off-by: Chris Schaefer <cschaefer@pivotal.io>
* [stable/spring-cloud-data-flow] Add sabbyanandan to OWNERS
Signed-off-by: Chris Schaefer <cschaefer@pivotal.io>
* [stable/spring-cloud-data-flow] Add sabbyanandan to Chart.yaml as maintainer
Signed-off-by: Chris Schaefer <cschaefer@pivotal.io>
* Add talha as a maintainer for stable/sonarqube
Signed-off-by: Rob Kernick <rjkernick@gmail.com>
* Update chart version
Signed-off-by: Rob Kernick <rjkernick@gmail.com>
* fix spelling error on email address
Signed-off-by: Rob Kernick <rjkernick@gmail.com>
* set postgres.persistence.resourcePolicy to nill to fix helm v2.14.0 errors
Signed-off-by: Brady Todhunter <bradyt@anchore.com>
* bump chart version to 1.0.3
Signed-off-by: Brady Todhunter <bradyt@anchore.com>
* excluding ".snapshot" in chown during init
in some environment, where PVs are NFS volumes with `.shapshot` directories,
such as the case with NetApps, `chown -R` would fail during execution of
initContainer command
to avoid failure, `.snapshot` shouldbe excluded from `chown -R`
Signed-off-by: Anastas Dancha <anapsix@random.io>
* same in less lines
Signed-off-by: Anastas Dancha <anapsix@random.io>
* using find statement w/ xargs for error handling
Signed-off-by: Anastas Dancha <anapsix@random.io>