Commit Graph

13 Commits (c59bd8d2d66519beeb07f63e8ba467519d2dfa02)

Author SHA1 Message Date
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 5e6287c3a9
Rename chart rke2-canal-v3.13.300-build20210223
This seems to be an issue with the regenerate-assets script, most likely introduced due to the weird naming scheme for this chart which was allowed in the old build scripts.

The new build scripts expects the chart version to always end with the packageVersion, e.g. this should be `rke2-canal-v3.13.3-build2021022300`, but since this is already released I'm not going to tamper with it.

Signed-off-by: Arvind Iyengar <arvind.iyengar@rancher.com>
2021-02-25 18:05:35 -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 e037e684bb Generated changes 2021-02-24 21:41:49 +00:00
actions 7e4c9729f0 Generated changes 2020-10-14 23:04:28 +00:00
actions 1dfd69bb55 Generated changes 2020-09-29 00:14:59 +00:00