Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

from source #2

Merged
merged 144 commits into from
Feb 18, 2019
Merged

from source #2

merged 144 commits into from
Feb 18, 2019

Conversation

kengou
Copy link
Owner

@kengou kengou commented Feb 18, 2019

What this PR does / why we need it:

Which issue this PR fixes

(optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged)

  • fixes #

Special notes for your reviewer:

Checklist

[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]

  • DCO signed
  • Chart Version bumped
  • Variables are documented in the README.md

naseemkullah and others added 30 commits February 6, 2019 06:49
* [stable/wordpress] Enable configuration of AllowOverride

Signed-off-by: Javier J. Salmeron Garcia <[email protected]>

* Add custom htaccess cm

Signed-off-by: Javier J. Salmeron Garcia <[email protected]>

* Add helper

Signed-off-by: Javier J. Salmeron Garcia <[email protected]>

* Update allowOverride values

Signed-off-by: Javier J. Salmeron Garcia <[email protected]>
* Fix gcs credentials location

Signed-off-by: Domenico Caruso <[email protected]>

* Update patch version

Signed-off-by: Domenico Caruso <[email protected]>
Signed-off-by: Chris O'Brien <[email protected]>

Bump chart version

Signed-off-by: Chris O'Brien <[email protected]>

Revert "Run atlantis container as atlantis user instead of root"

This reverts commit 8938f3f

Signed-off-by: Chris O'Brien <[email protected]>

Remove explicit atlantis command so as not to bypass docker entrypoint

Signed-off-by: Chris O'Brien <[email protected]>
* [stable/redis-ha] Add Optional Prometheus Exporter Sidecar

Added support for an optional prometheus exporter sidecar container in each redis pod.

Signed-off-by: Tim Mitrovich <[email protected]>

* [stable/redis-ha] Add Optional Prometheus Exporter Sidecar

* Added https://github.com/oliver006/redis_exporter to the sources list
* Added ability to configure resource limits
* Added ability to pull redis password from the existing redis secret so that we don't have plain text passwords in the config files
* Added ability to configure port and metrics scraping path
* Updated comments about the default install of redis-ha chart
* Added livenessProbe to exporter container

Signed-off-by: Tim Mitrovich <[email protected]>
Signed-off-by: Bitnami Containers <[email protected]>
* NEXUS: bump the app version to 3.15.2 and update the README with the correct values

Signed-off-by: Jeff Knurek <[email protected]>

* also update the proxy image to one without security vulnerabilities

Signed-off-by: Jeff Knurek <[email protected]>
* Quote the orgWhitelist value in the StatefulSet

fixes: runatlantis/atlantis#450

Signed-off-by: Matthew L Daniel <[email protected]>

* Bump the atlantis chart version

Signed-off-by: Matthew L Daniel <[email protected]>
…#11095)

* Fix ghost sentinels by pregenerating stable 40 character IDs to initialize sentinel ID

Signed-off-by: Tobias Wolf <[email protected]>

* Fix name of _helper template

Signed-off-by: Tobias Wolf <[email protected]>

* Fix whitespace trimming

Signed-off-by: Tobias Wolf <[email protected]>

* Bump version after previous PR bumped it

Signed-off-by: Tobias Wolf <[email protected]>

* Make init.sh shellcheck clean

Signed-off-by: Tobias Wolf <[email protected]>
Signed-off-by: Bart Verwilst <[email protected]>
* [stable/prometheus-operator] allow setting sessionAffinity on prometheus service

Signed-off-by: Till Kahlbrock <[email protected]>

* bump chart version

Signed-off-by: Till Kahlbrock <[email protected]>
* Update Ingress to allow Labels configured via values.yaml

Signed-off-by: Joerg Schueppel <[email protected]>

* Bumped Chart Version

Signed-off-by: Joerg Schueppel <[email protected]>

* Added PVC to Pushgateway

Signed-off-by: Joerg Schueppel <[email protected]>

* Bumped Chart Version

Signed-off-by: Joerg Schueppel <[email protected]>

* Update Chart.yaml

Signed-off-by: David J. M. Karlsen <[email protected]>
Signed-off-by: Bitnami Containers <[email protected]>
* Includes Jenkins Configuration as Code

Signed-off-by: Brendan Holmes <[email protected]>

* Minor README.md changes

Signed-off-by: Brendan Holmes <[email protected]>

* bumped CasC plugin version

Signed-off-by: Brendan Holmes <[email protected]>

* Adding auto config reload

Signed-off-by: Brendan Holmes <[email protected]>

* Needed to exclude some deployment config in the without-jcasc case.  Fixed tabulation and simplified jcasc example in values.yaml.  Tweaked documentation.

