Commit 11bc039 1 parent 9a29ea6 commit 11bc039 Copy full SHA for 11bc039
File tree 7 files changed +20
-8
lines changed
7 files changed +20
-8
lines changed Original file line number Diff line number Diff line change 22
22
serviceAccountName : flagger
23
23
containers :
24
24
- name : flagger
25
- image : quay.io/stefanprodan/flagger:0.1.1-alpha.0
25
+ image : quay.io/stefanprodan/flagger:0.1.1
26
26
imagePullPolicy : Always
27
27
ports :
28
28
- name : http
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
name : flagger
3
3
version : 0.1.1
4
- appVersion : 0.1.1-alpha.0
4
+ appVersion : 0.1.1
5
5
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.
6
6
home : https://github.com/stefanprodan/flagger
Original file line number Diff line number Diff line change 2
2
3
3
image :
4
4
repository : quay.io/stefanprodan/flagger
5
- tag : 0.1.1-alpha.0
5
+ tag : 0.1.1
6
6
pullPolicy : IfNotPresent
7
7
8
8
controlLoopInterval : " 10s"
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
entries :
3
3
flagger :
4
+ - apiVersion : v1
5
+ appVersion : 0.1.1
6
+ created : 2018-11-28T14:53:55.671596+02:00
7
+ description : Flagger is a Kubernetes operator that automates the promotion of
8
+ canary deployments using Istio routing for traffic shifting and Prometheus metrics
9
+ for canary analysis.
10
+ digest : 2bb8f72fcf63a5ba5ecbaa2ab0d0446f438ec93fbf3a598cd7de45e64d8f9628
11
+ home : https://github.com/stefanprodan/flagger
12
+ name : flagger
13
+ urls :
14
+ - https://stefanprodan.github.io/flagger/flagger-0.1.1.tgz
15
+ version : 0.1.1
4
16
- apiVersion : v1
5
17
appVersion : 0.1.0
6
- created : 2018-11-25T20:52:59.226156 +02:00
18
+ created : 2018-11-28T14:53:55.670949 +02:00
7
19
description : Flagger is a Kubernetes operator that automates the promotion of
8
20
canary deployments using Istio routing for traffic shifting and Prometheus metrics
9
21
for canary analysis.
@@ -16,13 +28,13 @@ entries:
16
28
grafana :
17
29
- apiVersion : v1
18
30
appVersion : 5.3.1
19
- created : 2018-11-25T20:52:59.226488 +02:00
31
+ created : 2018-11-28T14:53:55.67202 +02:00
20
32
description : A Grafana Helm chart for monitoring progressive deployments powered
21
33
by Istio and Flagger
22
- digest : 12ad252512006e91b6eb359c4e0c73e7f01f74f3c07c85bb1e66780bed6747f5
34
+ digest : 1ab2d0297f11def3787294d277180742f8a62dabfe577795d1867d5b001cbcd1
23
35
home : https://github.com/stefanprodan/flagger
24
36
name : grafana
25
37
urls :
26
38
- https://stefanprodan.github.io/flagger/grafana-0.1.0.tgz
27
39
version : 0.1.0
28
- generated : 2018-11-25T20:52:59.225755 +02:00
40
+ generated : 2018-11-28T14:53:55.670112 +02:00
Original file line number Diff line number Diff line change 1
1
package version
2
2
3
- var VERSION = "0.1.1-alpha.0 "
3
+ var VERSION = "0.1.1"
4
4
var REVISION = "unknown"
You can’t perform that action at this time.
0 commit comments