Skip to content

Commit

Permalink
Bump Version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stakater-user committed Apr 6, 2018
1 parent e7efa2f commit 96a5ba3
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION := 1.0.2
VERSION := 1.0.3
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.2
version: 1.0.3
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: "1.0.2"
tag: "1.0.3"
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-1.0.2"
chart: "IngressMonitorController-1.0.3"
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-1.0.2"
chart: "IngressMonitorController-1.0.3"
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-1.0.2"
chart: "IngressMonitorController-1.0.3"
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:1.0.2"
image: "stakater/ingressmonitorcontroller:1.0.3"
imagePullPolicy: IfNotPresent
name: ingressmonitorcontroller
volumeMounts:
Expand Down
11 changes: 10 additions & 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-1.0.2"
chart: "IngressMonitorController-1.0.3"
release: "RELEASE-NAME"
heritage: "Tiller"
project: ingressmonitorcontroller
Expand All @@ -29,6 +29,15 @@ rules:
- patch
- watch
- delete
- apiGroups:
- ""
resources:
- services
- pods
verbs:
- list
- get
- watch
---
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: RoleBinding
Expand Down

0 comments on commit 96a5ba3

Please sign in to comment.