aiyengar2
2bb14d6539
Generated changes
2020-09-18 00:42:37 +00:00
aiyengar2
d5d1ee35e9
Merge pull request #641 from aiyengar2/rebase_to_new_upstream
...
Rebase to new upstream at kube-prometheus-stack
2020-09-17 17:42:04 -07:00
Arvind Iyengar
f1b583d3fc
remove tgz
2020-09-17 17:10:42 -07:00
Arvind Iyengar
178528b12c
Rebase to new upstream at kube-prometheus-stack
...
The old upstream at https://github.com/helm/charts/tree/master/stable/prometheus-operator has been deprecated in favor of the chart at https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack .
This commit modifies the rancher-monitoring patch in order to rebase to this new upstream, so it contains a ton of different changes to the patch file.
Related Issue: rancher/rancher#28822
2020-09-17 17:10:42 -07:00
Daishan
f29ed480a8
Add istio dependency to rio chart
2020-09-17 16:51:55 -07:00
Brenda Rearden
5c46fa62ec
Update istio to 1.7.1
2020-09-17 00:47:14 -07:00
ibuildthecloud
be719fc405
Generated changes
2020-09-17 07:04:05 +00:00
Darren Shepherd
4b8f1720f8
Merge pull request #658 from ibuildthecloud/dev-v2.5
...
Update rancher-operator and fleet
2020-09-17 00:03:31 -07:00
Darren Shepherd
915894a74a
Update rancher-operator and fleet
2020-09-17 00:01:27 -07:00
mrajashree
059169fd7c
Generated changes
2020-09-16 19:40:42 +00:00
Rajashree Mandaogane
2c45d90ad2
Merge pull request #643 from mrajashree/resourceset
...
Expand the default rancher-resource-set
2020-09-16 12:40:07 -07:00
rajashree
00d42a178c
Expand default resourceset to include 2.5 CRDs
2020-09-16 12:14:19 -07:00
paynejacob
8982a3ab00
Generated changes
2020-09-16 18:36:44 +00:00
Jacob Payne
74ea61d262
rke1 to rke ( #638 )
2020-09-16 11:36:08 -07:00
aiyengar2
0dc7708494
Generated changes
2020-09-16 17:45:30 +00:00
aiyengar2
790bb356e1
Merge pull request #647 from aiyengar2/fix_helm_template_issue
...
Validate that CRDs exist only on a helm install
2020-09-16 10:44:53 -07:00
Arvind Iyengar
ce566455da
remove tgz
2020-09-16 10:42:21 -07:00
Arvind Iyengar
8dabbb441c
Validate that CRDs exist only on a helm install
...
This commit introduces a slight change to the CRD chart templates in order to only run the check for whether CRDs exist in the cluster when a user uses `helm install`. On a `helm template`, no error will ever be thrown and on a `helm install --dry-run`, an error will only be thrown if the CRD is required as part of the chart installation (which is the default behavior of --dry-run either way).
The way it accomplishes this is by using the Helm lookup function; based on the [Helm 3 docs](https://helm.sh/docs/chart_template_guide/functions_and_pipelines/ ), the lookup function never gets called on a `helm install --dry-run` or a `helm template`, so the output of the lookup function will always be nil for those requests (i.e. the number of ClusterRoles returned will always be 0).
However, Kubernetes clusters have default ClusterRoles, so this ensures that CRDs are installed if at least one ClusterRole is returned (i.e. the most common setup).
2020-09-16 10:32:12 -07:00
ibuildthecloud
2c4dc8ad34
Generated changes
2020-09-16 06:07:33 +00:00
Darren Shepherd
cbfd868fb3
Merge pull request #653 from ibuildthecloud/dev-v2.5
...
Update rancher-operator
2020-09-15 23:06:56 -07:00
Darren Shepherd
4fc422c4b3
Update rancher-operator
2020-09-15 23:05:11 -07:00
ibuildthecloud
b602ca7854
Generated changes
2020-09-16 06:02:42 +00:00
Darren Shepherd
0b34c9c826
Merge pull request #652 from ibuildthecloud/dev-v2.5
...
Update rancher-operator crd
2020-09-15 23:02:09 -07:00
Darren Shepherd
a0de135517
Update rancher-operator crd
2020-09-15 23:01:37 -07:00
ibuildthecloud
ee2c8c0b08
Generated changes
2020-09-16 05:56:44 +00:00
Darren Shepherd
0e2811706a
Merge pull request #651 from ibuildthecloud/dev-v2.5
...
New rancher-operator and fleet
2020-09-15 22:56:10 -07:00
Darren Shepherd
0239984da2
New rancher-operator and fleet
2020-09-15 22:44:15 -07:00
ibuildthecloud
e59c208b9b
Generated changes
2020-09-15 05:03:39 +00:00
Darren Shepherd
ca16e4dd78
Merge pull request #646 from ibuildthecloud/dev-v2.5
...
rancher-operator v0.1.0-alpha4
2020-09-14 22:02:47 -07:00
Darren Shepherd
16dfb1154b
rancher-operator v0.1.0-alpha4
2020-09-14 22:00:59 -07:00
aiyengar2
61143059ff
Generated changes
2020-09-14 23:45:08 +00:00
aiyengar2
56e2bc6276
Merge pull request #637 from aiyengar2/install_alert_secret_in_hook
...
Create Alertmanager secret in pre-install hook
2020-09-14 16:44:30 -07:00
Arvind Iyengar
b90499d13f
remove tgz
2020-09-14 16:22:16 -07:00
Arvind Iyengar
d03ffe81df
Create Alertmanager secret in pre-install hook
2020-09-14 16:22:16 -07:00
prachidamle
7425a1316b
Generated changes
2020-09-14 16:50:49 +00:00
Prachi Damle
433d3a5ffa
Merge pull request #644 from prachidamle/new_cis_fixes
...
New cis-operator state transition fixes
2020-09-14 09:50:11 -07:00
paynejacob
3a399f34a7
Generated changes
2020-09-14 15:53:35 +00:00
Jacob Payne
2d2f818ad5
bumped image versions ( #639 )
2020-09-14 08:52:53 -07:00
Prachi Damle
36d9a27e1f
Deleting the tgz assets
2020-09-14 00:29:45 -07:00
Prachi Damle
e0a5f24a68
Updating cis-operator image tag, correcting readme, updating CRD defn
2020-09-14 00:29:45 -07:00
ibuildthecloud
f4848c6c9e
Generated changes
2020-09-12 23:17:38 +00:00
Darren Shepherd
6adf7742cf
Merge pull request #640 from ibuildthecloud/dev-v2.5
...
Update fleet and rancher-operator
2020-09-12 16:17:05 -07:00
Darren Shepherd
2d2bcdde50
Update fleet and rancher-operator
2020-09-12 16:14:45 -07:00
paynejacob
5d187c839d
Generated changes
2020-09-11 21:25:54 +00:00
Jacob Payne
1908520a34
upgraded upstream chart version ( #608 )
...
* upgraded upstream chart version
2020-09-11 14:25:14 -07:00
aiyengar2
0ff808d898
Generated changes
2020-09-11 00:26:20 +00:00
aiyengar2
6006aa9b80
Merge pull request #629 from aiyengar2/minor_fixes
...
Documentation updates and minor fixes for monitoring and pushprox
2020-09-10 17:25:43 -07:00
ibuildthecloud
92aaa2ed80
Generated changes
2020-09-11 00:23:57 +00:00
Arvind Iyengar
16b81fa5d2
remove tgz
2020-09-10 17:23:47 -07:00
Arvind Iyengar
4d5653b2ec
Update docs, descriptions, and other minor fixes
...
- [rancher-pushprox] add hidden annotation + update description
- [rancher-monitoring] update description + add monitoring app-README.md
- [rancher-monitoring|rancher-pushprox] Move systemDefaultRegistry to global.cattle
- [rancher-monitoring] Move exporter enabled logic to _helpers.tpl
2020-09-10 17:23:47 -07:00