
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>
31 lines
913 B
Diff
31 lines
913 B
Diff
From 77dfc57300718e71f342fa2bc804452ed3fae4be Mon Sep 17 00:00:00 2001
|
|
From: Michel <michel.thebeau@windriver.com>
|
|
Date: Fri, 5 Jan 2024 04:24:42 -0500
|
|
Subject: [PATCH] Update vault version to 1.14.8
|
|
|
|
vault-helm chart application is using vault version 1.14.0.
|
|
There are 401 changes between vault v1.14.0 and v1.14.8 tags (https://github.com/hashicorp/vault):
|
|
80% are 'backport'', "cherry-pick" of commits - bug fixes. Updating to latest vault version.
|
|
|
|
Signed-off-by: Sabyasachi Nayak <sabyasachi.nayak@windriver.com>
|
|
---
|
|
Chart.yaml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/Chart.yaml b/Chart.yaml
|
|
index 104b05f..9c245fb 100644
|
|
--- a/Chart.yaml
|
|
+++ b/Chart.yaml
|
|
@@ -4,7 +4,7 @@
|
|
apiVersion: v2
|
|
name: vault
|
|
version: 0.25.0
|
|
-appVersion: 1.14.0
|
|
+appVersion: 1.14.8
|
|
kubeVersion: ">= 1.20.0-0"
|
|
description: Official HashiCorp Vault Chart
|
|
home: https://www.vaultproject.io
|
|
--
|
|
2.25.1
|
|
|