bump dev version

This commit is contained in:
stefanprodan
2018-11-27 11:56:11 +02:00
parent 8c12cdb21d
commit f8821cf30b
5 changed files with 6 additions and 5 deletions
+1
View File
@@ -8,6 +8,7 @@ metadata:
spec:
minReadySeconds: 5
revisionHistoryLimit: 5
progressDeadlineSeconds: 60
strategy:
rollingUpdate:
maxUnavailable: 0
+1 -1
View File
@@ -22,7 +22,7 @@ spec:
serviceAccountName: flagger
containers:
- name: flagger
image: quay.io/stefanprodan/flagger:0.1.0
image: quay.io/stefanprodan/flagger:0.1.1-alpha.0
imagePullPolicy: Always
ports:
- name: http
+2 -2
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: flagger
version: 0.1.0
appVersion: 0.1.0
version: 0.1.1
appVersion: 0.1.1-alpha.0
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: quay.io/stefanprodan/flagger
tag: 0.1.0
tag: 0.1.1-alpha.0
pullPolicy: IfNotPresent
controlLoopInterval: "10s"
+1 -1
View File
@@ -1,4 +1,4 @@
package version
var VERSION = "0.1.0"
var VERSION = "0.1.1-alpha.0"
var REVISION = "unknown"