Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

[stable/chaoskube] Use version 0.10.0 + Adding minimum age to the chart #7289

Closed
wants to merge 106 commits into from
Closed

[stable/chaoskube] Use version 0.10.0 + Adding minimum age to the chart #7289

wants to merge 106 commits into from

Conversation

shaikatz
Copy link
Contributor

@shaikatz shaikatz commented Aug 22, 2018

What this PR does / why we need it:
Use version 0.10.0 + Adding minimum age to the chart

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Aug 22, 2018
@shaikatz
Copy link
Contributor Author

/assign @linki

@shaikatz shaikatz changed the title [stable/chaoskube] Use version version 10 + Adding minimum age to the chart [stable/chaoskube] Use version 10 + Adding minimum age to the chart Aug 22, 2018
@shaikatz shaikatz changed the title [stable/chaoskube] Use version 10 + Adding minimum age to the chart [stable/chaoskube] Use version 0.10.0 + Adding minimum age to the chart Aug 23, 2018
version: 0.9.1
appVersion: 0.9.0
version: 0.10.0
appVersion: 0.10.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to update the imageTag in values.yaml to v0.10.0 as well.

Copy link
Contributor

@linki linki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to bump imageTag in values.yaml

@shaikatz
Copy link
Contributor Author

@linki Sorry I've missed that, fixed.

@mattfarina mattfarina added the Contribution Allowed If the contributor has signed the DCO or the CNCF CLA (prior to the move to a DCO). label Aug 27, 2018
@@ -60,6 +60,7 @@ $ helm install stable/chaoskube --set dryRun=false
| `nodeSelector` | Node labels for pod assignment | `{}` |
| `tolerations` | Toleration labels for pod assignment | `[]` |
| `affinity` | Affinity settings for pod assignment | `{}` |
| `minimumAge` | Set minimum pod age to filter pod by | `0s` |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

version tag in README should match too

@davidkarlsen
Copy link
Member

/ok-to-test

@k8s-ci-robot k8s-ci-robot removed the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Aug 27, 2018
@davidkarlsen
Copy link
Member

@shaikatz Can you sign off your commits? TIA. See: https://github.com/helm/charts/pull/7289/checks?check_run_id=14283858

@ey-bot ey-bot removed the Contribution Allowed If the contributor has signed the DCO or the CNCF CLA (prior to the move to a DCO). label Aug 28, 2018
Steven Sheehy and others added 11 commits August 28, 2018 11:15
* stable/prometheus-adapter enhancements

* Fix linting issues

Signed-off-by: Shai Katz <shai@soluto.com>
Signed-off-by: Shai Katz <shai@soluto.com>
* new chart stable/mysqldump

Helps the user backup mysql databases to a persistent volume

* use chart.name from tpl, add app label

* add app/chart fixes to mysqldump-cron.yaml

* fix backoffLimit in wrong place.

* exit gracefully if db host not specified

