Skip to content

Commit 6a1f2a2

Browse files
author
Andrey Klimentyev
committed
Bumped deployment files to v0.2.1
1 parent b1589b4 commit 6a1f2a2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

deploy/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
ports:
2828
- containerPort: 8080
2929
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
3131
imagePullPolicy: IfNotPresent
3232
livenessProbe:
3333
httpGet:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
2-
appVersion: "v0.1.17"
2+
appVersion: "v0.2.1"
33
description: Application for monitoring the cluster workloads image presence in docker registry.
44
name: k8s-image-availability-exporter
55
version: "0.0.2"

helm/k8s-image-availability-exporter/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
k8sImageAvailabilityExporter:
22
image:
33
repository: registry.deckhouse.io/k8s-image-availability-exporter/k8s-image-availability-exporter
4-
tag: v0.1.17
4+
tag: v0.2.1
55
pullPolicy: IfNotPresent
66
replicas: 1
77
resources: {}

0 commit comments

Comments
 (0)