
This review updates openstack-helm-infra to commit 8351fdd0f1228717342c2accc96977b0cdc36dc3 and removes patches that were merged on osh-i; fixes the remaining patches to the current diffs and do minor adaptations to make osh-i work on StarlingX. Story: 2009161 Task: 43151 Signed-off-by: Thiago Brito <thiago.brito@windriver.com> Change-Id: I36159b0264a79c3727b20e6ff1b7831183e47c3a
41 lines
1022 B
Diff
41 lines
1022 B
Diff
From 823eadb9068287c48121b9f3e1d63fee1d941493 Mon Sep 17 00:00:00 2001
|
|
From: Thiago Brito <thiago.brito@windriver.com>
|
|
Date: Fri, 24 Sep 2021 21:52:43 -0300
|
|
Subject: [PATCH] Disabling helm3_hooks
|
|
|
|
Signed-off-by: Thiago Brito <thiago.brito@windriver.com>
|
|
---
|
|
mariadb/values.yaml | 2 +-
|
|
rabbitmq/values.yaml | 2 +-
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/mariadb/values.yaml b/mariadb/values.yaml
|
|
index 0144f91b..be9b1f60 100644
|
|
--- a/mariadb/values.yaml
|
|
+++ b/mariadb/values.yaml
|
|
@@ -635,7 +635,7 @@ network_policy:
|
|
|
|
# Helm hook breaks for helm2.
|
|
# Set helm3_hook: false in case helm2 is used.
|
|
-helm3_hook: true
|
|
+helm3_hook: false
|
|
|
|
manifests:
|
|
certificates: false
|
|
diff --git a/rabbitmq/values.yaml b/rabbitmq/values.yaml
|
|
index 9f0e83d5..d16ba167 100644
|
|
--- a/rabbitmq/values.yaml
|
|
+++ b/rabbitmq/values.yaml
|
|
@@ -382,7 +382,7 @@ volume:
|
|
|
|
# Hook break for helm2.
|
|
# Set helm3_hook to false while using helm2
|
|
-helm3_hook: true
|
|
+helm3_hook: false
|
|
|
|
io_thread_pool:
|
|
enabled: false
|
|
--
|
|
2.17.1
|
|
|