bump version

This commit is contained in:
Stefan Prodan
2018-10-15 11:05:39 +02:00
parent 663dc82574
commit b022124415
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ spec:
serviceAccountName: flagger
containers:
- name: flagger
image: stefanprodan/flagger:0.1.0-alpha.1
image: stefanprodan/flagger:0.1.0-alpha.2
imagePullPolicy: Always
ports:
- name: http
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: flagger
version: 0.1.0
appVersion: 0.1.0-alpha.1
appVersion: 0.1.0-alpha.2
description: Flagger is a Kubernetes operator that automates the promotion of canary deployments using Istio routing for traffic shifting and Prometheus metrics for canary analysis.
home: https://github.com/stefanprodan/flagger
+1 -1
View File
@@ -2,7 +2,7 @@
image:
repository: stefanprodan/flagger
tag: 0.1.0-alpha.1
tag: 0.1.0-alpha.2
pullPolicy: IfNotPresent
controlLoopInterval: "10s"
+1 -1
View File
@@ -1,4 +1,4 @@
package version
var VERSION = "0.1.0-alpha.1"
var VERSION = "0.1.0-alpha.2"
var REVISION = "unknown"