Commit Graph

401 Commits (2f0a5961938e8b179da83d5b1dd6e17e86c0b682)

Author SHA1 Message Date
Arvind Iyengar 05c3912de8
(dev-v2.6-archive) Add NoExecute toleration to rke2Etcd and remove key
(cherry picked from commit a181ea3011)

(partially cherry picked from commit 6239716e10)
2022-01-06 11:33:38 -08:00
Nick Gerace bc7d68d557
(dev-v2.6-archive) Fix windows prefix path for logging
(partially cherry picked from commit c9bf5990b0)
2022-01-06 11:33:37 -08:00
Arvind Iyengar 5c0f816c65
(dev-v2.6-archive) Fix monitoring Chart.yaml
This is required due to the change released in v0.1.0 of the charts-build-scripts to switch the package used for YAML marshalling / unmarshalling.

Note: This does not need a packageVersion bump since it has already been bumped once for this release.
(cherry picked from commit 7ec1716f66)

(partially cherry picked from commit e2c9a0746b)
2022-01-06 11:33:37 -08:00
Arvind Iyengar 4db1d5822e
(dev-v2.6-archive) Fix istio requirement.yaml
This is required due to the change released in v0.1.0 of the charts-build-scripts to switch the package used for YAML marshalling / unmarshalling.

(cherry picked from commit 5392d84cf6)

(partially cherry picked from commit 8845d9ae9f)
2022-01-06 11:33:36 -08:00
Arvind Iyengar 47a4a72422
(dev-v2.6-archive) Fix alerting-drivers Chart.yaml
This is required due to the change released in v0.1.0 of the charts-build-scripts to switch the package used for YAML marshalling / unmarshalling.

Note: This does not need a packageVersion bump since it has already been bumped once for this release.
(cherry picked from commit e5415e48de)

(partially cherry picked from commit ba726cdc6c)
2022-01-06 11:33:35 -08:00
Arvind Iyengar 775e5e62f2
(dev-v2.6-archive) Remove rcVersions
(partially cherry picked from commit b350bb93e0)
2022-01-06 11:33:34 -08:00
Arvind Iyengar f859625d86
(dev-v2.6-archive) Checkout current packages from dev-v2.6-source
```bash
git fetch upstream
git checkout upstream/dev-v2.6-source -- packages; git reset HEAD; git checkout -- packages/README.md
```

This overwrites the previous changes based on stuff currently in dev-v2.6-source today.

(partially cherry picked from commit 1107be9199)
2022-01-06 11:33:33 -08:00
Arvind Iyengar 63af4011e1
(dev-v2.6-archive) Checkout current packages from dev-v2.5-source
```bash
git fetch upstream
git checkout upstream/dev-v2.5-source -- packages; git reset HEAD; git checkout -- packages/README.md
```

(partially cherry picked from commit 551327b14e)
2022-01-06 11:33:32 -08:00
Arvind Iyengar ff586304c1
(dev-v2.6-archive) Regenerate template based on v0.2.0 release
```bash
make template
```

(partially cherry picked from commit e0424d8ac0)
2022-01-06 11:33:31 -08:00
actions decb1db44b
(dev-v2.6-archive) Generated changes
(partially cherry picked from commit 88defdad62)
2022-01-06 11:33:31 -08:00
aiyengar2 2304c5e0fb
(dev-v2.6-archive) Merge pull request #677 from aiyengar2/fix_magic_links
Fix broken magic links for Grafana and Prometheus

(partially cherry picked from commit f7cee8c5c7)
2022-01-06 11:33:31 -08:00
Darren Shepherd b2b0a96592
(dev-v2.6-archive) fleet v0.3.0-beta3
(partially cherry picked from commit 161b04a5e6)
2022-01-06 11:33:30 -08:00
Arvind Iyengar d652d4db01
(dev-v2.6-archive) Add nginx proxy to Prometheus for magic links
This commit adds an nginx proxy in front of Prometheus that intercepts the requests that are sent to the Prometheus pod. This change was necessary since the Prometheus pod encounters issues with Rancher proxy URLs that are formatted like:

