Merge pull request #111 from reactiveops/rb/bump

bump version
This commit is contained in:
Bobby Brennan
2019-05-17 16:46:50 -04:00
committed by GitHub
6 changed files with 7 additions and 7 deletions

View File

@@ -5,7 +5,7 @@
[![Version][version-image]][version-link] [![CircleCI][circleci-image]][circleci-link] [![Go Report Card][goreport-image]][goreport-link]
</div>
[version-image]: https://img.shields.io/static/v1.svg?label=Version&message=0.1.2&color=239922
[version-image]: https://img.shields.io/static/v1.svg?label=Version&message=0.1.3&color=239922
[version-link]: https://github.com/reactiveops/polaris
[goreport-image]: https://goreportcard.com/badge/github.com/reactiveops/polaris

View File

@@ -160,7 +160,7 @@ spec:
- --dashboard
- --config
- /opt/app/config.yaml
image: 'quay.io/reactiveops/polaris:0.1.2'
image: 'quay.io/reactiveops/polaris:0.1.3'
imagePullPolicy: 'Always'
name: dashboard
ports:

View File

@@ -1,4 +1,4 @@
apiVersion: v1
description: Validation of best practices in your Kubernetes clusters
name: polaris
version: 0.1.2
version: 0.1.3

View File

@@ -50,7 +50,7 @@ dashboard:
type: ClusterIP
image:
repository: quay.io/reactiveops/polaris
tag: 0.1.2
tag: 0.1.3
pullPolicy: Always
webhook:
@@ -58,7 +58,7 @@ webhook:
replicas: 1
image:
repository: quay.io/reactiveops/polaris
tag: 0.1.2
tag: 0.1.3
pullPolicy: Always
rbac:

View File

@@ -210,7 +210,7 @@ spec:
- --webhook
- --config
- /opt/app/config.yaml
image: 'quay.io/reactiveops/polaris:0.1.2'
image: 'quay.io/reactiveops/polaris:0.1.3'
imagePullPolicy: 'Always'
ports:
- containerPort: 9876

View File

@@ -44,7 +44,7 @@ import (
const (
// Version represents the current release version of Polaris
Version = "0.1.2"
Version = "0.1.3"
)
func main() {