Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #147 from integr8ly/INTLY-6634
Browse files Browse the repository at this point in the history
label alertmanager service
  • Loading branch information
pb82 committed Aug 25, 2020
2 parents 46c0b4c + 26c0af5 commit 9b8ec8c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ NAMESPACE ?= application-monitoring
PROJECT ?= application-monitoring-operator
REG=quay.io
SHELL=/bin/bash
TAG ?= 0.0.29
TAG ?= 0.0.30
PKG=github.com/integr8ly/application-monitoring-operator
TEST_DIRS?=$(shell sh -c "find $(TOP_SRC_DIRS) -name \\*_test.go -exec dirname {} \\; | sort | uniq")
TEST_POD_NAME=application-monitoring-operator-test
Expand Down
2 changes: 1 addition & 1 deletion deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
serviceAccountName: application-monitoring-operator
containers:
- name: application-monitoring-operator
image: quay.io/integreatly/application-monitoring-operator:0.0.29
image: quay.io/integreatly/application-monitoring-operator:0.0.30
ports:
- containerPort: 60000
name: metrics
Expand Down
2 changes: 2 additions & 0 deletions templates/alertmanager-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ metadata:
namespace: {{ .Namespace }}
annotations:
service.alpha.openshift.io/serving-cert-secret-name: alertmanager-k8s-tls
labels:
application-monitoring: "true"
spec:
ports:
- name: web
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package version

var (
Version = "0.0.29"
Version = "0.0.30"
)

0 comments on commit 9b8ec8c

Please sign in to comment.