generated from giantswarm/template-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Render control plane resources using giantswarm/cluster (#374)
* align control plane vcdmachine with kubeadmcontrolplane from cluster chart * fix disk size calculation for worker nodes * update values migration guide * add NTP server list migration * remove deprecated values * simon was a bit too hasty * ensure unsupported fields are not added to worker vcdmachinetemplate * ensure CP machineTemplate is always provided * move shared helper function to shared helpers template * update CI values files * remove unused templates and manifests * restore OIDC values * temporary: consume CI build of cluster chart * Revert "temporary: consume CI build of cluster chart" This reverts commit 29683f3. * update example manifest * minor correction in changelog * remove erroneous newlines in static routes service * bump cluster chart to 1.6.0
- Loading branch information
1 parent
4d351e7
commit 554cd1e
Showing
19 changed files
with
275 additions
and
750 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
dependencies: | ||
- name: cluster | ||
repository: https://giantswarm.github.io/cluster-catalog | ||
version: 1.5.1 | ||
version: 1.6.0 | ||
- name: cluster-shared | ||
repository: https://giantswarm.github.io/cluster-catalog | ||
version: 0.7.1 | ||
digest: sha256:7c36f03fbfef9c0204a27b4e5806e91b0654b343132efe0a3685cbdde2dca3f2 | ||
generated: "2024-10-03T16:05:10.03564332+01:00" | ||
digest: sha256:4b4dafe83fbdcb4acb6d5705b1558840b6acbf88519bf1c9ee7f61fe794da24c | ||
generated: "2024-10-11T08:48:55.093532683+01:00" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.