vault-armada-app/helm-charts/upstream/vault-helm/debian/deb_folder/patches/0001-Add-yaml-for-starlingx...

33 lines
966 B
Diff

From 9976bbbd382adeb321cc29c642781b3df55a72ac Mon Sep 17 00:00:00 2001
From: Sabyasachi Nayak <sabyasachi.nayak@windriver.com>
Date: Fri, 5 Jan 2024 04:01:02 -0500
Subject: [PATCH] Add yaml for starlingx image handling
Add values yaml compatible with starlingx platform's image pull and
service parameter registry override handling. The platform will pull
the image and populate registry.local, and the vault injector agent will
pull from registry.local.
Signed-off-by: Sabyasachi Nayak <sabyasachi.nayak@windriver.com>
---
values.yaml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/values.yaml b/values.yaml
index 58eb8a2..a0c69c7 100644
--- a/values.yaml
+++ b/values.yaml
@@ -72,6 +72,9 @@ injector:
# containers. This should be set to the official Vault image. Vault 1.3.1+ is
# required.
agentImage:
+ image:
+ repository: "hashicorp/vault"
+ tag: "1.14.8"
repository: "hashicorp/vault"
tag: "1.14.0"
--
2.25.1