Skip to content

Commit

Permalink
Bump Version to 1.0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
stakater-user committed Jun 30, 2018
1 parent 7f82328 commit d827ee0
Show file tree
Hide file tree
Showing 6 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.25
1.0.26
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.25
version: 1.0.26
keywords:
- IngressMonitorController
- kubernetes
Expand Down
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.25"
tag: "1.0.26"
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.25
version: 1.0.26
group: com.stakater.platform
provider: stakater
chart: "ingressmonitorcontroller-1.0.25"
chart: "ingressmonitorcontroller-1.0.26"
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.25
version: 1.0.26
group: com.stakater.platform
provider: stakater
chart: "ingressmonitorcontroller-1.0.25"
chart: "ingressmonitorcontroller-1.0.26"
release: "RELEASE-NAME"
heritage: "Tiller"
name: ingressmonitorcontroller
Expand All @@ -35,7 +35,7 @@ spec:
- env:
- name: CONFIG_FILE_PATH
value: /etc/IngressMonitorController/config.yaml
image: "stakater/ingressmonitorcontroller:1.0.25"
image: "stakater/ingressmonitorcontroller:1.0.26"
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.25
version: 1.0.26
group: com.stakater.platform
provider: stakater
chart: "ingressmonitorcontroller-1.0.25"
chart: "ingressmonitorcontroller-1.0.26"
release: "RELEASE-NAME"
heritage: "Tiller"
name: ingressmonitorcontroller
Expand Down

0 comments on commit d827ee0

Please sign in to comment.