Skip to content

Commit

Permalink
Merge pull request #256 from avi-biton/dashboard
Browse files Browse the repository at this point in the history
fix(RHTAPWATCH-8): Update GrafanaDashboard to match GrafanaOperator v5
  • Loading branch information
MartinBasti authored Jul 31, 2023
2 parents fbdb95c + 5c5a727 commit fc12c60
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tekton/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
- name: infra-deployment-update-script
value: |
sed -i -e 's|\(https://github.com/redhat-appstudio/integration-service/.*?ref=\)\(.*\)|\1{{ revision }}|' -e 's/\(newTag: \).*/\1{{ revision }}/' components/integration/kustomization.yaml
sed -i -e 's|\(https://github.com/redhat-appstudio/integration-service/.*?ref=\)\(.*\)|\1{{ revision }}|' -e 's/\(newTag: \).*/\1{{ revision }}/' components/monitoring/grafana/base/integration/kustomization.yaml
sed -i -e 's|\(https://github.com/redhat-appstudio/integration-service/.*?ref=\)\(.*\)|\1{{ revision }}|' -e 's/\(newTag: \).*/\1{{ revision }}/' components/monitoring/grafana/base/dashboards/integration/kustomization.yaml
pipelineRef:
name: docker-build
bundle: quay.io/redhat-appstudio-tekton-catalog/pipeline-core-services-docker-build:latest
Expand Down
5 changes: 4 additions & 1 deletion config/grafana/dashboard.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
apiVersion: integreatly.org/v1alpha1
apiVersion: grafana.integreatly.org/v1beta1
kind: GrafanaDashboard
metadata:
name: grafana-dashboard-integration-service
labels:
app: appstudio-grafana
spec:
instanceSelector:
matchLabels:
dashboards: "appstudio-grafana"
configMapRef:
name: grafana-dashboard-integration-service
key: integration-service-dashboard.json

0 comments on commit fc12c60

Please sign in to comment.