Commit Graph

4367 Commits (12ee787184a4c1b193e8723ff596c9236cfe9ec3)

Author SHA1 Message Date
Caleb Bron 7db8a41344
Merge pull request #562 from cbron/rke-2-charts
Remove RKE 2 charts and cleaned index.yaml
2020-08-19 15:19:11 -07:00
Caleb Bron 6a188a70d4 regenerate index 2020-08-19 14:37:37 -07:00
Caleb Bron 0a381894df remove rke2 charts 2020-08-19 13:28:53 -07:00
StrongMonkey 8bf2c3f9b6 Generated changes 2020-08-19 20:09:05 +00:00
Daishan Peng b9592c0645
Merge pull request #555 from StrongMonkey/update-readme
Update commit example of overriding a chart
2020-08-19 13:08:28 -07:00
paynejacob a8fe8fdd75 Generated changes 2020-08-19 19:43:41 +00:00
Jacob Payne a63500248a
added k3s support (#560) 2020-08-19 12:43:00 -07:00
PennyScissors 8bb4b8cb53 Generated changes 2020-08-18 22:21:17 +00:00
Steven Crespo 813457423b
Merge pull request #553 from PennyScissors/update-gatekeeper
Update gatekeeper to v3.1.0-rc.1
2020-08-18 15:20:34 -07:00
StrongMonkey 2821923bfc Generated changes 2020-08-18 21:11:59 +00:00
Daishan Peng 150875dd45
Merge pull request #559 from StrongMonkey/update-rio
Update rio to v0.8.0-rc2, add experimental label
2020-08-18 14:11:12 -07:00
Daishan 4e991faf6a Update rio to v0.8.0-rc2, add experimental label 2020-08-18 13:35:00 -07:00
aiyengar2 24eda5fcec Generated changes 2020-08-18 18:39:04 +00:00
aiyengar2 24e287da52
Merge pull request #558 from aiyengar2/fix_remove_timestamp
Fix remove_timestamp_from_diff in generate-patch
2020-08-18 11:38:28 -07:00
aiyengar2 9d9200acba Generated changes 2020-08-18 18:24:31 +00:00
aiyengar2 2c23c16695
Merge pull request #507 from rancher/fix_pushprox_image
Minor updates to rancher-monitoring and rancher-pushprox chart
2020-08-18 11:23:49 -07:00
Arvind Iyengar d041c0d5c1 Fix remove_timestamp_from_diff in generate-patch
This commit resolves two issues that are found when working with charts:
- On a failed sed command for removing the timestamp, the patch also
fails to regenerate the CRD package. Since removing the timestamps on the patch
before or after generating the CRD package makes no difference, we can just
move the `remove_timestamp_from_diff` command to the end of the for loop.

- The sed command would fail depending on what type of sed you were using.
The easiest fix is to provide a backup file extension name like `.bak` and just
delete the file after generating it to have it work with both types of sed.

Related comment for second issue: https://github.com/rancher/dev-charts/pull/38#discussion_r458442691
2020-08-18 11:02:39 -07:00
aiyengar2 3ee2ea3350 Generated changes 2020-08-18 17:56:42 +00:00
Arvind Iyengar 45c2539d2a Revert "Fix remove_timestamp_from_diff in generate-patch"
This reverts commit ce3d7e2b86.
2020-08-18 10:56:01 -07:00
aiyengar2 4e0bc9b824 Generated changes 2020-08-18 17:51:33 +00:00
Arvind Iyengar ce3d7e2b86 Fix remove_timestamp_from_diff in generate-patch
This commit resolves two issues that are found when working with charts:
- On a failed sed command for removing the timestamp, the patch also
fails to regenerate the CRD package. Since removing the timestamps on the patch
before or after generating the CRD package makes no difference, we can just
move the `remove_timestamp_from_diff` command to the end of the for loop.
- The sed command would fail depending on what type of sed you were using.
The easiest fix is to provide a backup file extension name like `.bak` and just
delete the file after generating it to have it work with both types of sed.

Related comment for second issue: https://github.com/rancher/dev-charts/pull/38#discussion_r458442691
2020-08-18 10:46:00 -07:00
Arvind Iyengar c1410c5765 remove tgz 2020-08-18 10:35:27 -07:00
Arvind Iyengar d2bf307e59 Change default to all CRs in all namespaces
This commit sets the following field to false:
`<serviceMonitor|podMonitor|rule>SelectorNilUsesHelmValues: true`

As a result, we look for all CRs with any labels in all namespaces rather than just
the ones tagged with `release: rancher-monitoring`.
2020-08-18 10:35:27 -07:00
Arvind Iyengar f3aebdca14 Update grafana default deploymentStrategy
If the Grafana deployment strategy is not Recreate, the deployment will
be stuck during an upgrade when PV is attached.
2020-08-18 10:35:27 -07:00
Arvind Iyengar 215cf10a68 Add NoExecute + NoSchedule toleration to PushProx
This commit adds NoExecute / NoSchedule tolerations by default to all of the
PushProx exporters since the default expectation when deploying these exporters
is that they are deployed on the expected nodes based on nodeSelector labels
regardless of any taints added to those nodes.

Users can always choose to override these settings if necessary.
2020-08-18 10:35:27 -07:00
Arvind Iyengar de6fbbb129 Increase prometheus resource limits and requests 2020-08-18 10:35:23 -07:00
Arvind Iyengar 3d6b8c94c7 Move ClusterRoles and change values.yaml fields
- Moves `monitoringRole` settings into `global.rbac` in values.yaml
- Moves user ClusterRoles into one file: `rancher-monitoring/clusterroles.yaml`
- Reformats user ClusterRoles format to look like upstream format
- Enables aggregateRolesForRBAC by default
- Updates README.md and CHANGELOG.md for relevant ClusterRole changes
2020-08-18 10:02:30 -07:00
Arvind Iyengar 93f477b3e9 Use Rancher PushProx image 2020-08-18 10:02:30 -07:00
Arvind Iyengar 701098fd72 Update default namespace to cattle-monitoring-system 2020-08-18 10:02:28 -07:00
Arvind Iyengar 63647c6849 Update README to add rancher-monitoring changes
Adds prometheus-adapter and rancher-pushprox to the README.md and also
adds fields for Rancher Monitoring config
2020-08-18 09:58:43 -07:00
brendarearden b8d57a58fa Generated changes 2020-08-18 00:32:29 +00:00
Brenda Rearden 6fee60c0a4
Merge pull request #531 from brendarearden/phase2
Istio Phase 2: Change namespace, add forceInstall flag
2020-08-17 17:31:52 -07:00
brendarearden ff8bcc0755 Change namespace back to istio-system
Add force install flag
Increase istio version
2020-08-17 17:30:08 -07:00
paynejacob d605c21166 Generated changes 2020-08-17 23:54:37 +00:00
Jacob Payne b3e81b1db6
added image overrides (#554) 2020-08-17 16:53:55 -07:00
Daishan 9ff011d5ff Update commit example of overriding a chart 2020-08-17 16:31:39 -07:00
Steven Crespo 1aaa1948f6 Update gatekeeper to v3.1.0-rc.1
- Updated package to reference latest release
- Removed previous chart's tgz to make changes in place
2020-08-17 13:11:15 -07:00
cbron 09e61579b7 Generated changes 2020-08-17 19:55:50 +00:00
Caleb Bron f81a493e62
Merge pull request #550 from cbron/kiali-webroot-override
[2.5 - istio] add custom web_root to kiali
2020-08-17 12:55:06 -07:00
Caleb Bron b76723768c add custom web_root to kiali 2020-08-17 11:57:03 -07:00
paynejacob 2f6a30d92a Generated changes 2020-08-14 20:18:37 +00:00
Jacob Payne 3ec3d344c7
added toggle for logging persistence (#540) 2020-08-14 13:17:33 -07:00
paynejacob b2977ada6f Generated changes 2020-08-14 17:21:31 +00:00
Jacob Payne 444367b353
Merge pull request #539 from paynejacob/logging-secrets
use secrets for certs and passwords
2020-08-14 10:20:47 -07:00
cbron abde68fd7a Generated changes 2020-08-13 23:14:30 +00:00
Caleb Bron 435b495e44
Merge pull request #543 from cbron/remove-helm-dependencies
Remove helm vendored dependencies from charts
2020-08-13 16:13:57 -07:00
Caleb Bron 75d58142ab remove crd chart that was duplicated 2020-08-13 12:27:41 -07:00
Caleb Bron cb3b2acebd Remove helm vendored dependencies from charts 2020-08-13 12:22:39 -07:00
cbron 7e532ef2fe Generated changes 2020-08-12 22:28:18 +00:00
Caleb Bron 9329c3c38d
Merge pull request #532 from cbron/kiali-server
rancher-kiali-server
2020-08-12 15:27:45 -07:00