
Isolating all vault-manager helm chart and related content into a new package. Per STX.APP.12, STX.APP.13, vault-manager should be allowed to be disabled so that another solution can be used to manage vault. The file structure is also changed, so that vault-helm is under helm-charts/upstream, and vault-manager-helm is under helm-chart/custom Test Plan: PASS build all vault-related packages PASS Create new vault application tarball PASS test existing vault features: PASS AIO-SX vault sanity PASS Vault rekey feature test PASS vault application update and watch PVC conversion Story: 2010929 Task: 49600 Change-Id: I87cce3466ad905d00da715ce582baa28371135c1 Signed-off-by: Tae Park <tae.park@windriver.com>
33 lines
966 B
Diff
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
|
|
|