Skip to content

Commit

Permalink
Bump Version to 1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
stakater-user committed Jun 4, 2018
1 parent 4296b60 commit 8859224
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION := 1.0.11
VERSION := 1.0.12
4 changes: 2 additions & 2 deletions kubernetes/chart/ingressmonitorcontroller/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Generated from /kubernetes/templates/chart/Chart.yaml.tmpl

apiVersion: v1
name: IngressMonitorController
name: ingressmonitorcontroller
description: IngressMonitorController chart that runs on kubernetes
version: 1.0.11
version: 1.0.12
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 @@ -9,7 +9,7 @@ ingressMonitorController:
group: com.stakater.platform
image:
name: stakater/ingressmonitorcontroller
tag: "1.0.11"
tag: "1.0.12"
pullPolicy: IfNotPresent
providers:
- name: UptimeRobot
Expand Down
6 changes: 3 additions & 3 deletions kubernetes/manifests/configmap.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
# Source: IngressMonitorController/templates/configmap.yaml
# Source: ingressmonitorcontroller/templates/configmap.yaml
apiVersion: v1
kind: ConfigMap
metadata:
annotations:
fabric8.io/target-platform: kubernetes
labels:
app: ingressmonitorcontroller
version: 1.0.11
version: 1.0.12
group: com.stakater.platform
provider: stakater
chart: "IngressMonitorController-1.0.11"
chart: "ingressmonitorcontroller-1.0.12"
release: "RELEASE-NAME"
heritage: "Tiller"
name: ingressmonitorcontroller
Expand Down
8 changes: 4 additions & 4 deletions kubernetes/manifests/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
# Source: IngressMonitorController/templates/deployment.yaml
# Source: ingressmonitorcontroller/templates/deployment.yaml
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
annotations:
configmap.fabric8.io/update-on-change: ingressmonitorcontroller
labels:
app: ingressmonitorcontroller
version: 1.0.11
version: 1.0.12
group: com.stakater.platform
provider: stakater
chart: "IngressMonitorController-1.0.11"
chart: "ingressmonitorcontroller-1.0.12"
release: "RELEASE-NAME"
heritage: "Tiller"
name: ingressmonitorcontroller
Expand Down Expand Up @@ -39,7 +39,7 @@ spec:
fieldPath: metadata.namespace
- name: CONFIG_FILE_PATH
value: /etc/IngressMonitorController/config.yaml
image: "stakater/ingressmonitorcontroller:1.0.11"
image: "stakater/ingressmonitorcontroller:1.0.12"
imagePullPolicy: IfNotPresent
name: ingressmonitorcontroller
volumeMounts:
Expand Down
6 changes: 3 additions & 3 deletions kubernetes/manifests/rbac.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
# Source: IngressMonitorController/templates/rbac.yaml
# Source: ingressmonitorcontroller/templates/rbac.yaml
apiVersion: v1
kind: ServiceAccount
metadata:
labels:
app: ingressmonitorcontroller
version: 1.0.11
version: 1.0.12
group: com.stakater.platform
provider: stakater
chart: "IngressMonitorController-1.0.11"
chart: "ingressmonitorcontroller-1.0.12"
release: "RELEASE-NAME"
heritage: "Tiller"
name: ingressmonitorcontroller
Expand Down

0 comments on commit 8859224

Please sign in to comment.