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
Jacob Payne
4f4e7dce5d
use secrets for certs and passwords
2020-08-12 14:03:25 -07:00
paynejacob
a2b2ebcaff
Generated changes
2020-08-12 17:49:46 +00:00
Jacob Payne
413a846647
Merge pull request #536 from paynejacob/fix/issue-28256
...
fixed logging cluster roles
2020-08-12 10:49:11 -07:00
paynejacob
ce32fef2d5
Generated changes
2020-08-12 16:36:17 +00:00
Jacob Payne
924a9fd125
Merge pull request #535 from paynejacob/feature/rke
...
added rke support
2020-08-12 09:35:34 -07:00
Caleb Bron
943d41ec5b
Run helm dependency on every chart
2020-08-11 16:30:13 -07:00
paynejacob
506a5ac96d
Generated changes
2020-08-11 20:21:18 +00:00
Jacob Payne
8dc1928d82
Merge pull request #537 from paynejacob/feature/logging-crd-breakout
...
added crd annotations for logging
2020-08-11 13:20:26 -07:00
Jacob Payne
569e213fe8
added rke support
2020-08-11 10:38:33 -07:00
Jacob Payne
ac8099a8e3
added crd annotations for logging
2020-08-11 10:28:46 -07:00
PennyScissors
3b298a471b
Generated changes
2020-08-11 16:55:07 +00:00
Steven Crespo
fbbcefc976
Merge pull request #527 from PennyScissors/update-gatekeeper-chart-rebase
...
Update gatekeeper chart
2020-08-11 09:54:31 -07:00
Caleb Bron
c1ede43dc1
fix duplicate crd version add
2020-08-11 09:26:09 -07:00
Caleb Bron
f6f0c3ddbe
helm depency update on non package charts
2020-08-11 09:19:35 -07:00
Jacob Payne
6e70b85a5b
fixed logging cluster roles
2020-08-10 16:02:38 -07:00
Caleb Bron
ef8a72e077
rancher-kiali-server init
2020-08-10 14:38:49 -07:00
ibuildthecloud
531420dcf5
Generated changes
2020-08-08 16:14:34 +00:00