Skip to content

Commit

Permalink
Update container version to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rosmo authored Oct 10, 2023
1 parent 81f129a commit 8a413b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/autoneg/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ variable "project_id" {
variable "controller_image" {
type = string
description = "Autoneg controller container image"
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"
}

variable "image_pull_policy" {
Expand Down

0 comments on commit 8a413b3

Please sign in to comment.