* ADding nodeSelctors for mariadb
Signed-off-by: Mikkel Mork Hegnhoj <mikhegn@microsoft.com>
* Bumping minor version and using nindent for nodeselectors
Signed-off-by: Mikkel Mørk Hegnhøj <mikhegn@microsoft.com>
* Reverting typechange to Kong file
Signed-off-by: Mikkel Mørk Hegnhøj <mikhegn@microsoft.com>
* Correcting chart version
Signed-off-by: Mikkel Mørk Hegnhøj <mikhegn@microsoft.com>
These three all have good knowledge of CockroachDB and experience
running it in production on Kubernetes.
Signed-off-by: Alex Robinson <alexdwanerobinson@gmail.com>
* feat: add ambassador crds and bump version to 0.70.0
Signed-off-by: Markus Maga <markus@maga.se>
* chore: add some changelog
Signed-off-by: Markus Maga <markus@maga.se>
* fix: correct ci values
Signed-off-by: Markus Maga <markus@maga.se>
* fix: only create crd in one of the tests
Signed-off-by: Markus Maga <markus@maga.se>
* fix: update rbac so ambassador can see ambassador crds
Signed-off-by: Markus Maga <markus@maga.se>
* Update tiller-deployment to use Octal
Signed-off-by: John Reese <john@reese.dev>
* Use Octal for secret defaultMode
Signed-off-by: John Reese <john@reese.dev>
Allows inserting securityContext configuration into the
controller pod definition for changing things like
`net.core.somaxconn`
Signed-off-by: Shivneil Prasad <shivneil.prasad@leafly.com>
* prometheus-adapter: allow to set custom prometheus path
Signed-off-by: Alexander Lyashko <aurx@mail.ru>
* prometheus-adapter: bump version
Signed-off-by: Alexander Lyashko <aurx@mail.ru>
* prometheus-adapter: Bump version again, to make semantic versioning happy
Signed-off-by: Alexander Lyashko <aurx@mail.ru>
* Rework: omit port info at all if port is 0
Signed-off-by: Alexander Lyashko <aurx@mail.ru>
* README: Remove stale path description
Signed-off-by: Alexander Lyashko <aurx@mail.ru>
* Bump prometheus-adapter chart version
Signed-off-by: Alexander Lyashko <aurx@mail.ru>
* [stable/concourse] Update flags for next Concourse release
- Adds `CONCOURSE_CLUSTER_NAME` (concourse.web.clusterName)
- https://github.com/concourse/concourse/pull/3736<Paste>
Signed-off-by: Ciro S. Costa <cscosta@pivotal.io>
* [stable/concourse] add generic secret configurations
With the introduction generic caching, we no longer need the
vault-specific cacheing flags, while at the same time, having the need
of providing new ones (generic).
https://github.com/concourse/concourse/pull/3628
Signed-off-by: Ciro S. Costa <cscosta@pivotal.io>
* [stable/concourse] add auditing flags
With the introduction of auditing capabilities (see Auditor#3577 [1]),
it's now possible to configure in a per-subsystem basis which API
requests an installation should audit.
This commit adds the necessary support for such flags.
[1]: https://github.com/concourse/concourse/pull/3577
Signed-off-by: Ciro S. Costa <cscosta@pivotal.io>
* [stable/concourse] update image version to 5.2.0
Signed-off-by: Ciro S. Costa <cscosta@pivotal.io>
Co-authored-by: Krishna Mannem <kmannem@pivotal.io>
* [stable/concourse] Add time based build log retention flags
concourse/concourse#3560
Signed-off-by: Ciro S. Costa <cscosta@pivotal.io>
Co-authored-by: Krishna Mannem <kmannem@pivotal.io>
* [stable/concourse] add support for externalGardenUrl
With the addition of `external-garden-url` to the `concourse worker`
command, one is now able to reference a non-embedded garden server to be
used as the target for container creation.
https://github.com/concourse/concourse/pull/3806
Signed-off-by: Ciro S. Costa <cscosta@pivotal.io>
* [stable/spinnaker] Bump chart version
Signed-off-by: Mikhail Zholobov <legal90@gmail.com>
* [stable/spinnaker] Add a value for customizing service settings
Using the newly added `additionalServiceSettings` value it's possible to override service-specific
parameters. That could be used to override some component versions or to add custom labels to pods.
Read more: https://www.spinnaker.io/reference/halyard/custom/#custom-service-settings
Signed-off-by: Mikhail Zholobov <legal90@gmail.com>
* 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>