Files
app-openbao/helm-charts/upstream/openbao-helm/debian/deb_folder/patches/0001-Add-yaml-for-Starlingx-image-handling.patch
Tae Park dbbf5c7ec4 Initial Package Upload for Openbao
Containing the initial package for Openbao application. Contains a
working package of openbao-helm, openbao-manager-helm,
python3-k8sapp-openbao, and stx-openbao-helm.

Test Plan:
PASS    Packages are successfully built, and the application tarball is
        created.
PASS    Application is uploaded and applied with no errors
PASS    Application is configured for sanity testing
PASS    Application passes aware/unaware test for sanity
PASS    Application functions when network access is restricted to
        internal registry

Story: 2011244
Task: 51378

Change-Id: I10910b3cc00c3e45ebce0df20bbee53af3d8543b
Signed-off-by: Tae Park <tae.park@windriver.com>
2025-01-14 09:37:28 -05:00

34 lines
1.1 KiB
Diff

From e1040978fd030a5d2b8f623c59adf3a3764c9c33 Mon Sep 17 00:00:00 2001
From: Tae Park <tae.park@windriver.com>
Date: Mon, 21 Oct 2024 09:30:07 -0400
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 injector agent will
pull from registry.local.
Signed-off-by: Tae Park <tae.park@windriver.com>
---
charts/openbao/values.yaml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/charts/openbao/values.yaml b/charts/openbao/values.yaml
index d9c59a6..bc82fc8 100644
--- a/charts/openbao/values.yaml
+++ b/charts/openbao/values.yaml
@@ -79,6 +79,10 @@ injector:
# containers. This should be set to the official OpenBao image. OpenBao 1.3.1+ is
# required.
agentImage:
+ image:
+ registry: "quay.io"
+ repository: "openbao/openbao"
+ tag: "2.1.0"
# -- image registry to use for agent image
registry: "quay.io"
# -- image repo to use for agent image
--
2.34.1