File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
helm/k8s-image-availability-exporter Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 27
27
ports :
28
28
- containerPort : 8080
29
29
name : http-metrics
30
- image : registry.deckhouse.io/k8s-image-availability-exporter/k8s-image-availability-exporter:v0.1.17
30
+ image : registry-write .deckhouse.io/k8s-image-availability-exporter/k8s-image-availability-exporter:v0.2.1
31
31
imagePullPolicy : IfNotPresent
32
32
livenessProbe :
33
33
httpGet :
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
- appVersion : " v0.1.17 "
2
+ appVersion : " v0.2.1 "
3
3
description : Application for monitoring the cluster workloads image presence in docker registry.
4
4
name : k8s-image-availability-exporter
5
5
version : " 0.0.2"
Original file line number Diff line number Diff line change 1
1
k8sImageAvailabilityExporter :
2
2
image :
3
3
repository : registry.deckhouse.io/k8s-image-availability-exporter/k8s-image-availability-exporter
4
- tag : v0.1.17
4
+ tag : v0.2.1
5
5
pullPolicy : IfNotPresent
6
6
replicas : 1
7
7
resources : {}
You can’t perform that action at this time.
0 commit comments