Skip to content

Commit

Permalink
chore(e2e-tests): bump grafana version
Browse files Browse the repository at this point in the history
  • Loading branch information
weisdd committed Nov 18, 2024
1 parent 984eebb commit ec73d78
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions tests/e2e/example-test/00-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ 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
Expand All @@ -18,7 +18,7 @@ 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 ec73d78

Please sign in to comment.