```
<server-url>/k8s/clusters/<cluster-id>/api/v1/namespaces/cattle-monitoring-system/services/http:rancher-monitoring-prometheus:9090/proxy
```

Specifically, if using the root_url option, it doubles up this URL when making requests for resources, e.g.
```
<server-url>/k8s/clusters/<cluster-id>/api/v1/namespaces/cattle-monitoring-system/services/http:rancher-monitoring-prometheus:9090/proxy/<my-path>
=>
<server-url>/k8s/clusters/<cluster-id>/api/v1/namespaces/cattle-monitoring-system/services/http:rancher-monitoring-prometheus:9090/proxy/k8s/clusters/<cluster-id>/api/v1/namespaces/cattle-monitoring-system/services/http:rancher-monitoring-prometheus:9090/proxy/<my-path>
```

However, this does not resolve the issue in https://github.com/rancher/rancher/issues/29068.

(partially cherry picked from commit 92f0eca770)
2022-01-06 11:33:30 -08:00
Arvind Iyengar b9758f95c4
(dev-v2.6-archive) Add nginx proxy to Grafana for magic links
This commit adds an nginx proxy in front of Grafana that intercepts the requests that are sent to the Grafana pod. This change was necessary since the Grafana pod encounters issues with Rancher proxy URLs that are formatted like:

```
<server-url>/k8s/clusters/<cluster-id>/api/v1/namespaces/cattle-monitoring-system/services/http:rancher-monitoring-grafana:80/proxy
```

Specifically, if using the root_url option, it doubles up this URL when making requests for resources, e.g.
```
<server-url>/k8s/clusters/<cluster-id>/api/v1/namespaces/cattle-monitoring-system/services/http:rancher-monitoring-grafana:80/proxy/<my-path>
=>
<server-url>/k8s/clusters/<cluster-id>/api/v1/namespaces/cattle-monitoring-system/services/http:rancher-monitoring-grafana:80/proxy/k8s/clusters/<cluster-id>/api/v1/namespaces/cattle-monitoring-system/services/http:rancher-monitoring-grafana:80/proxy/<my-path>
```

(partially cherry picked from commit d6c774aa42)
2022-01-06 11:33:29 -08:00
rajashree 42d7b9382d
(dev-v2.6-archive) Change encryption config field name in restore crd
(partially cherry picked from commit 37a8648cf8)
2022-01-06 11:33:29 -08:00
maggieliu 2e262303da
(dev-v2.6-archive) Merge pull request #674 from aiyengar2/fix_monitoring_chart_hardened
Support monitoring in hardened RKE clusters

(partially cherry picked from commit 34fdd14bca)
2022-01-06 11:33:28 -08:00
maggieliu 826d5dc2df
(dev-v2.6-archive) Merge pull request #675 from aiyengar2/fix_pushprox_chart_hardened
Support pushprox in hardened RKE clusters

(partially cherry picked from commit 6edb750ce9)
2022-01-06 11:33:28 -08:00
Prachi Damle a63a0d586a
(dev-v2.6-archive) Merge pull request #676 from prachidamle/airgap_fix
Use global registry for security-scan and sonobuoy tool images to support airgapped setups

