Merge "Update grafana helm test"

This commit is contained in:
Zuul 2024-11-02 01:42:58 +00:00 committed by Gerrit Code Review
commit cf4611ffb5
3 changed files with 6 additions and 1 deletions

View File

@ -15,7 +15,7 @@ apiVersion: v1
appVersion: v9.2.10
description: OpenStack-Helm Grafana
name: grafana
version: 0.1.29
version: 0.1.30
home: https://grafana.com/
sources:
- https://github.com/grafana/grafana

View File

@ -59,6 +59,10 @@ spec:
value: {{ tuple "grafana" "internal" "grafana" . | include "helm-toolkit.endpoints.keystone_endpoint_uri_lookup" }}
- name: CHROME_CONFIG_HOME
value: /tmp/google-chrome
- name: XDG_CONFIG_HOME
value: /tmp/google-chrome
- name: XDG_CACHE_HOME
value: /tmp/google-chrome
volumeMounts:
- name: pod-tmp
mountPath: /tmp

View File

@ -30,4 +30,5 @@ grafana:
- 0.1.27 Update default images tags. Add 2024.1-ubuntu_jammy overrides.
- 0.1.28 Upgrade osh-selenium image to ubuntu_jammy
- 0.1.29 Add 2024.2 overrides
- 0.1.30 Update chart helm test environment variables
...