This repository was archived by the owner on Apr 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ NAMESPACE ?= application-monitoring
33PROJECT ?= application-monitoring-operator
44REG =quay.io
55SHELL =/bin/bash
6- TAG ?= 0.0.29
6+ TAG ?= 0.0.30
77PKG =github.com/integr8ly/application-monitoring-operator
88TEST_DIRS? =$(shell sh -c "find $(TOP_SRC_DIRS ) -name \\* _test.go -exec dirname {} \\; | sort | uniq")
99TEST_POD_NAME =application-monitoring-operator-test
Original file line number Diff line number Diff line change 1515 serviceAccountName : application-monitoring-operator
1616 containers :
1717 - name : application-monitoring-operator
18- image : quay.io/integreatly/application-monitoring-operator:0.0.29
18+ image : quay.io/integreatly/application-monitoring-operator:0.0.30
1919 ports :
2020 - containerPort : 60000
2121 name : metrics
Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ metadata:
55 namespace : {{ .Namespace }}
66 annotations :
77 service.alpha.openshift.io/serving-cert-secret-name : alertmanager-k8s-tls
8+ labels :
9+ application-monitoring : " true"
810spec :
911 ports :
1012 - name : web
Original file line number Diff line number Diff line change 11package version
22
33var (
4- Version = "0.0.29 "
4+ Version = "0.0.30 "
55)
You can’t perform that action at this time.
0 commit comments