Signed-off-by: Brendan Holmes <[email protected]>

* Disabling auto-reload by default.

Signed-off-by: Brendan Holmes <[email protected]>

* Fixes error in corner-case where user has disabled config as code, but enabled auto-config.

Signed-off-by: Brendan Holmes <[email protected]>

* Expanded auto-config info in readme and added guidance for using non-internal identity db.
Doubled master memory limit since entered OOM restart loop when using config-as-code plugin.
Fixed missing casc_configs dir (in config.yaml & deployment.yaml) when not using auto-reload

Signed-off-by: Brendan Holmes <[email protected]>

* Sidecar was reloading once per key in the configmap when any single key had changed.  Resolved by creating separate configmaps, one for each key under ConfigScripts.
I was mistaken above that users only need Overall\Read rights to auto-reload.  Seems JCasC has higher privilege requirements than the CLI\API generally.  I've amended the Readme accordingly.  Process for enabling for LDAP\other ID store is still simple.
Fixed connectivity from sidecar when enabling non-root privileges by using a TCP port > 1024 (1044)
Bumped the sidecar image from 0.0.1 to 0.0.2 which a few improvements: faster, less error-prone startup by testing the Jenkins container's avaibility using SSH port instead of the main jenkins port.  This removes the need for an arbitary wait.  Also fixed "access denied" when enabling non-root privileges by creating the same jenkins 1000 user in the sidecar.

Signed-off-by: Brendan Holmes <[email protected]>

* Minor fix: configmap names now include the release name

Signed-off-by: Brendan Holmes <[email protected]>

* Update stable/jenkins/templates/config.yaml

Co-Authored-By: holmesb <[email protected]>
Signed-off-by: Brendan Holmes <[email protected]>

* Update stable/jenkins/templates/jcasc_config.yaml

Co-Authored-By: holmesb <[email protected]>
Signed-off-by: Brendan Holmes <[email protected]>

* Replaced a few if conditions with simpler else statements in config.yaml

Signed-off-by: Brendan Holmes <[email protected]>

* Bumping to the latest Config as Code plugin version.

Signed-off-by: Brendan Holmes <[email protected]>
Signed-off-by: Bitnami Containers <[email protected]>
Signed-off-by: Bitnami Containers <[email protected]>
vsliouniaev and others added 28 commits February 15, 2019 03:21
…11443)

* Add vsliouniaev to approvers, reviewers

Signed-off-by: Vasily <[email protected]>

* Bump chart vers

Seems strange, to have to bump for things in the ignore file

Signed-off-by: Vasily <[email protected]>
* [stable/superset] Use the target port number instead of a name

Older (but still actual) versions of some Network Policy providers don't support named ports as
a value of `targetPort` field in the Service spec.
Changing it to the number shouldn't break the UX for existing installations.

Signed-off-by: Mikhail Zholobov <[email protected]>

* [stable/superset] Bump version

Signed-off-by: Mikhail Zholobov <[email protected]>
* [master] Fixed broken markdown table;

Signed-off-by: Alexander Ilyin <[email protected]>

* [master] Bump the chart version.

Signed-off-by: Alexander Ilyin <[email protected]>

