Commit 64f5607
authored
✨ Support
* feat: add chart values to klusterlet config
Signed-off-by: Tyler Gillson <[email protected]>
* feat: wrapper struct for deepcopy
Signed-off-by: Tyler Gillson <[email protected]>
* feat: pass --klusterlet-values-file when appropriate
Signed-off-by: Tyler Gillson <[email protected]>
* feat: pass klusterlet values during upgrade
Signed-off-by: Tyler Gillson <[email protected]>
* chore: make reviewable
Signed-off-by: Tyler Gillson <[email protected]>
* chore: bump helm.sh/helm/v3 for GHSA-557j-xg8c-q2mm
Signed-off-by: Tyler Gillson <[email protected]>
* chore: bump clusteradm to v1.0.1
Signed-off-by: Tyler Gillson <[email protected]>
* fix: make values entirely optional; allow updates to klustlert annotations and values
Signed-off-by: Tyler Gillson <[email protected]>
* chore: bump helm.sh/helm/v3 for GHSA-9h84-qmv7-982p, GHSA-f9f8-9pmf-xv68
Signed-off-by: Tyler Gillson <[email protected]>
---------
Signed-off-by: Tyler Gillson <[email protected]>--klusterlet-values-file for clusteradm join & klusterlet upgrade (#39)1 parent 4701f77 commit 64f5607
File tree
454 files changed
+68788
-2845
lines changed- fleetconfig-controller
- api/v1alpha1
- build
- charts/fleetconfig-controller/crds
- config/crd/bases
- hack
- internal/controller
- vendor
- dario.cat/mergo
- github.com
- BurntSushi/toml
- internal
- Masterminds
- goutils
- semver/v3
- sprig/v3
- cyphar/filepath-securejoin
- gobwas/glob
- compiler
- match
- syntax
- ast
- lexer
- util
- runes
- strings
- huandu/xstrings
- mitchellh
- copystructure
- reflectwalk
- opencontainers/image-spec/specs-go
- santhosh-tekuri/jsonschema/v6
- kind
- metaschemas
- draft-04
- draft-06
- draft-07
- draft
- 2019-09
- meta
- 2020-12
- meta
- shopspring/decimal
- spf13
- cast
- pflag
- go.yaml.in/yaml
- v2
- v3
- golang.org/x
- crypto
- bcrypt
- blowfish
- pbkdf2
- scrypt
- sync/errgroup
- sys/unix
- text
- feature/plural
- internal
- catmsg
- format
- number
- stringset
- message
- catalog
- helm.sh/helm/v3
- internal
- sympath
- version
- pkg
- chartutil
- chart
- loader
- engine
- ignore
- open-cluster-management.io
- api
- addon/v1alpha1
- client
- addon/clientset/versioned
- typed/addon/v1alpha1
- cluster/clientset/versioned
- typed/cluster
- v1alpha1
- v1beta1
- v1beta2
- v1
- operator/clientset/versioned
- typed/operator/v1
- work/clientset/versioned
- typed/work
- v1alpha1
- v1
- cluster
- v1alpha1
- v1beta1
- v1beta2
- v1
- operator/v1
- work
- v1alpha1
- v1
- ocm
- deploy
- cluster-manager/chart
- cluster-manager
- crds
- templates
- klusterlet/chart
- klusterlet
- crds
- templates
- pkg/operator/helpers/chart
- sigs.k8s.io/yaml
- goyaml.v2
- goyaml.v3
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
454 files changed
+68788
-2845
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
24 | 29 | | |
25 | 30 | | |
26 | 31 | | |
| |||
540 | 545 | | |
541 | 546 | | |
542 | 547 | | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
543 | 608 | | |
544 | 609 | | |
545 | 610 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| |||
57 | 59 | | |
58 | 60 | | |
59 | 61 | | |
| 62 | + | |
| 63 | + | |
60 | 64 | | |
61 | 65 | | |
| 66 | + | |
| 67 | + | |
62 | 68 | | |
63 | 69 | | |
64 | 70 | | |
| |||
Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments