Skip to content

Commit

Permalink
update gardener to 1.84
Browse files Browse the repository at this point in the history
  • Loading branch information
schrodit committed Jul 18, 2024
1 parent f04dd20 commit d1c8e9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
7 changes: 1 addition & 6 deletions default.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

version: v1.83.3
version: v1.84.3

landscapeName: gardener-installation

Expand Down Expand Up @@ -35,11 +35,6 @@ gardener:
APIServerSNI: true

settings:
dependencyWatchdog:
endpoint:
enabled: true # crashlooping pods will be restarted onces their dependants become ready
probe:
enabled: true # shoot's kube-controller-managers get scaled down when the kube-apiserver is not reachable via external DNS
excessCapacityReservation:
enabled: true # this seed will deploy excess-capacity-reservation pods
scheduling:
Expand Down
1 change: 1 addition & 0 deletions src/ts/versions/installations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ const versions: Record<string, InstallationConstructor> = {
'v1.81.x': Installation_1_81,
'v1.82.x': Installation_1_81,
'v1.83.x': Installation_1_81,
'v1.84.x': Installation_1_81,
};

export class VersionNotFound extends Exception {
Expand Down

0 comments on commit d1c8e9b

Please sign in to comment.