We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13acdb3 commit 54eee3dCopy full SHA for 54eee3d
deploy/deployment.yaml
@@ -27,7 +27,7 @@ spec:
27
ports:
28
- containerPort: 8080
29
name: http-metrics
30
- image: flant/k8s-image-availability-exporter:v0.1.5
+ image: flant/k8s-image-availability-exporter:v0.1.14
31
imagePullPolicy: IfNotPresent
32
livenessProbe:
33
httpGet:
helm/k8s-image-availability-exporter/Chart.yaml
@@ -1,5 +1,5 @@
1
apiVersion: v1
2
-appVersion: "v0.1.13"
+appVersion: "v0.1.14"
3
description: Application for monitoring the cluster workloads image presence in docker registry.
4
name: k8s-image-availability-exporter
5
version: "0.0.2"
0 commit comments