Skip to content

Commit

Permalink
Merge branch 'remove-hardcoding' of github.com:stakater/IngressMonito…
Browse files Browse the repository at this point in the history
…rController into remove-hardcoding
  • Loading branch information
waseem-h committed Apr 2, 2018
2 parents 4c2ce2b + abe8e21 commit d272529
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION := 0.2.19
VERSION := 0.2.21
2 changes: 1 addition & 1 deletion kubernetes/chart/IngressMonitorController/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
apiVersion: v1
name: IngressMonitorController
description: IngressMonitorController chart that runs on kubernetes
version: 0.2.19
version: 0.2.21
keywords:
- IngressMonitorController
- kubernetes
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/chart/IngressMonitorController/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ingressMonitorController:
namespace: default
image:
name: stakater/ingressmonitorcontroller
tag: "0.2.19"
tag: "0.2.21"
pullPolicy: IfNotPresent
providers:
- name: UptimeRobot
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/manifests/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
fabric8.io/target-platform: kubernetes
labels:
app: IngressMonitorController
chart: "IngressMonitorController-0.2.19"
chart: "IngressMonitorController-0.2.21"
release: "RELEASE-NAME"
heritage: "Tiller"
project: IngressMonitorController
Expand Down
6 changes: 3 additions & 3 deletions kubernetes/manifests/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
configmap.fabric8.io/update-on-change: IngressMonitorController
labels:
app: IngressMonitorController
chart: "IngressMonitorController-0.2.19"
chart: "IngressMonitorController-0.2.21"
release: "RELEASE-NAME"
heritage: "Tiller"
project: IngressMonitorController
Expand All @@ -21,7 +21,7 @@ spec:
configmap.fabric8.io/update-on-change: IngressMonitorController
labels:
app: IngressMonitorController
chart: "IngressMonitorController-0.2.19"
chart: "IngressMonitorController-0.2.21"
release: "RELEASE-NAME"
heritage: "Tiller"
project: IngressMonitorController
Expand All @@ -34,7 +34,7 @@ spec:
fieldPath: metadata.namespace
- name: CONFIG_FILE_PATH
value: /etc/IngressMonitorController/config.yaml
image: "stakater/ingressmonitorcontroller:0.2.19"
image: "stakater/ingressmonitorcontroller:0.2.21"
imagePullPolicy: IfNotPresent
name: IngressMonitorController
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/manifests/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kind: ServiceAccount
metadata:
labels:
app: IngressMonitorController
chart: "IngressMonitorController-0.2.19"
chart: "IngressMonitorController-0.2.21"
release: "RELEASE-NAME"
heritage: "Tiller"
project: IngressMonitorController
Expand Down

0 comments on commit d272529

Please sign in to comment.