vault-armada-app/helm-charts/upstream/vault-helm/debian/deb_folder/patches/0001-Add-yaml-for-starlingx-image-handling.patch
Michel Thebeau a700326eb0 change vault version to 1.14.0
Change the vault server version to match the chart's original content.
The 1.14.8 version contains BUSL licenses, picked back as bug fixes from
the non-opensource version of vault.

Test Plan:
PASS  build and run the app
PASS vault sanity

Story: 2011073
Task: 50575

Change-Id: Ie4cad11c55b5515e098c302545a0ae62fd6ba4e2
Signed-off-by: Michel Thebeau <Michel.Thebeau@windriver.com>
2024-07-16 12:55:18 +00:00

33 lines
962 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: Michel Thebeau <Michel.Thebeau@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.0"
repository: "hashicorp/vault"
tag: "1.14.0"
--
2.25.1