Commit Graph

55 Commits (207943f7395ebd4d7176566dc9e031478037bfca)

Author SHA1 Message Date
actions 207943f739 Honor .Values.global.clusterCIDR in rke2-canal
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2021-05-12 21:12:29 +00:00
actions e16898f421 Merge pull request #80 from erikwilson/bump-ingress-nginx
Update for rke2 ingress-nginx CI issues
2021-05-11 17:19:52 +00:00
actions 989e7cd927 Merge pull request #79 from erikwilson/bump-ingress-nginx
Bump ingress-nginx chart
2021-05-07 23:21:50 +00:00
actions 4f956f9a58 Merge pull request #78 from briandowns/issue-649
Update ingress-nginx chart to be a daemonset
2021-05-06 22:34:13 +00:00
actions d55460886c Merge pull request #77 from manuelbuil/cidr_global_2
Add pod_cidr option and systemDefaultRegistry
2021-05-05 07:13:11 +00:00
actions a6c9fc0eba Merge pull request #75 from mrostecki/cilium-selinux
cilium: Make the wait-for-note-init container privileged
2021-05-04 08:27:55 +00:00
actions 77bde848a5 Merge pull request #72 from jcaamano/sriov
Add multus & sr-iov charts
2021-05-04 08:26:16 +00:00
actions c499ff3d32 Merge pull request #76 from manuelbuil/calico
Add the calicoctl and operator images
2021-04-30 18:44:28 +00:00
actions 781054545b Merge pull request #74 from manuelbuil/calico
Add Calico helm chart
2021-04-30 08:57:03 +00:00
actions be8d015555 Merge pull request #70 from mrostecki/cilium-1.9.6
cilium: Update to 1.9.6
2021-04-29 14:38:52 +00:00
actions dbd66a2662 Add ability to configure calico failsafe ports
Made FailsafeOutboundHostPorts and FailsafeInboundHostPorts configurable
to allow users to have custom network policy for example SSH (22)

Previously failsafe rules would always have opened 22 even if user had
custom GlobalNetworkPolicy applied on the node.

Fixes https://github.com/rancher/rke2/issues/921
2021-04-29 00:16:16 +00:00
actions 467b7f5447 Update coredns and kube-proxy charts to use passthrough values (#73)
* Update coredns and kube-proxy charts to use passthrough values
* bump kube-proxy versions back to v1.21.0

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2021-04-27 22:59:40 +00:00
actions c4572ff597 Merge pull request #69 from manuelbuil/ipam
Change the default ipam mode of cilium
2021-04-19 18:27:28 +00:00
actions efef93a362 Merge pull request #68 from Oats87/issues/rke2/843
Change rke2-kube-proxy to v1.20.6-build20210419
2021-04-19 17:18:12 +00:00
actions 9c3deeb2fc Merge pull request #67 from Oats87/issues/rke2/842
Change rke2-kube-proxy to v1.18.18-build20210419
2021-04-19 17:13:20 +00:00
actions e21bd89d78 Merge pull request #66 from Oats87/issues/rke2/841
Change rke2-kube-proxy to v1.18.18
2021-04-19 17:08:28 +00:00
actions 6b75924afa Merge pull request #65 from briandowns/update_kube_proxy_v1.20
Update kube-proxy to v1.21.0
2021-04-13 17:57:25 +00:00
actions 97ae6751be Merge pull request #64 from manuelbuil/dual-stack
Allow users to deploy Cilium with dual stack config
2021-04-12 17:29:29 +00:00
actions 5a19d7712b Merge pull request #46 from jcaamano/main-source
Add cilium chart
2021-04-08 15:00:15 +00:00
actions b4655b7a1b update kube-proxy version to v1.20.5-build20210405
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2021-04-06 17:18:45 +00:00
actions a79f4561c7 Strip 'nginx-' prefix from image tags when using semverCompare (#62)
* Revert rke2-ingress-nginx to 1.36.3
* Add trimPrefix calls to rke2-ingress-nginx daemonset manifest
* Add trimPrefix call to rke2-ingress-nginx deployment with defaultBackend disabled

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2021-04-05 22:48:54 +00:00
actions 5b1760854a update kube-proxy version to v1.18.17 (#61) 2021-03-18 22:15:45 +00:00
actions 14cfd5e968 update kube-proxy version to v1.19.9 (#58) 2021-03-18 21:56:45 +00:00
actions 710989afd7 update kube-proxy version to v1.20.5 (#57) 2021-03-18 21:40:46 +00:00
actions e8b0ba75b9 Merge pull request #56 from brandond/fix_682
Update flexvol path
2021-03-10 21:22:09 +00:00
actions 78f24070f9 Update kube-proxy chart to v1.20.4-build20210302
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2021-03-02 20:23:25 +00:00
actions cd2db0801e Merge pull request #52 from aiyengar2/migrate-source
[Source] Migrate to charts-build-scripts
2021-03-02 00:27:49 +00:00
Arvind Iyengar 3d34983ce4
Revert "test make sync"
This reverts commit 6c7ccf3113.
2021-02-25 18:50:59 -08:00
Arvind Iyengar 6c7ccf3113
test make sync 2021-02-25 18:50:18 -08:00
Arvind Iyengar cd9d2ae6ab
Migrate all assets
Just needed to run:
```bash
$ find assets -maxdepth 1 -mindepth 1 -type d -exec rm -rf {} \;
$ find charts -maxdepth 1 -mindepth 1 -type d -exec rm -rf {} \;
$ REPOSITORY=https://github.com/rancher/rke2-charts BRANCH=main ./scripts/regenerate-assets
```

Signed-off-by: Arvind Iyengar <arvind.iyengar@rancher.com>
2021-02-25 18:03:02 -08:00
actions fb74992a07 Generated changes 2021-02-24 21:42:03 +00:00
actions e037e684bb Generated changes 2021-02-24 21:41:49 +00:00
actions 88f4f963aa Generated changes 2021-02-19 17:03:50 +00:00
actions 664ccdc455 Generated changes 2021-02-19 16:11:28 +00:00
actions b586e92311 Generated changes 2021-01-25 23:01:12 +00:00
actions f0df0c81cd Generated changes 2021-01-22 21:48:26 +00:00
actions 8dad34851d Generated changes 2021-01-22 21:35:46 +00:00
actions 194117f3e0 Generated changes 2021-01-14 19:58:07 +00:00
actions cf5667615a Generated changes 2021-01-14 18:05:31 +00:00
actions d6594f5066 Generated changes 2021-01-13 00:41:56 +00:00
actions 81b3b2da1c Generated changes 2021-01-09 00:58:33 +00:00
actions 583b0be509 Generated changes 2021-01-08 18:12:00 +00:00
actions 53359f1ab1 Generated changes 2020-12-17 19:20:49 +00:00
actions 3b956536cf Generated changes 2020-12-17 00:41:06 +00:00
actions 7e134078c2 Generated changes 2020-12-14 23:50:53 +00:00
actions f5f1dc51bc Generated changes 2020-12-14 21:50:42 +00:00
actions e1dc869b09 Generated changes 2020-12-12 00:22:50 +00:00
actions 9be2bb4478 Generated changes 2020-12-12 00:03:09 +00:00
actions 56eed43262 Generated changes 2020-12-11 21:02:07 +00:00
actions a3b99bffb6 Generated changes 2020-12-10 22:07:42 +00:00