Commit Graph

10 Commits (c575465c6cb22c952c965636d7bbcfc787b2ff03)

Author SHA1 Message Date
actions c552dd7a00 Merge pull request #102 from manuelbuil/update-canal-images
Upgrade flannel and calico images
2021-06-14 13:08:06 +00:00
actions 1ff69f9496 rke2-canal: fix use of coalesce (#85)
Signed-off-by: Jacob Blain Christen <jacob@rancher.com>
2021-05-13 00:29:52 +00:00
actions 12fe6a3ff6 rke2-canal: fix for templated config (#84)
Seeing this error at runtime:
```
Error: parse error at (rke2-canal/templates/config.yaml:63): function "Values" not defined
```

Signed-off-by: Jacob Blain Christen <jacob@rancher.com>
2021-05-13 00:03:19 +00:00
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 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 e8b0ba75b9 Merge pull request #56 from brandond/fix_682
Update flexvol path
2021-03-10 21:22:09 +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