File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
helm/charts/k8s-image-availability-exporter Expand file tree Collapse file tree 3 files changed +4
-4
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-write.deckhouse.io/k8s-image-availability-exporter/k8s-image-availability-exporter:v0.2.1
30
+ image : registry-write.deckhouse.io/k8s-image-availability-exporter/k8s-image-availability-exporter:v0.3.0
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.2.1 "
2
+ appVersion : " v0.3.0 "
3
3
description : Application for monitoring the cluster workloads image presence in docker registry.
4
4
name : k8s-image-availability-exporter
5
- version : " 0.0.2 "
5
+ version : " 0.3.0 "
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.2.1
4
+ tag : v0.3.0
5
5
pullPolicy : IfNotPresent
6
6
replicas : 1
7
7
resources : {}
You can’t perform that action at this time.
0 commit comments