Update horizon chart version from 0.2.16 to 0.2.20

- 0.2.17 Add custom logo
    - 0.2.18 Enable taint toleration for Openstack services
    - 0.2.19 Remove unsupported value overrides
    - 0.2.20 Add SHOW_OPENRC_FILE value

Sem-Ver: feature
Change-Id: I86845739fd85def082caae2f573199c68f9b80a2
This commit is contained in:
okozachenko 2022-05-10 18:09:06 +10:00
parent 42ea4d1b23
commit ba5fc2cc10
2 changed files with 8 additions and 1 deletions

View File

@ -0,0 +1,7 @@
---
features:
- Update horizon chart version from 0.2.16 to 0.2.20
- 0.2.17 Add custom logo
- 0.2.18 Enable taint toleration for Openstack services
- 0.2.19 Remove unsupported value overrides
- 0.2.20 Add SHOW_OPENRC_FILE value

View File

@ -24,7 +24,7 @@
kubernetes.core.helm:
name: "{{ openstack_helm_horizon_chart_name }}"
chart_ref: "{{ openstack_helm_horizon_chart_repo_name }}/{{ openstack_helm_horizon_chart_name }}"
chart_version: 0.2.16
chart_version: 0.2.20
release_namespace: openstack
kubeconfig: /etc/kubernetes/admin.conf
values: "{{ _openstack_helm_horizon_values | combine(openstack_helm_horizon_values, recursive=True) }}"