File tree Expand file tree Collapse file tree 7 files changed +8
-2
lines changed
charts/k8s-monitoring/tests/integration Expand file tree Collapse file tree 7 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -176,15 +176,15 @@ jobs:
176
176
helm install alloy grafana/alloy -f "${GRAFANA_ALLOY_VALUES}" -n alloy --create-namespace --wait
177
177
178
178
# This prometheus instance is used pod annotation testing with https
179
- helm install prometheus-workload prometheus-community/prometheus -f "${PROMETHEUS_WORKLOAD_VALUES}" -n prometheus --create-namespace --timeout 10m --wait
179
+ helm install prometheus-workload prometheus-community/prometheus --version ^2 - f "${PROMETHEUS_WORKLOAD_VALUES}" -n prometheus --create-namespace --timeout 10m --wait
180
180
181
181
# Deploy the Prometheus Operator CRDs, since we want to deploy Loki with a ServiceMonitor later
182
182
helm install prom-crds prometheus-community/prometheus-operator-crds --wait
183
183
184
184
- name : Deploy Prometheus
185
185
if : (steps.list-changed.outputs.changed == 'true') || (contains(github.event.pull_request.labels.*.name, 'full_test_required'))
186
186
run : |
187
- helm install prometheus prometheus-community/prometheus -f "${PROMETHEUS_VALUES}" -n prometheus --create-namespace --timeout 10m --wait
187
+ helm install prometheus prometheus-community/prometheus --version ^2 - f "${PROMETHEUS_VALUES}" -n prometheus --create-namespace --timeout 10m --wait
188
188
189
189
- name : Deploy Loki
190
190
if : (steps.list-changed.outputs.changed == 'true') || (contains(github.event.pull_request.labels.*.name, 'full_test_required'))
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ deployments:
6
6
type : helm
7
7
repo : https://prometheus-community.github.io/helm-charts
8
8
chart : prometheus
9
+ version : ^2
9
10
namespace : prometheus
10
11
valuesFile : configs/prometheus.yaml
11
12
- name : passwords
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ deployments:
6
6
type : helm
7
7
repo : https://prometheus-community.github.io/helm-charts
8
8
chart : prometheus
9
+ version : ^2
9
10
namespace : prometheus
10
11
valuesFile : configs/prometheus.yaml
11
12
- name : loki
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ deployments:
14
14
type : helm
15
15
repo : https://prometheus-community.github.io/helm-charts
16
16
chart : prometheus
17
+ version : ^2
17
18
namespace : prometheus
18
19
valuesFile : configs/prometheus.yaml
19
20
- name : loki
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ deployments:
8
8
type : helm
9
9
repo : https://prometheus-community.github.io/helm-charts
10
10
chart : prometheus
11
+ version : ^2
11
12
namespace : prometheus
12
13
valuesFile : configs/prometheus.yaml
13
14
- name : loki
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ deployments:
6
6
type : helm
7
7
repo : https://prometheus-community.github.io/helm-charts
8
8
chart : prometheus
9
+ version : ^2
9
10
namespace : prometheus
10
11
valuesFile : configs/prometheus.yaml
11
12
- name : cert-manager
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ deployments:
6
6
type : helm
7
7
repo : https://prometheus-community.github.io/helm-charts
8
8
chart : prometheus
9
+ version : ^2
9
10
namespace : prometheus
10
11
valuesFile : configs/prometheus.yaml
11
12
You can’t perform that action at this time.
0 commit comments