(partially cherry picked from commit 0f786657a2)
2022-01-06 11:33:27 -08:00
Jacob Payne fba428baa7
(dev-v2.6-archive) allow tolerations to be passed to fluentbit containers (#673)
(partially cherry picked from commit 91d1dedca1)
2022-01-06 11:33:27 -08:00
Prachi Damle 2d82003905
(dev-v2.6-archive) Use the system_default_registry for security-scan and sonobuoy images
Deleting tgz assets

(partially cherry picked from commit 42f30bfad1)
2022-01-06 11:33:26 -08:00
Steven Crespo ed4687076b
(dev-v2.6-archive) Merge pull request #670 from PennyScissors/update-gk-v3.1.1
Update gatekeeper to version 3.1.1

(partially cherry picked from commit 32f1b41934)
2022-01-06 11:33:26 -08:00
Steven Crespo b21fe035b5
(dev-v2.6-archive) Update gatekeeper to v3.1.1
(partially cherry picked from commit 5757f8cc15)
2022-01-06 11:33:25 -08:00
Arvind Iyengar ae60d235cb
(dev-v2.6-archive) Support monitoring in hardened RKE clusters
This commit adds support for deploying rancher-monitoring into hardened clusters.

It modifies some of the default securityContexts and does some misc. fixes such as:
- Removing default AppArmor PSP annotations from Grafana (related to https://github.com/helm/charts/issues/9090)
- Modifying rkeScheduler and rkeControllerManager to use localhost to scrape components since the endpoints aren't exposed in a hardened cluster

These changes have been verified on a hardened RKE cluster.

(partially cherry picked from commit e3d6033572)
2022-01-06 11:33:25 -08:00
Arvind Iyengar 0eded521bd
(dev-v2.6-archive) Support pushprox in hardened RKE clusters
This commit adds support for deploying rancher-pushprox into hardened clusters.

It introduces securityContexts and rearranges the RBAC in order to support a PodSecurityPolicy for the PushProx clients.

These changes have been verified on a hardened RKE cluster.

(partially cherry picked from commit 7d1332356c)
2022-01-06 11:33:24 -08:00
Arvind Iyengar 0ec38633eb
(dev-v2.6-archive) Move pushprox RBAC into separate file
(partially cherry picked from commit 4da2300a26)
2022-01-06 11:33:24 -08:00
Jacob Payne 53db0ed5b4
(dev-v2.6-archive) fixed eks and k3s logging in airgap (#671)
(partially cherry picked from commit 60c84b3c3b)
2022-01-06 11:33:23 -08:00
Arvind Iyengar 5b49312554
(dev-v2.6-archive) Use separate namespace only for dashboards
This commit renames `grafana-dashboards` to `cattle-dashboards` and deprecates the `grafana-datasources` namespace in favor of the normal release namespace.

Related Issue: rancher/rancher#28887

(partially cherry picked from commit b80fb3a8ff)
2022-01-06 11:33:23 -08:00
Arvind Iyengar a4d132cf54
(dev-v2.6-archive) Split RBAC for ConfigMaps and Secrets
Related Issue: https://github.com/rancher/rancher/issues/29013

(partially cherry picked from commit 0fa3a06de0)
2022-01-06 11:33:22 -08:00
Arvind Iyengar a05cd088c8
(dev-v2.6-archive) Relocate Rancher roles to overlay/
(partially cherry picked from commit 2e1ed1b130)
2022-01-06 11:33:22 -08:00
Daishan 536bdd588e
(dev-v2.6-archive) Bump fleet, rancher-operator, webhook
(partially cherry picked from commit 89cb2793e9)
2022-01-06 11:33:21 -08:00
Arvind Iyengar 6e9ba81e6d
(dev-v2.6-archive) Add annotations that were left out on rebase
Dropped on accident in rebase https://github.com/rancher/charts/pull/641/files#diff-ed5b5b87cf149adc6a6408bf81993efdR681-R682

(partially cherry picked from commit 95cf887f5f)
2022-01-06 11:33:21 -08:00
Brenda Rearden 237e44a8f1
(dev-v2.6-archive) Merge pull request #667 from brendarearden/image-updates
Set installer repo,tag in values.yaml

(partially cherry picked from commit 34676b359a)
2022-01-06 11:33:21 -08:00
aiyengar2 d6e2d6fe20
(dev-v2.6-archive) Merge pull request #666 from aiyengar2/fix_kube_dns_namespace
Create kube-dns service monitor in kube-system

(partially cherry picked from commit 034952747f)
2022-01-06 11:33:20 -08:00
Brenda Rearden cea35722ed
(dev-v2.6-archive) Set installer repo,tag in values.yaml
(partially cherry picked from commit 9932422f51)
2022-01-06 11:33:20 -08:00
Rajashree Mandaogane d9d9732036
(dev-v2.6-archive) Merge pull request #663 from mrajashree/upd
Update resourceset to include configmaps for clusterrepos

(partially cherry picked from commit 820f105aa2)
2022-01-06 11:33:19 -08:00
Arvind Iyengar 6d6bc2110a
(dev-v2.6-archive) Create kube-dns service monitor in kube-system
This is required since, by default, we ignoreNamespaceSelectors.

(partially cherry picked from commit 700975ee95)
2022-01-06 11:33:19 -08:00
aiyengar2 f04ef106ae
(dev-v2.6-archive) Merge pull request #662 from aiyengar2/use_new_busybox
Replace rancher/busybox w/ rancher/library-busybox

(partially cherry picked from commit afb3af8690)
2022-01-06 11:33:18 -08:00
rajashree 748bfc929f
(dev-v2.6-archive) Update resourceset to include configmaps for clusterrepos
(partially cherry picked from commit b3cc3a717c)
2022-01-06 11:33:18 -08:00
Brenda Rearden 450547552b
(dev-v2.6-archive) Merge pull request #659 from brendarearden/image-updates
Image updates for Istio 1.7.1 and Kiali 1.23.0

(partially cherry picked from commit 14f0a39a4a)
2022-01-06 11:33:17 -08:00
Prachi Damle 3215b5c901
(dev-v2.6-archive) Merge pull request #664 from prachidamle/new_cis_fixes
CIS chart fixes to update image tag, fixes for hardened cluster

(partially cherry picked from commit 89746f9fe1)
2022-01-06 11:33:17 -08:00
Prachi Damle 866397beaa
(dev-v2.6-archive) Delete tgz files from assets, parameter in the post-install hook for namespace should use the
helm templating

(partially cherry picked from commit 2dd35d89bb)
2022-01-06 11:33:16 -08:00
Brenda Rearden 8e6e45ad6d
(dev-v2.6-archive) Update kiali to 1.23.0
(partially cherry picked from commit d397bb512c)
2022-01-06 11:33:16 -08:00
Darren Shepherd 824e9a5211
(dev-v2.6-archive) fleet-0.3.0-beta1
(partially cherry picked from commit ecd90e66af)
2022-01-06 11:33:15 -08:00
Prachi Damle 3b038e7b76
(dev-v2.6-archive) Fixes to clear error state on scan retry, fixes for CIS hardened cluster
(partially cherry picked from commit af609af172)
2022-01-06 11:33:15 -08:00
Daishan Peng e7c5d7a499
(dev-v2.6-archive) Merge pull request #660 from StrongMonkey/add-rio-annotations
Add istio dependency to rio chart

(partially cherry picked from commit 4cd7a24bd8)
2022-01-06 11:33:14 -08:00
Arvind Iyengar 5e6cfe0671
(dev-v2.6-archive) Replace rancher/busybox w/ rancher/library-busybox
Related Issue: https://github.com/rancher/rancher/issues/28978

(partially cherry picked from commit c263e58157)
2022-01-06 11:33:14 -08:00
Arvind Iyengar b8cec21d48
(dev-v2.6-archive) 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

(partially cherry picked from commit 178528b12c)
2022-01-06 11:33:13 -08:00
Daishan 187233ac3f
(dev-v2.6-archive) Add istio dependency to rio chart
(partially cherry picked from commit f29ed480a8)
2022-01-06 11:33:13 -08:00
Brenda Rearden 6e7b67e0b9
(dev-v2.6-archive) Update istio to 1.7.1
(partially cherry picked from commit 5c46fa62ec)
2022-01-06 11:33:12 -08:00
Darren Shepherd 5f817e15c7
(dev-v2.6-archive) Update rancher-operator and fleet
(partially cherry picked from commit 915894a74a)
2022-01-06 11:33:12 -08:00
rajashree 4789e1bf5e
(dev-v2.6-archive) Expand default resourceset to include 2.5 CRDs
(partially cherry picked from commit 00d42a178c)
2022-01-06 11:33:11 -08:00
Jacob Payne 5093067190
(dev-v2.6-archive) rke1 to rke (#638)
(partially cherry picked from commit 74ea61d262)
2022-01-06 11:33:11 -08:00
Darren Shepherd ff6ccebd8a
(dev-v2.6-archive) Update rancher-operator
(partially cherry picked from commit 4fc422c4b3)
2022-01-06 11:33:10 -08:00
Darren Shepherd 76e34ad2bb
(dev-v2.6-archive) Update rancher-operator crd
(partially cherry picked from commit a0de135517)
2022-01-06 11:33:10 -08:00
Darren Shepherd b2cd7ca9c8
(dev-v2.6-archive) New rancher-operator and fleet
(partially cherry picked from commit 0239984da2)
2022-01-06 11:33:09 -08:00
Darren Shepherd 83d98eead2
(dev-v2.6-archive) rancher-operator v0.1.0-alpha4
(partially cherry picked from commit 16dfb1154b)
2022-01-06 11:33:09 -08:00
Arvind Iyengar 970d5e7246
(dev-v2.6-archive) Create Alertmanager secret in pre-install hook
(partially cherry picked from commit d03ffe81df)
2022-01-06 11:33:08 -08:00
Prachi Damle 145544197f
(dev-v2.6-archive) Merge pull request #644 from prachidamle/new_cis_fixes
New cis-operator state transition fixes

(partially cherry picked from commit 433d3a5ffa)
2022-01-06 11:33:08 -08:00
Jacob Payne 77baa20d90
(dev-v2.6-archive) bumped image versions (#639)
(partially cherry picked from commit 2d2f818ad5)
2022-01-06 11:33:07 -08:00
Prachi Damle 6eb9626f52
(dev-v2.6-archive) Updating cis-operator image tag, correcting readme, updating CRD defn
(partially cherry picked from commit e0a5f24a68)
2022-01-06 11:33:07 -08:00
Darren Shepherd 84fb2b6f98
(dev-v2.6-archive) Update fleet and rancher-operator
(partially cherry picked from commit 2d2bcdde50)
2022-01-06 11:33:06 -08:00
Jacob Payne cc82bdd326
(dev-v2.6-archive) upgraded upstream chart version (#608)
* upgraded upstream chart version

(partially cherry picked from commit 1908520a34)
2022-01-06 11:33:06 -08:00
Arvind Iyengar ef6896d23d
(dev-v2.6-archive) 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

(partially cherry picked from commit 4d5653b2ec)
2022-01-06 11:33:06 -08:00
Darren Shepherd c559ac3867
(dev-v2.6-archive) rancher-webhook v0.1.0-alpha7
(partially cherry picked from commit ec627b5fd2)
2022-01-06 11:33:05 -08:00
Darren Shepherd 0c83354892
(dev-v2.6-archive) rancher-webhook v0.1.0-alpha6
(partially cherry picked from commit a1684f1d11)
2022-01-06 11:33:05 -08:00
Darren Shepherd f5d62138d2
(dev-v2.6-archive) rancher-webhook v0.1.0-alpha4
(partially cherry picked from commit caa9a4fc38)
2022-01-06 11:33:04 -08:00
Darren Shepherd ae53f90c0c
(dev-v2.6-archive) Update fleet, rancher-operator, rancher-webhook
(partially cherry picked from commit ceda36dce4)
2022-01-06 11:33:04 -08:00
Rajashree Mandaogane 0739834448
(dev-v2.6-archive) Merge pull request #630 from mrajashree/quote
Remove quotes around pvc storageClassName

(partially cherry picked from commit ef9d7aeafb)
2022-01-06 11:33:03 -08:00
rajashree b39c8588a4
(dev-v2.6-archive) Removes quotes around pvc storageClassName
The field storageClassName uses "quote" template function. So the quotes around it
lead to errors. This commit removes the quotes

(partially cherry picked from commit 4fbdb77861)
2022-01-06 11:33:03 -08:00
Steven Crespo 5fbdeaedb4
(dev-v2.6-archive) Merge pull request #616 from PennyScissors/update-gatekeeper-v3.1.0
Update opa gatekeeper to v3.1.0

(partially cherry picked from commit 81c286cb9f)
2022-01-06 11:33:03 -08:00
Steven Crespo 7c9064ca09
(dev-v2.6-archive) Update opa gatekeeper to v3.1.0
(partially cherry picked from commit fb8c308737)
2022-01-06 11:33:02 -08:00
Brenda Rearden ac8e1a52cd
(dev-v2.6-archive) Merge pull request #627 from brendarearden/istio-version-rollback
Add annotation changes to version Istio 1.6.8

(partially cherry picked from commit 1322150a57)
2022-01-06 11:33:02 -08:00
Brenda Rearden e2f6c101ab
(dev-v2.6-archive) Add cattle system registry
(partially cherry picked from commit 46204a9171)
2022-01-06 11:33:01 -08:00
Brenda Rearden 759d9a2f35
(dev-v2.6-archive) Add annotation changes to version Istio 1.6.8
(partially cherry picked from commit 583b669a92)
2022-01-06 11:33:01 -08:00
aiyengar2 47f53fb0ab
(dev-v2.6-archive) Merge pull request #595 from aiyengar2/change_crd_ownership
Add generateCRDChart.assumeOwnershipOfCRDs flag

(partially cherry picked from commit 7d32212d2c)
2022-01-06 11:33:00 -08:00
prachidamle cf361b4183
(dev-v2.6-archive) Generated changes
(partially cherry picked from commit 2e8885abaa)
2022-01-06 11:33:00 -08:00
Prachi Damle 3a84d26ed3
(dev-v2.6-archive) Adding rancher-cis-benchmark-crds - CRD chart for CIS v2
Adding rancher-cis-benchmark - Main chart for deploying cis-operator

Review comments and changes CRDs and adding the roles

Adding default ClusterScanProfiles in a Configmap

Updating kubernetes version to have major.minor.patch

Package the CRDs within the original chart and add package.yaml

chart changes for tolerations, crds, added
global.cattle.systemDefaultRegistry

Review changes to removed nodeSelector helper, combine all cis clusterroles in one file

CRD name change and adding keywords, moving package.yaml one folder upi
Renamed hardened benchmark
Move providesGVR to chart.yaml

(partially cherry picked from commit b55e6ec019)
2022-01-06 11:32:59 -08:00
Arvind Iyengar 60bbba3221
(dev-v2.6-archive) Use assumeOwnershipOfCRDs for rancher-monitoring
(partially cherry picked from commit 9fe6ed19c1)
2022-01-06 11:32:59 -08:00
rajashree b3a1c04d85
(dev-v2.6-archive) Backup-restore-operator chart
(partially cherry picked from commit 4ad856c2cc)
2022-01-06 11:32:58 -08:00
Brenda Rearden 40ab3830d6
(dev-v2.6-archive) Add providesGVR to patch file and remove from package.yaml
(partially cherry picked from commit da849a2dee)
2022-01-06 11:32:58 -08:00
Caleb Bron 8d769b2a5b
(dev-v2.6-archive) Make monitoring gvr singular
(partially cherry picked from commit f223cb6b6d)
2022-01-06 11:32:57 -08:00
Brenda Rearden 6fbadc5687
(dev-v2.6-archive) Update provides/requires gvr, added keywords
(partially cherry picked from commit aa13a90e13)
2022-01-06 11:32:57 -08:00
Brenda Rearden 009fed1e72
(dev-v2.6-archive) Add hidden annotation to kiali-server chart
(partially cherry picked from commit e6d0c9c8bf)
2022-01-06 11:32:56 -08:00
Brenda Rearden 93bfba0adb
(dev-v2.6-archive) Update to rancher image, remove extra end in helper
(partially cherry picked from commit 9808ea00df)
2022-01-06 11:32:56 -08:00
Arvind Iyengar 97c85e9597
(dev-v2.6-archive) Use Rancher mirror for jettech/kube-webhook-certgen
(partially cherry picked from commit 30aa33a5b1)
2022-01-06 11:32:55 -08:00
Jacob Payne f6c59bb748
(dev-v2.6-archive) use cattle system registry (#613)
(partially cherry picked from commit 0e21736bed)
2022-01-06 11:32:55 -08:00
Caleb Bron 146a4d2bf0
(dev-v2.6-archive) update how we manage dependency annotations
(partially cherry picked from commit 92211af12a)
2022-01-06 11:32:55 -08:00
Arvind Iyengar bc85f45531
(dev-v2.6-archive) Use Rancher images for monitoring subcharts
(partially cherry picked from commit 1b0deff7a9)
2022-01-06 11:32:54 -08:00
Arvind Iyengar 079f3c0c0c
(dev-v2.6-archive) Add private registry to monitoring subcharts
(partially cherry picked from commit bd24317ee8)
2022-01-06 11:32:54 -08:00
Arvind Iyengar 43f504d503
(dev-v2.6-archive) Use fixed versions for subcharts of rancher-monitoring
(partially cherry picked from commit 43efb64f82)
2022-01-06 11:32:53 -08:00
Arvind Iyengar 7e2065bc4d
(dev-v2.6-archive) fix typos in alerting config
(partially cherry picked from commit 3b6f47638d)
2022-01-06 11:32:53 -08:00
Caleb Bron 406ca13dfc
(dev-v2.6-archive) Remove nginx-ingress
It was part of rke2 and all of those charts have moved elsewhere

(partially cherry picked from commit 3bbde5f819)
2022-01-06 11:32:52 -08:00
Jacob Payne 34485efcc6
(dev-v2.6-archive) removed k3s syslog parser (#593)
(partially cherry picked from commit ffa781597a)
2022-01-06 11:32:52 -08:00
Steven Crespo 1ddd9888dd
(dev-v2.6-archive) Merge pull request #588 from PennyScissors/update-rancher-gatekeeper-readme
Update default value of `auditInterval` in README

(partially cherry picked from commit 4f583e6f46)
2022-01-06 11:32:51 -08:00
Darren Shepherd 4cc56c42e4
(dev-v2.6-archive) Update to fleet v0.3.0-alpha6
(partially cherry picked from commit 6cddc8911f)
2022-01-06 11:32:51 -08:00
Jacob Payne 0612463487
(dev-v2.6-archive) added support for gathering rke1 container logs (#573)
(partially cherry picked from commit 96282022fa)
2022-01-06 11:32:50 -08:00
Jacob Payne 3ed5ee5294
(dev-v2.6-archive) changed default operator image (#590)
(partially cherry picked from commit 4128861cb3)
2022-01-06 11:32:50 -08:00
aiyengar2 5b05df23a9
(dev-v2.6-archive) Merge pull request #599 from aiyengar2/update_default_alerting_template
Update default Alerting template for defaults set in UI

(partially cherry picked from commit 5825928eac)
2022-01-06 11:32:50 -08:00
Jacob Payne d1de0044a3
(dev-v2.6-archive) removed logging output and flow configs (#587)
(partially cherry picked from commit e8486d3953)
2022-01-06 11:32:49 -08:00
Darren Shepherd b96368994d
(dev-v2.6-archive) Fleet v0.3.0-alpha5
(partially cherry picked from commit d3a7562fda)
2022-01-06 11:32:48 -08:00