Skip to content

Commit

Permalink
Bump Version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stakater-user committed Apr 4, 2018
1 parent f66f115 commit 5b69a8c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
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: 0.2.21
version: 1.0.0
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: "0.2.21"
tag: "1.0.0"
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-0.2.21"
chart: "IngressMonitorController-1.0.0"
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-0.2.21"
chart: "IngressMonitorController-1.0.0"
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-0.2.21"
chart: "IngressMonitorController-1.0.0"
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:0.2.21"
image: "stakater/ingressmonitorcontroller:1.0.0"
imagePullPolicy: IfNotPresent
name: IngressMonitorController
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: IngressMonitorController
chart: "IngressMonitorController-0.2.21"
chart: "IngressMonitorController-1.0.0"
release: "RELEASE-NAME"
heritage: "Tiller"
project: IngressMonitorController
Expand Down

0 comments on commit 5b69a8c

Please sign in to comment.