
Replace references of 0.24.1 with 0.25.0. Refresh the patches for vault-manager and agent image reference. Update the image tags to match new vault chart. The vault helm chart uses vault server 1.14.0 version. The latest version of the vault server in the 1.14.x series is 1.14.8. Verified that the changes between vault v1.14.0 and v1.14.8 tags most of them are 'backport'', "cherry-pick" of commits i:e bug fixes. So used 1.14.8 version of vault sever. Test plan: PASSED AIO-sx and Standard 2+2 PASSED vault aware and un-aware applications PASSED HA tests PASSED test image pulls from private registry with external network restriction story: 2010393 Task: 49391 Change-Id: I6bd022fed79ead6e1dc224e323a179d1dcd3ab0f Signed-off-by: Sabyasachi Nayak <sabyasachi.nayak@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
|
|
|