-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(doks-public): upgrade kubernetes to 1.23 (#78)
* feat(kub 1.23): upgrade kubernetes to 1.23 as per jenkins-infra/helpdesk#3053 * feat(doks/doks-public) split kubernetes versions per cluster: 1.22 for doks and 1.23 for doks-public Signed-off-by: Damien Duportal <damien.duportal@gmail.com> * fixup Signed-off-by: Damien Duportal <damien.duportal@gmail.com> * fixup Signed-off-by: Damien Duportal <damien.duportal@gmail.com> Signed-off-by: Damien Duportal <damien.duportal@gmail.com> Co-authored-by: Damien Duportal <damien.duportal@gmail.com>
- Loading branch information
Showing
5 changed files
with
20 additions
and
26 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,6 @@ | ||
data "digitalocean_kubernetes_versions" "k8s" { | ||
version_prefix = var.kubernetes_version | ||
} | ||
|
||
data "digitalocean_sizes" "k8s" { | ||
filter { | ||
key = "regions" | ||
values = [var.region] | ||
} | ||
} | ||
|
||
output "dok8s-versions" { | ||
value = data.digitalocean_kubernetes_versions.k8s.valid_versions | ||
} |
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