Skip to content

Commit

Permalink
Bump GKE Hub Feature versions (GoogleCloudPlatform#12091)
Browse files Browse the repository at this point in the history
  • Loading branch information
rileykarson authored and akshat-jindal-nit committed Nov 18, 2024
1 parent 1c47279 commit b060ae5
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ resource "google_gke_hub_feature" "feature" {
location = "global"
fleet_default_member_config {
configmanagement {
version = "1.16.0"
version = "1.19.1"
config_sync {
source_format = "hierarchy"
git {
Expand All @@ -573,7 +573,7 @@ resource "google_gke_hub_feature" "feature" {
location = "global"
fleet_default_member_config {
configmanagement {
version = "1.16.1"
version = "1.19.2"
management = "MANAGEMENT_MANUAL"
config_sync {
enabled = true
Expand Down Expand Up @@ -602,7 +602,7 @@ resource "google_gke_hub_feature" "feature" {
location = "global"
fleet_default_member_config {
configmanagement {
version = "1.16.1"
version = "1.19.2"
management = "MANAGEMENT_AUTOMATIC"
config_sync {
prevent_drift = true
Expand Down

0 comments on commit b060ae5

Please sign in to comment.