Signed-off-by: Carlos Panato <[email protected]>
…d deleteDefaultPlugins option. (#11361)

* added new values

Signed-off-by: Andriy Shamray <[email protected]>

* chaged ingress.labels in values.yaml

Signed-off-by: Andriy Shamray <[email protected]>

* applied PR changes

Signed-off-by: Andriy Shamray <[email protected]>

* applied PR changes

Signed-off-by: Andriy Shamray <[email protected]>

* applied PR changes

Signed-off-by: Andriy Shamray <[email protected]>

* changed chart version

Signed-off-by: Andriy Shamray <[email protected]>

* changed  version: 0.14.0 in Chart.yaml

Signed-off-by: Andriy Shamray <[email protected]>
* Correct env var for jvm options

Signed-off-by: Thomas Leclaire <[email protected]>

* bump char version

Signed-off-by: Thomas Leclaire <[email protected]>

* update version

Signed-off-by: Thomas Leclaire <[email protected]>

* update version

Signed-off-by: Thomas Leclaire <[email protected]>
…repo (#9859)

* [helm/charts] Add reloader in helm charts public repo

Signed-off-by: faizanahmad055 <[email protected]>

* Update reloader deploymentapiVersion

Signed-off-by: faizanahmad055 <[email protected]>

* Update chart.yaml

Signed-off-by: faizanahmad055 <[email protected]>

* Fix selector labels

Signed-off-by: faizanahmad055 <[email protected]>

* Update chart version

Signed-off-by: faizanahmad055 <[email protected]>

* Update sources

Signed-off-by: faizanahmad055 <[email protected]>

* Update readme

Signed-off-by: faizanahmad055 <[email protected]>
…y and tls. (#11301)

* Integrated optional support for hostPort on admin, proxy and tls.

Signed-off-by: Patrick Hütter <[email protected]>

* Chart version bump

Signed-off-by: Patrick Hütter <[email protected]>
…11326)

* allow to configure operator log level

Signed-off-by: Itay Shakury <[email protected]>

* bump chart version again after rebase

Signed-off-by: Itay Shakury <[email protected]>
* add servicemonitor namespace value

Signed-off-by: git config --global --edit <[email protected]>

* update readme and chart version

Signed-off-by: git config --global --edit <[email protected]>
…Maps (#11437)

* move the API_HOST variable to deck.yml, where it belongs

Signed-off-by: Miles Matthias <[email protected]>

* bump chart version for gate fix

Signed-off-by: Miles Matthias <[email protected]>

* noting where additional config maps are written to disk may be helpful to beginners

Signed-off-by: Miles Matthias <[email protected]>

* bump chart version number per vic

Signed-off-by: Miles Matthias <[email protected]>
* Restore default replicas == 3

Signed-off-by: Flynn <[email protected]>

* Fix some markdown

Signed-off-by: Flynn <[email protected]>

* Bump chart version, and switch my name to Flynn. :)

Signed-off-by: Flynn <[email protected]>

* Add icon.

Signed-off-by: Flynn <[email protected]>

* Sort OWNERS, and add nbkrause (from Datawire)

Signed-off-by: Flynn <[email protected]>

* Heh. Didn't realize a change to OWNERS required a version bump.

Signed-off-by: Flynn <[email protected]>

* Bump to Ambassador 0.50.2.

Signed-off-by: Flynn <[email protected]>
* fix typo in default jenkins agent image

Signed-off-by: Elieser Pereira <[email protected]>

* Chart Version bumped for typo fix in default jenkins agent image

Signed-off-by: Elieser Pereira <[email protected]>
…Docker Inc PostgreSQL container (#11482)

Signed-off-by: Javier J. Salmeron Garcia <[email protected]>
…propagation (#11194)

* Add options to change volume  mount propagation

Signed-off-by: Karol Chrapek <[email protected]>

* Add missing new line

Signed-off-by: Karol Chrapek <[email protected]>
…ceSelector (#11395)

Currently an empty ruleSelector or ruleNamespaceSelector does not select
all PrometheusRules or Namespaces respectively. Fix the prometheus
template to allow empty ruleSelector and ruleNamespaceSelector.

Signed-off-by: Nick Troast <[email protected]>
…reference container port name. (#11462)

* Reference container port via port name.

Signed-off-by: svenmueller <[email protected]>

* Bump Helm Chart version.

Signed-off-by: svenmueller <[email protected]>

* Fix linting error.

Signed-off-by: svenmueller <[email protected]>
* Automated cherry pick of #1314 (cert-manager/cert-manager#1315)
* Automated cherry pick of #1294 (cert-manager/cert-manager#1296)
* Automated cherry pick of #1276 (cert-manager/cert-manager#1277)
* Automated cherry pick of #1258 #1266 (cert-manager/cert-manager#1273)
* Automated cherry pick of #1259 (cert-manager/cert-manager#1260)
* Update Chart.yaml in webhook (cert-manager/cert-manager#1249)

Signed-off-by: James Munnelly <[email protected]>
* [stable/mongodb] Allow extra parameters in metrics exporter

Signed-off-by: Javier J. Salmeron Garcia <[email protected]>

* Remove ghost values

Signed-off-by: Javier J. Salmeron Garcia <[email protected]>

* Remove trailing whitespace

Signed-off-by: Javier J. Salmeron Garcia <[email protected]>
@kengou kengou merged commit 277fa09 into kengou:master Feb 18, 2019
kengou pushed a commit that referenced this pull request Sep 18, 2019
* [stable/grafana] Allow secrets for sidecar (helm#13492)

Updated the sidecar image to version 0.0.18
This allows also using secrets for volume mounts
This way the dashboard and datasource import can be extended to those
datatypes

Signed-off-by: Sergej Herbert <[email protected]>

* [stable/grafana] Allow secret - review (helm#13492)

- keep the appVersion the same
- bump minor version
- add missing apostrophe

Signed-off-by: Sergej Herbert <[email protected]>

* [stable/grafana] Allow secret - review #2 (helm#13492)

- enable sidecar resource secrets and configmaps by default
- update readme to indicate secret preference for datasources

Signed-off-by: Sergej Herbert <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.