We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81f129a commit 8a413b3Copy full SHA for 8a413b3
1 file changed
terraform/autoneg/variables.tf
@@ -22,7 +22,7 @@ variable "project_id" {
22
variable "controller_image" {
23
type = string
24
description = "Autoneg controller container image"
25
- default = "ghcr.io/googlecloudplatform/gke-autoneg-controller/gke-autoneg-controller:v0.9.9"
+ default = "ghcr.io/googlecloudplatform/gke-autoneg-controller/gke-autoneg-controller:v1.0.0"
26
}
27
28
variable "image_pull_policy" {
0 commit comments