From 7cdb3edd11588b16b9bd71eec508fad2f8849ca2 Mon Sep 17 00:00:00 2001 From: Nick Andreano Date: Mon, 16 Feb 2026 12:10:08 -0500 Subject: [PATCH 1/2] Removed repository value --- charts/iag5/values.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/charts/iag5/values.yaml b/charts/iag5/values.yaml index 15f2386..d47f38a 100644 --- a/charts/iag5/values.yaml +++ b/charts/iag5/values.yaml @@ -14,7 +14,6 @@ useTLS: true # Set to false to disable etcd installation. Below is a sample Etcd configuration if using the # included dependency. etcd: - etcd: enabled: false # Enable etcd persistence persistence: From 897c0401a8483764cbf9090d5988cdb0a51db376 Mon Sep 17 00:00:00 2001 From: Nick Andreano Date: Mon, 16 Feb 2026 12:11:46 -0500 Subject: [PATCH 2/2] removed extra etcd in values --- charts/iag5/values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/iag5/values.yaml b/charts/iag5/values.yaml index d47f38a..7e1e4e1 100644 --- a/charts/iag5/values.yaml +++ b/charts/iag5/values.yaml @@ -73,7 +73,8 @@ external-dns: # The Itential image to use, its version, and its location image: # -- The image repository - repository: "497639811223.dkr.ecr.us-east-2.amazonaws.com/automation-gateway5" + # -- Contact Itential to get the correct image repository for your entitlement. + repository: # -- The image tag tag: "5.1.1-amd64" # -- The image pull policy