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
This commit is contained in:
Gage Hugo 2022-04-27 12:19:16 -05:00
parent 92977da6b8
commit 34b3a013e4
3 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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
...