-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to Gardener v1.13.2 and cleanup old migration paths. (#166)
* Update to Gardener v1.13.2 and cleanup old migration paths. * Fix linting issue. * More updates. * Remove resource manager override.
- Loading branch information
Showing
36 changed files
with
159 additions
and
685 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
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
30 changes: 0 additions & 30 deletions
30
charts/internal/machine-controller-manager/seed/templates/legacy/clusterrole.yaml
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
charts/internal/machine-controller-manager/seed/templates/legacy/clusterrolebinding.yaml
This file was deleted.
Oops, something went wrong.
54 changes: 0 additions & 54 deletions
54
charts/internal/machine-controller-manager/seed/templates/legacy/configmap-monitoring.yaml
This file was deleted.
Oops, something went wrong.
88 changes: 0 additions & 88 deletions
88
charts/internal/machine-controller-manager/seed/templates/legacy/deployment.yaml
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
charts/internal/machine-controller-manager/seed/templates/legacy/service.yaml
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
charts/internal/machine-controller-manager/seed/templates/legacy/serviceaccount.yaml
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
charts/internal/machine-controller-manager/seed/templates/legacy/vpa.yaml
This file was deleted.
Oops, something went wrong.
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
2 changes: 0 additions & 2 deletions
2
charts/internal/machine-controller-manager/seed/templates/serviceaccount.yaml
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,8 +1,6 @@ | ||
{{- if .Values.deployOOT }} | ||
--- | ||
apiVersion: v1 | ||
kind: ServiceAccount | ||
metadata: | ||
name: machine-controller-manager | ||
namespace: {{ .Release.Namespace }} | ||
{{- end }} |
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 |
---|---|---|
|
@@ -19,5 +19,3 @@ vpa: | |
enabled: true | ||
updatePolicy: | ||
updateMode: "Auto" | ||
|
||
deployOOT: false |
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
Oops, something went wrong.