From 12cea90eaabcd861565e76d9a9b66c5c7e6f66a1 Mon Sep 17 00:00:00 2001 From: Sean Leonard Date: Wed, 20 Apr 2022 14:59:48 -0600 Subject: [PATCH] Add missing image names for Orb images to values.yaml --- charts/orb/values.yaml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/charts/orb/values.yaml b/charts/orb/values.yaml index dcae444..a937e13 100644 --- a/charts/orb/values.yaml +++ b/charts/orb/values.yaml @@ -69,7 +69,8 @@ users: annotations: { } fleet: - image: { } + image: + name: "orb-fleet" dbPort: 5432 dbHost: "" # Set this field with host if you want to point to external database such as RDS dbSSL: "disable" @@ -81,7 +82,8 @@ fleet: annotations: { } policies: - image: { } + image: + name: "orb-policies" dbPort: 5432 dbHost: "" # Set this field with host if you want to point to external database such as RDS dbSSL: "disable" @@ -93,7 +95,8 @@ policies: annotations: { } sinks: - image: { } + image: + name: "orb-sinks" dbPort: 5432 dbHost: "" # Set this field with host if you want to point to external database such as RDS dbSSL: "disable" @@ -105,7 +108,8 @@ sinks: annotations: { } sinker: - image: { } + image: + name: "orb-sinker" httpPort: 8201 redisESPort: 6379 redisESHost: "" # Set this field with host if you want to point to external database such as Elasticache