Skip to content

Commit

Permalink
Bump Version to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
stakater-user committed Apr 9, 2018
1 parent 6a3a314 commit 131f085
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION := 1.0.4
VERSION := 1.0.5
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: 1.0.4
version: 1.0.5
keywords:
- IngressMonitorController
- kubernetes
Expand Down
4 changes: 1 addition & 3 deletions kubernetes/chart/IngressMonitorController/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ kubernetes:
host: https://kubernetes.default

ingressMonitorController:
group: com.stakater.platform
provider: stakater
namespace: default
image:
name: stakater/ingressmonitorcontroller
tag: "1.0.4"
tag: "1.0.5"
pullPolicy: IfNotPresent
providers:
- name: UptimeRobot
Expand Down
6 changes: 4 additions & 2 deletions kubernetes/manifests/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ metadata:
fabric8.io/target-platform: kubernetes
labels:
app: ingressmonitorcontroller
chart: "IngressMonitorController"
version: 1.0.5
group:
provider:
chart: "IngressMonitorController-1.0.5"
release: "RELEASE-NAME"
heritage: "Tiller"
project: ingressmonitorcontroller
name: ingressmonitorcontroller
data:
config.yaml: |-
Expand Down
21 changes: 14 additions & 7 deletions kubernetes/manifests/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,31 @@ metadata:
configmap.fabric8.io/update-on-change: ingressmonitorcontroller
labels:
app: ingressmonitorcontroller
chart: "IngressMonitorController"
version: 1.0.5
group:
provider:
chart: "IngressMonitorController-1.0.5"
release: "RELEASE-NAME"
heritage: "Tiller"
project: ingressmonitorcontroller
name: ingressmonitorcontroller
spec:
replicas: 1
revisionHistoryLimit: 2
selector:
matchLabels:
app: ingressmonitorcontroller
version: 1.0.5
group:
provider:
template:
metadata:
annotations:
configmap.fabric8.io/update-on-change: ingressmonitorcontroller
labels:
app: ingressmonitorcontroller
chart: "IngressMonitorController"
release: "RELEASE-NAME"
heritage: "Tiller"
project: ingressmonitorcontroller
version: 1.0.5
group:
provider:
spec:
containers:
- env:
Expand All @@ -34,7 +41,7 @@ spec:
fieldPath: metadata.namespace
- name: CONFIG_FILE_PATH
value: /etc/IngressMonitorController/config.yaml
image: "stakater/ingressmonitorcontroller:1.0.4"
image: "stakater/ingressmonitorcontroller:1.0.5"
imagePullPolicy: IfNotPresent
name: ingressmonitorcontroller
volumeMounts:
Expand Down
7 changes: 4 additions & 3 deletions kubernetes/manifests/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ kind: ServiceAccount
metadata:
labels:
app: ingressmonitorcontroller
chart: "IngressMonitorController"
version: 1.0.5
group:
provider:
chart: "IngressMonitorController-1.0.5"
release: "RELEASE-NAME"
heritage: "Tiller"
project: ingressmonitorcontroller
group: com.stakater
name: ingressmonitorcontroller
---
apiVersion: rbac.authorization.k8s.io/v1beta1
Expand Down

0 comments on commit 131f085

Please sign in to comment.