Skip to content

Commit

Permalink
chore: upgrade k8s to 1.28 (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
krtk6160 authored Nov 14, 2023
1 parent c9c3166 commit c347fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/k8s-upgrade/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
data "google_container_engine_versions" "central1b" {
provider = google-beta
location = "us-central1"
version_prefix = "1.27."
version_prefix = "1.28."
project = "galoy-infra-testflight"
}

Expand Down

0 comments on commit c347fd6

Please sign in to comment.