Signed-off-by: Shai Katz <shai@soluto.com>
…edlists (#6843)

* [stable/mongodb-replicaset]: use mongodb as port name

* [stable/mongodb-replicaset]: bump version to 3.5.4

Signed-off-by: Shai Katz <shai@soluto.com>
* Update url in test and probes

* bump chart version

* [incubator/elastic-stack] Add fluent-bit option to elastic-stack chart

* Update requirements.lock

* [stable/sonarqube] Fix if block for loadBalancerIP

Signed-off-by: Shai Katz <shai@soluto.com>
* [stable/cockroachdb] Added support for node selector

* Merge with charts/stable

* [stable/cockroachdb] Added support for node selector

* [stable/cockroachdb] Added support for node selector

new chart stable/mysqldump (#4069)

* new chart stable/mysqldump

Helps the user backup mysql databases to a persistent volume

* use chart.name from tpl, add app label

* add app/chart fixes to mysqldump-cron.yaml

* fix backoffLimit in wrong place.

* exit gracefully if db host not specified

Merge with charts/stable

* Chart version bump

Signed-off-by: Shai Katz <shai@soluto.com>
Signed-off-by: Shai Katz <shai@soluto.com>
* change port-forward to single command

forward service instead of pod - bit more readable

* remove port 3306 defaults

* version bump

* remove double up values.service.port

Signed-off-by: Shai Katz <shai@soluto.com>
* Update values.yaml

added persistence storage for postgres

* Update Chart.yaml

Signed-off-by: Shai Katz <shai@soluto.com>
* [stable/rabbitmq-ha] add image.pullSecrets

* bump version

Signed-off-by: Shai Katz <shai@soluto.com>
* [stable/kong] Add ingress resource

* [stable/kong] Add NOTES.txt section with listing of URL addresses

Signed-off-by: Shai Katz <shai@soluto.com>
verwilst and others added 23 commits August 28, 2018 11:18
Signed-off-by: Bart Verwilst <bart@verwilst.be>
Signed-off-by: Shai Katz <shai@soluto.com>
Signed-off-by: Matt Farina <matt@mattfarina.com>
Signed-off-by: Shai Katz <shai@soluto.com>
* upgrading Artifactory version

* bumping chart version

* changing source repo

* truncating long release names

Signed-off-by: Shai Katz <shai@soluto.com>
Signed-off-by: jainish shah <jainishshah@yahoo.com>
Signed-off-by: Shai Katz <shai@soluto.com>
Signed-off-by: Steven Sheehy <ssheehy@firescope.com>
Signed-off-by: Shai Katz <shai@soluto.com>
* Upgrading Xray to 2.3.0

Signed-off-by: jainish shah <jainishshah@yahoo.com>

* updated source repo

Signed-off-by: jainish shah <jainishshah@yahoo.com>
Signed-off-by: Shai Katz <shai@soluto.com>
…50Mi to 100Mi. (#6115)

Signed-off-by: Shai Katz <shai@soluto.com>
* Update fluentd-cloudwatch tag
What this PR does / why we need it:
This affects the incubator/fluentd-cloudwatch chart.

Fix ```standard_init_linux.go:178: exec user process caused "no such file or directory"``` issue
with latest fluentd-cloudwatch version v0.12.43-cloudwatch

* signed linuxfoundation cla

* Update readme

Signed-off-by: Shai Katz <shai@soluto.com>
* Fix Jetty max thread templating

* Update chart version

Signed-off-by: Shai Katz <shai@soluto.com>
* add support for configuring dex nodePort values

* bump dex chart patch version

* Update Chart.yaml

* add comment showing example for configuring nodePort value

Signed-off-by: Shai Katz <shai@soluto.com>
Signed-off-by: Shai Katz <shai@soluto.com>
Signed-off-by: Shai Katz <shai@soluto.com>
* oops, wrong indentation on imagePullSecrets

* new comment indicating imagePullSecrets is possible

* bumping the version number, and making correct spacing in values.yaml

* put in a version bump to match upstream

Signed-off-by: Shai Katz <shai@soluto.com>
* Add OWNERS file

Signed-off-by: Alejandro Vicente Grabovetsky <sasha@aid.technology>

* Add Hyperledger Fabric logo

Signed-off-by: Alejandro Vicente Grabovetsky <sasha@aid.technology>

* Bump version up

Signed-off-by: Alejandro Vicente Grabovetsky <sasha@aid.technology>
Signed-off-by: Shai Katz <shai@soluto.com>
* add configurable service annotations

* update chart version

Signed-off-by: Shai Katz <shai@soluto.com>
* [stable/nginx-ingress] Upgraded version to 0.18.0.

* [stable/nginx-ingress] Made Chart and values.yaml non-executable.

Signed-off-by: Shai Katz <shai@soluto.com>
* Work around lack of proper nsswitch.conf on existing tiller images. versions 2.8.1 - 2.10.0 are known bad.

* Bump the version number.

Signed-off-by: Shai Katz <shai@soluto.com>
Signed-off-by: Shai Katz <shai@soluto.com>
Signed-off-by: Shai Katz <shai@soluto.com>
* Bump version to 0.30.1, update default version in readme

* Bump chart version to 0.4.3

Signed-off-by: Shai Katz <shai@soluto.com>
* Add resources configuration

* bump chart version

Signed-off-by: Shai Katz <shai@soluto.com>
* [stable/graphite]: fix indentation of resources block.

* [stable/graphite]: fix indentation of probe blocks.

* [stable/graphite]: allow custom statsd configurations.

* [stable/graphite]: bump chart version.

* [stable/graphite]: configure statsd server interface.

Signed-off-by: Shai Katz <shai@soluto.com>
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: shaikatz
To fully approve this pull request, please assign additional approvers.
We suggest the following additional approver: linki

If they are not already assigned, you can assign the PR to them by writing /assign @linki in a comment when ready.

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@shaikatz
Copy link
Contributor Author

I'll reopen that. it became a mess with this DCO.

@shaikatz shaikatz closed this Aug 28, 2018
@ey-bot ey-bot added the Contribution Allowed If the contributor has signed the DCO or the CNCF CLA (prior to the move to a DCO). label Aug 28, 2018
@shaikatz shaikatz deleted the adding-minimum-age branch August 28, 2018 08:19
@ey-bot ey-bot added the Contribution Allowed If the contributor has signed the DCO or the CNCF CLA (prior to the move to a DCO). label Aug 28, 2018
@k8s-ci-robot
Copy link
Contributor

@shaikatz: The following test failed, say /retest to rerun them all:

Test name Commit Details Rerun command
pull-charts-e2e d9d7f89 link /test pull-charts-e2e

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. Contribution Allowed If the contributor has signed the DCO or the CNCF CLA (prior to the move to a DCO).
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet