Skip to content

Commit

Permalink
Bump Version to 1.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
stakater-user committed Jun 20, 2018
1 parent 6d0cb31 commit 01b3705
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.17
1.0.18
Binary file modified build/package/ingressmonitorcontroller
Binary file not shown.
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: 1.0.17
version: 1.0.18
keywords:
- IngressMonitorController
- kubernetes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ingressMonitorController:
group: com.stakater.platform
image:
name: stakater/ingressmonitorcontroller
tag: "1.0.17"
tag: "1.0.18"
pullPolicy: IfNotPresent
providers:
- name: UptimeRobot
Expand Down
4 changes: 2 additions & 2 deletions deployments/kubernetes/manifests/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ metadata:
fabric8.io/target-platform: kubernetes
labels:
app: ingressmonitorcontroller
version: 1.0.17
version: 1.0.18
group: com.stakater.platform
provider: stakater
chart: "ingressmonitorcontroller-1.0.17"
chart: "ingressmonitorcontroller-1.0.18"
release: "RELEASE-NAME"
heritage: "Tiller"
name: ingressmonitorcontroller
Expand Down
6 changes: 3 additions & 3 deletions deployments/kubernetes/manifests/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ metadata:
configmap.fabric8.io/update-on-change: ingressmonitorcontroller
labels:
app: ingressmonitorcontroller
version: 1.0.17
version: 1.0.18
group: com.stakater.platform
provider: stakater
chart: "ingressmonitorcontroller-1.0.17"
chart: "ingressmonitorcontroller-1.0.18"
release: "RELEASE-NAME"
heritage: "Tiller"
name: ingressmonitorcontroller
Expand All @@ -37,7 +37,7 @@ spec:
value: "tools"
- name: CONFIG_FILE_PATH
value: /etc/IngressMonitorController/config.yaml
image: "stakater/ingressmonitorcontroller:1.0.17"
image: "stakater/ingressmonitorcontroller:1.0.18"
imagePullPolicy: IfNotPresent
name: ingressmonitorcontroller
volumeMounts:
Expand Down
4 changes: 2 additions & 2 deletions deployments/kubernetes/manifests/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ kind: ServiceAccount
metadata:
labels:
app: ingressmonitorcontroller
version: 1.0.17
version: 1.0.18
group: com.stakater.platform
provider: stakater
chart: "ingressmonitorcontroller-1.0.17"
chart: "ingressmonitorcontroller-1.0.18"
release: "RELEASE-NAME"
heritage: "Tiller"
name: ingressmonitorcontroller
Expand Down

0 comments on commit 01b3705

Please sign in to comment.