From 34b3a013e4c4bcba092f7faa9a1c4fd3a95a3d99 Mon Sep 17 00:00:00 2001 From: Gage Hugo Date: Wed, 27 Apr 2022 12:19:16 -0500 Subject: [PATCH] Update kibana image default values This change updates the default image values for the kibana chart to move the heat images from newton to wallaby. Change-Id: Ic991664c2f18354fae3f8b21aee028bad4716987 --- kibana/Chart.yaml | 2 +- kibana/values.yaml | 4 ++-- releasenotes/notes/kibana.yaml | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/kibana/Chart.yaml b/kibana/Chart.yaml index d8aafb822..d2ef4f1e6 100644 --- a/kibana/Chart.yaml +++ b/kibana/Chart.yaml @@ -15,7 +15,7 @@ apiVersion: v1 appVersion: v7.1.0 description: OpenStack-Helm Kibana name: kibana -version: 0.1.9 +version: 0.1.10 home: https://www.elastic.co/products/kibana sources: - https://github.com/elastic/kibana diff --git a/kibana/values.yaml b/kibana/values.yaml index 779850943..ac3d07c14 100644 --- a/kibana/values.yaml +++ b/kibana/values.yaml @@ -25,8 +25,8 @@ images: kibana: docker.elastic.co/kibana/kibana-oss:7.1.0 dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0 image_repo_sync: docker.io/library/docker:17.07.0 - register_kibana_indexes: docker.io/openstackhelm/heat:newton-ubuntu_xenial - flush_kibana_metadata: docker.io/openstackhelm/heat:newton-ubuntu_xenial + register_kibana_indexes: docker.io/openstackhelm/heat:wallaby-ubuntu_focal + flush_kibana_metadata: docker.io/openstackhelm/heat:wallaby-ubuntu_focal pull_policy: IfNotPresent local_registry: active: false diff --git a/releasenotes/notes/kibana.yaml b/releasenotes/notes/kibana.yaml index dd3ea8073..ef95566bf 100644 --- a/releasenotes/notes/kibana.yaml +++ b/releasenotes/notes/kibana.yaml @@ -10,4 +10,5 @@ kibana: - 0.1.7 Helm 3 - Fix Job labels - 0.1.8 Update htk requirements - 0.1.9 Revert removing Kibana indices before pod start up + - 0.1.10 Update image defaults ...