Commit Graph

17 Commits (ae564a60150da3c4f760084183cedab612eac3b2)

Author SHA1 Message Date
Brad Davidson 1bf8db05be Bump image tags for golang bumps
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2021-11-19 15:15:21 -08:00
dereknola 2d2a5edab5 Update rke2-metrics-server to v0.5.0
Signed-off-by: dereknola <derek.nola@suse.com>
2021-10-01 11:33:04 -07:00
Brad Davidson 550851f5b4 add linux nodeSelectors to charts
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2021-08-19 11:29:56 -07:00
Arvind Iyengar d4bda1833c
Bump all packageVersions and introduce comment
Why do we need to bump all the packageVersions?

The new charts-build-scripts treat Chart.yaml and requirements.yaml as "managed files", which means that the scripts themselves can make changes to those files.

When the scripts touch those files (e.g. to add a new dependency based on the contents of generated-changes/dependencies or to patch a rcVersion or packageVersion to the chart), dumping back out the YAML results in slight changes due to the unmarshalling process, such as the re-ordering of annotations.

Since these minor changes comprise a change introduced by Rancher and the scripts refuse changes that modify already released packages, the simple fix for this is just to universally bump the packageVersion as part of the migration process.

As part of creating this PR, I generated these minor changes in https://github.com/aiyengar2/charts-diff/tree/rke2-charts/diff so that we can sign off that these are indeed inconsequential to the migration. For context, the process used to generate these files was:
- Pull in the current branch. Run make charts with the old scripts
- Pull in the migration branch. Run make charts with the new scripts
- Dump the diff between them in a patch file

Signed-off-by: Arvind Iyengar <arvind.iyengar@rancher.com>
2021-02-25 18:45:59 -08:00
Arvind Iyengar 36569143f0
Migrate all packages
Just needed to run:
```bash
REPOSITORY=https://github.com/rancher/rke2-charts BRANCH=main-source ./scripts/regenerate-packages
```

Signed-off-by: Arvind Iyengar <arvind.iyengar@rancher.com>
2021-02-25 17:35:31 -08:00
Erik Wilson e276402663
Update hardened images 2021-02-24 13:32:35 -07:00
Brad Davidson cf3ffd959f Update stable charts repo URL and set priorityClassName
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2021-01-08 10:11:40 -08:00
Brian Downs 7c6b908bd6 update repository names to point to new hardened repositories
Signed-off-by: Brian Downs <brian.downs@gmail.com>
2020-09-11 19:31:33 -07:00
Brian Downs 826716b799 remove incorrect list value from yaml
Signed-off-by: Brian Downs <brian.downs@gmail.com>
2020-09-08 13:10:54 -07:00
Brian Downs b56ce5d48b remove charts dir
Signed-off-by: Brian Downs <brian.downs@gmail.com>
2020-09-08 12:42:02 -07:00
Brian Downs bbdaeb0a9f update files to autopopulate patch
Signed-off-by: Brian Downs <brian.downs@gmail.com>
2020-09-08 12:34:34 -07:00
Brian Downs 741f0188dd add preferred address type ip to metrics server
Signed-off-by: Brian Downs <brian.downs@gmail.com>
2020-09-04 17:50:53 -07:00
Menna Elmasry 38b0316832
add private registry support for rke2-charts (#13)
* allow private registry

* add pull image from private registry

* delete old assets

* add newline at the end of _helpers.tpl files

* standardize image fields

* add system default registry to ingress-nginx
2020-08-21 20:56:13 +02:00
Brian Downs e6f0b74393 pr comment remediation
Signed-off-by: Brian Downs <brian.downs@gmail.com>
2020-08-17 12:20:49 -07:00
Brian Downs 938a98530e update image repository
Signed-off-by: Brian Downs <brian.downs@gmail.com>
2020-08-17 12:14:21 -07:00
Menna ca6f29a0c4 fix chart name in patch 2020-08-12 22:28:44 +02:00
Menna 4f6fb63640 add rke2 packages 2020-08-12 20:08:12 +02:00