Skip to content

Commit

Permalink
fix(e2e-tests): add missing grafana version constraint, bump grafana …
Browse files Browse the repository at this point in the history
…version
  • Loading branch information
weisdd committed Nov 18, 2024
1 parent 984eebb commit 82053cd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions tests/e2e/example-test/00-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,24 @@ kind: Grafana
metadata:
name: grafana
spec:
version: 10.4.3
version: 11.3.0
status:
(wildcard('http://grafana-service.*:3000', adminUrl || '')): true
stage: complete
stageStatus: success
version: 10.4.3
version: 11.3.0
---
apiVersion: grafana.integreatly.org/v1beta1
kind: Grafana
metadata:
name: external-grafana
spec:
version: 11.3.0
status:
adminUrl: (join('',['http://grafana-internal-service.',$namespace,':3000']))
stage: complete
stageStatus: success
version: 10.4.3
version: 11.3.0
---
apiVersion: grafana.integreatly.org/v1beta1
kind: Grafana
Expand Down
4 changes: 2 additions & 2 deletions tests/e2e/example-test/11-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ kind: Grafana
metadata:
name: grafana-tls
spec:
version: 10.4.3
version: 11.3.0
status:
(wildcard('https://grafana-tls-service.*:3000', adminUrl || '')): true
stage: complete
stageStatus: success
version: 10.4.3
version: 11.3.0

0 comments on commit 82053cd

Please sign in to comment.