* [stable/spinnaker] Add possibility to map your own cacerts
This may be helpful for the ones having an air-gapped setup with internal tooling (repos) and self-signed certificates.
Signed-off-by: Adrian Wyssmann <papanito@wyssmann.com>
* [stable/spinnaker] Fix lint error "mapping values are not allowed in this context"
Signed-off-by: Adrian Wyssmann <papanito@wyssmann.com>
* [stable/spinnaker] Bump chart version
Signed-off-by: papanito <papanito@wyssmann.com>
* [stable/spinnaker] More meaningful name for cacerts
Signed-off-by: papanito <papanito@wyssmann.com>
* stable/nginx-ingress: document default value of `serviceAccount.create`
Signed-off-by: Alexander Schramm <alex@schram.me>
* chore: bump chart version
Signed-off-by: Alexander Schramm <alex@schram.me>
* fix(stable/redis): sentinel on master cannot start if password not use
Signed-off-by: Andrii Nasinnyk <anasinnyk@macpaw.com>
* chore(stable/redis): increase chart version
Signed-off-by: Andrii Nasinnyk <anasinnyk@macpaw.com>
* Make ports configuration flexible to allow for TCPMapping ports
Signed-off-by: Noah Krause <krausenoah@gmail.com>
* bump chart version
Signed-off-by: Noah Krause <krausenoah@gmail.com>
* Update README and bump major version
Signed-off-by: Noah Krause <krausenoah@gmail.com>
* Rename admin service to match YAML templates
Signed-off-by: Noah Krause <krausenoah@gmail.com>
* Remove default annotation
Signed-off-by: Noah Krause <krausenoah@gmail.com>
* .service.ports eliminates the need to `.additionalTCPPorts` as well
Signed-off-by: Noah Krause <krausenoah@gmail.com>
* Create clusterrole for crds to solve issue with singlenamespaced config
Signed-off-by: Noah Krause <krausenoah@gmail.com>
* rbac.namespaced was extraneous and has been replaced by scope.singleNamespace
Signed-off-by: Noah Krause <krausenoah@gmail.com>
* Ambassador Pro will notice `AMBASSADOR_ID` in `.Values.env`
Signed-off-by: Noah Krause <krausenoah@gmail.com>
* `crds.enabled` will flag that crds should be enabled in the release but not necessarily created
Signed-off-by: Noah Krause <krausenoah@gmail.com>
* Update changelog
Signed-off-by: Noah Krause <krausenoah@gmail.com>
* Fix trailing spaces
Signed-off-by: Noah Krause <krausenoah@gmail.com>
* Bump pro version
Signed-off-by: Noah Krause <krausenoah@gmail.com>
* Ambassador Pro will use {{ include "ambassador.fullname" . }}-pro-redis as redis server
Signed-off-by: Noah Krause <krausenoah@gmail.com>
* Requested fixes
Signed-off-by: Noah Krause <krausenoah@gmail.com>
* Forgot port on redis url change
Signed-off-by: Noah Krause <krausenoah@gmail.com>
* fix test
Signed-off-by: Noah Krause <krausenoah@gmail.com>
* add swarm port 4001 and support nodeport service
Signed-off-by: Bruno Clermont <bruno@robotinfra.com>
* bump to 0.4.21
Signed-off-by: Bruno Clermont <bruno@robotinfra.com>
* scrape prometheus metrics
Signed-off-by: Bruno Clermont <bruno@robotinfra.com>
* add probes
Signed-off-by: Bruno Clermont <bruno@robotinfra.com>
* bump version
Signed-off-by: Bruno Clermont <bruno@robotinfra.com>
* Fix example port (304001 is > 65534)
Signed-off-by: Bruno Clermont <bruno@robotinfra.com>
* Add the same affinities and tolerations for the bucket creation job as for the deploymenti
Signed-off-by: Alexander Rashed <alexander.rashed@gmail.com>
* Bump patch version
Signed-off-by: Alexander Rashed <alexander.rashed@gmail.com>
if in a k8s-cluster a psp disallow running containers as root, this
PR will enable the security-context as default for
* alertmanager
* prometheus
* kube-state-metrics
* pushgateway
also add the missing network policy for pushgateway
Signed-off-by: Mario Constanti <github@constanti.de>
* Add namespace name to the port forward tip
Show namespace name in port-forward tip,
fixes copy/paste error:
$ kubectl port-forward $POD_NAME 8080:5000
Error from server (NotFound): pods "registry-docker-registry-798dfccf5f-gc824" not found
$ kubectl -n registry port-forward registry-docker-registry-798dfccf5f-gc824 8080:5000
Forwarding from 127.0.0.1:8080 -> 5000
This approach used in other charts, for example https://github.com/helm/charts/blob/master/stable/kubernetes-dashboard/templates/NOTES.txt
Signed-off-by: Tomas Dabašinskas <tomas.it@gmail.com>
* bump chart version
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>