* add logs, database and private repo pull-secret configs
Signed-off-by: Osama Nabil <hacktron95@gmail.com>
* fix duplicated mapping value `debug`
Signed-off-by: Osama Nabil <hacktron95@gmail.com>
* change to minor version bump rather than patch version bump
Signed-off-by: Osama Nabil <hacktron95@gmail.com>
Starting with kiwigrid/k8s-sidecar:0.1.75 METHOD also supports a SLEEP mode that lists all ConfigMaps and sleeps for 60s. This fixes issues where long running watch requests may break because of assumptions in software defined network solutions.
See also https://github.com/kiwigrid/k8s-sidecar/pull/52
Signed-off-by: Bastian Hofmann <bashofmann@gmail.com>
* [postgresql]: auto features for hardened OpenShift clusters, where scc can have different uid ranges; this commit adds options to skip setting runAsUser and try to autodetermine at init
Signed-off-by: ReSearchITEng <ReSearchITEng@gmail.com>
* [postgresql]: auto features for hardened OpenShift clusters, where scc can have different uid ranges; this commit adds options to skip setting runAsUser and try to autodetermine at init-readme
Signed-off-by: ReSearchITEng <ReSearchITEng@gmail.com>
* [postgresql]: auto features for hardened OpenShift clusters, where scc can have different uid ranges; this commit adds options to skip setting runAsUser and try to autodetermine at init-linthappy
Signed-off-by: ReSearchITEng <ReSearchITEng@gmail.com>
* [postgresql]: auto features for hardened OpenShift clusters, where scc can have different uid ranges; this commit adds options to skip setting runAsUser and try to autodetermine at init-toStringComp
Signed-off-by: ReSearchITEng <ReSearchITEng@gmail.com>
* bump major ver-chart interf. was updated;sync values-prod with values
Signed-off-by: ReSearchITEng <ReSearchITEng@gmail.com>
* fix test to use volumePermissions.securityContext
Signed-off-by: ReSearchITEng <ReSearchITEng@gmail.com>
* lint: trailing spaces
Signed-off-by: ReSearchITEng <ReSearchITEng@gmail.com>
* [stable/nginx-ingress] Add sessionAffinity to controller service
Signed-off-by: Even Holthe <even.holthe@bekk.no>
* [stable/nginx-ingress] Bump chart version to 1.30.0
Signed-off-by: Even Holthe <even.holthe@bekk.no>
* updating maintainers list due to significant improvement in how app is started and big jump in version. Ongoing improvements to follow.
Signed-off-by: marcussorealheis <marcuseagan@gmail.com>
* add CI directory and security manager custom test values.
Signed-off-by: marcussorealheis <marcuseagan@gmail.com>
* update maintainer.
Signed-off-by: marcussorealheis <marcuseagan@gmail.com>
* add an owners file.
Signed-off-by: marcussorealheis <marcuseagan@gmail.com>
- update scdf version to 2.4.0
- update skipper version to 2.3.0
- update chart dependency versions
Signed-off-by: Chris Schaefer <cschaefer@pivotal.io>
* [stable/prometheus-blackbox-exporter] add "allowIcmp" setting
Signed-off-by: Alice Sawatzky <alice.sawatzky@farmersedge.ca>
* [stable/prometheus-blackbox-exporter] minor version bump
Signed-off-by: Alice Sawatzky <alice.sawatzky@farmersedge.ca>
* [stable/prometheus-blackbox-exporter] fix NET_RAW capability
Signed-off-by: Alice Sawatzky <alice.sawatzky@farmersedge.ca>
* [stable/prometheus-blackbox-exporter] run as root if allowIcmp is set
Signed-off-by: Alice Sawatzky <alice.sawatzky@farmersedge.ca>
* [stable/prometheus-blackbox-exporter] document security implications of allowIcmp
Signed-off-by: Alice Sawatzky <alice.sawatzky@farmersedge.ca>
* [stable/prometheus-blackbox-exporter] add test values for allowIcmp
Signed-off-by: Alice Sawatzky <alice.sawatzky@farmersedge.ca>
* [stable/gocd] Quote ingress host
When using a wildcard DNS name for host, such as *.example.com, Helm
fails with a yaml parsing error. Added quote function to allow use of
wildcard.
Signed-off-by: Austin Orth <aorth@niche.com>
* [stable/gocd] Bump Chart version
Signed-off-by: Austin Orth <aorth@niche.com>
* [stable/gocd] Ingress api version change
Changed version of api for ingress to networking.k8s.io/v1beta1.
Signed-off-by: Austin Orth <aorth@niche.com>
* [stable/gocd] Updated changelog
Updated the changelog with relevant commits for this patch version.
Signed-off-by: Austin Orth <aorth@niche.com>
* [stable/pgadmin] upgrade to 4.17 and more
4.17:
with 4.16 and up `USER: pgadmin` got added to the Dockerfile, this
caused an ACL issue. securityContext and initContainers is added to
resolve this issue.
other:
- fixed dynamic PV provisioning
- livenessProbe
- readinessProbe
- added more comments in values.yaml
- updated README.md with new configuration items
- chart bump version
Signed-off-by: Rowan Ruseler <rowanruseler@gmail.com>
* [stable/pgadmin] adjusted storageclass name
made a mistake with naming the variable different then what is shown in
the values.yml example
Signed-off-by: Rowan Ruseler <rowanruseler@gmail.com>
* [stable/pgadmin]
resolved sessions bug by letting the probes go to the correct path
Signed-off-by: Rowan Ruseler <rowanruseler@gmail.com>
* Add annotation support to pushgateway service
Signed-off-by: Justin McCarty <justin.mccarty@syapse.com>
* Correct value for service annotations
Signed-off-by: Justin McCarty <justin.mccarty@syapse.com>