From 2cb6b4347db67c359a480b9c7fc9f9f37eb3ef2f Mon Sep 17 00:00:00 2001 From: Rob Scott Date: Fri, 17 May 2019 14:48:21 -0400 Subject: [PATCH] version bump for 0.1.2 --- README.md | 2 +- deploy/dashboard.yaml | 2 +- deploy/helm/polaris/Chart.yaml | 2 +- deploy/helm/polaris/values.yaml | 4 ++-- deploy/webhook.yaml | 2 +- main.go | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 28000cf13..06b700f35 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Version][version-image]][version-link] [![CircleCI][circleci-image]][circleci-link] [![Go Report Card][goreport-image]][goreport-link] -[version-image]: https://img.shields.io/static/v1.svg?label=Version&message=0.1.1&color=239922 +[version-image]: https://img.shields.io/static/v1.svg?label=Version&message=0.1.2&color=239922 [version-link]: https://github.com/reactiveops/polaris [goreport-image]: https://goreportcard.com/badge/github.com/reactiveops/polaris diff --git a/deploy/dashboard.yaml b/deploy/dashboard.yaml index 7b9c8d30e..733286a86 100644 --- a/deploy/dashboard.yaml +++ b/deploy/dashboard.yaml @@ -160,7 +160,7 @@ spec: - --dashboard - --config - /opt/app/config.yaml - image: 'quay.io/reactiveops/polaris:0.1.1' + image: 'quay.io/reactiveops/polaris:0.1.2' imagePullPolicy: 'Always' name: dashboard ports: diff --git a/deploy/helm/polaris/Chart.yaml b/deploy/helm/polaris/Chart.yaml index 356eb1aaa..c4a0d00ad 100755 --- a/deploy/helm/polaris/Chart.yaml +++ b/deploy/helm/polaris/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v1 description: Validation of best practices in your Kubernetes clusters name: polaris -version: 0.1.1 +version: 0.1.2 diff --git a/deploy/helm/polaris/values.yaml b/deploy/helm/polaris/values.yaml index fb49ee7dc..cca5c0c5c 100644 --- a/deploy/helm/polaris/values.yaml +++ b/deploy/helm/polaris/values.yaml @@ -50,7 +50,7 @@ dashboard: type: ClusterIP image: repository: quay.io/reactiveops/polaris - tag: 0.1.1 + tag: 0.1.2 pullPolicy: Always webhook: @@ -58,7 +58,7 @@ webhook: replicas: 1 image: repository: quay.io/reactiveops/polaris - tag: 0.1.1 + tag: 0.1.2 pullPolicy: Always rbac: diff --git a/deploy/webhook.yaml b/deploy/webhook.yaml index 036697bb5..d38d525b7 100644 --- a/deploy/webhook.yaml +++ b/deploy/webhook.yaml @@ -210,7 +210,7 @@ spec: - --webhook - --config - /opt/app/config.yaml - image: 'quay.io/reactiveops/polaris:0.1.1' + image: 'quay.io/reactiveops/polaris:0.1.2' imagePullPolicy: 'Always' ports: - containerPort: 9876 diff --git a/main.go b/main.go index 80bc72194..0e7ef1997 100644 --- a/main.go +++ b/main.go @@ -44,7 +44,7 @@ import ( const ( // Version represents the current release version of Polaris - Version = "0.1.1" + Version = "0.1.2" ) func main() {