Skip to content

Commit

Permalink
Bump Version to 0.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
stakater-user committed Mar 31, 2018
1 parent 14719b5 commit 3356023
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.12
VERSION := 0.2.13
2 changes: 1 addition & 1 deletion kubernetes/chart/ingress-monitor-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
apiVersion: v1
name: ingress-monitor-controller
description: ingress-monitor-controller chart that runs on kubernetes
version: 0.2.12
version: 0.2.13
keywords:
- ingress-monitor-controller
- kubernetes
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/chart/ingress-monitor-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ingressMonitorController:
namespace: default
image:
name: stakater/ingress-monitor-controller
tag: "0.2.12"
tag: "0.2.13"
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: RELEASE-NAME-ingress-monitor-controller
chart: "ingress-monitor-controller-0.2.12"
chart: "ingress-monitor-controller-0.2.13"
release: "RELEASE-NAME"
heritage: "Tiller"
project: ingress-monitor-controller
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: ingress-monitor-controller
labels:
app: RELEASE-NAME-ingress-monitor-controller
chart: "ingress-monitor-controller-0.2.12"
chart: "ingress-monitor-controller-0.2.13"
release: "RELEASE-NAME"
heritage: "Tiller"
project: ingress-monitor-controller
Expand All @@ -21,7 +21,7 @@ spec:
configmap.fabric8.io/update-on-change: ingress-monitor-controller
labels:
app: RELEASE-NAME-ingress-monitor-controller
chart: "ingress-monitor-controller-0.2.12"
chart: "ingress-monitor-controller-0.2.13"
release: "RELEASE-NAME"
heritage: "Tiller"
project: ingress-monitor-controller
Expand All @@ -34,7 +34,7 @@ spec:
fieldPath: metadata.namespace
- name: CONFIG_FILE_PATH
value: /etc/ingress-monitor-controller/config.yaml
image: "stakater/ingress-monitor-controller:0.2.12"
image: "stakater/ingress-monitor-controller:0.2.13"
imagePullPolicy: IfNotPresent
name: ingress-monitor-controller
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: RELEASE-NAME-ingress-monitor-controller
chart: "ingress-monitor-controller-0.2.12"
chart: "ingress-monitor-controller-0.2.13"
release: "RELEASE-NAME"
heritage: "Tiller"
project: ingress-monitor-controller
Expand Down

0 comments on commit 3356023

Please sign in to comment.