Skip to content

Commit d73d5a0

Browse files
committed
modified: schema.yaml
modified: variables.tf
1 parent 3f3dfdb commit d73d5a0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

schema.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ variables:
314314
type: string
315315
title: "Cluster Autoscaler Image"
316316
description: "Set this to the target region you are deploying to. For the list available OCI Cluster Autoscaler images see https://docs.oracle.com/en-us/iaas/Content/ContEng/Tasks/contengusingclusterautoscaler.htm"
317-
default: "iad.ocir.io/oracle/oci-cluster-autoscaler:1.20.0-4"
317+
default: "phx.ocir.io/oracle/oci-cluster-autoscaler:1.33.0-3"
318318
required: true
319319
visible: cluster_autoscaling
320320

@@ -349,7 +349,7 @@ variables:
349349
type: string
350350
title: "OCI Registry"
351351
description: "Set this to the target region you are deploying to"
352-
default: "iad.ocir.io"
352+
default: "phx.ocir.io"
353353
required: true
354354

355355
repo_name:
@@ -362,7 +362,7 @@ variables:
362362
title: "OCI Registry Username"
363363
description: "Set this to your username for OCI Registry"
364364
required: true
365-
default: "oracleidentitycloudservice/<username>"
365+
default: "<username>"
366366

367367
image_label:
368368
type: string

variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ variable "cluster_autoscaling" {
148148
# https://docs.oracle.com/en-us/iaas/Content/ContEng/Tasks/contengusingclusterautoscaler.htm
149149

150150
variable "oci_cluster_autoscaler_image" {
151-
default = "iad.ocir.io/oracle/oci-cluster-autoscaler:1.33.0-3"
151+
default = "phx.ocir.io/oracle/oci-cluster-autoscaler:1.33.0-3"
152152
}
153153

154154
variable "min_worker_nodes" {
@@ -192,7 +192,7 @@ variable "image_label" {
192192
# Set it to secret OCID where you store authentication token that is used to push/pull images from OCIR
193193
# ---------------------------------------------------------------------------------------------------------------------
194194
variable "vault_secret_id" {
195-
default = "<OCID of valut secret where authemtication token is stored>"
195+
default = "<OCID of vault secret where authemtication token is stored>"
196196
}
197197

198198

0 commit comments

Comments
 (0)