Commit Graph

5 Commits

Author SHA1 Message Date
Eric Promislow 9f702b46ed Migrate webhook CI to GHA
- Misc. changes to CI caught during further testing:
1. There should be two shell variables, HELM_VERSION for pulling
   down the right version of helm, and HELM_CHART_VERSION, for identifying
   generated helm charts.

2. Similarly, `TAG` and `IMAGE_TAG` are two different things.

3. Stop using make/dapper: env vars get lost

4. Skip the RKE Machine config unit test on CI/arm64
   - Written up in issue 45837
2024-06-28 15:45:08 -07:00
Kevin Joiner 851f4cbdf6 Adds the ability to set custom ports for Webhook.
This commit also adds helm unittest and updates integration-test to run
K3s without Rancher.
2023-07-19 16:24:44 -04:00
Michael Bolot af55377ca5 Fixing package script bug
Package script didn't anchor the version regex causing the
kube-version/rancher-version to be errantly overwritten
2022-07-22 10:53:30 -05:00
Jiaqi Luo 2b875ccd68 Issue: The package-helm script replaces all tag values in the values.yaml
Fix: Update the regex to match "tag: latest" only
2021-08-18 11:13:11 -07:00
Darren Shepherd 8662412686 Initial Commit 2020-09-09 22:15:59 -07:00