Skip to content

Commit 62ab889

Browse files
author
Andrey Klimentyev
authored
Chart update to v0.3.0 (deckhouse#51)
1 parent 3951cae commit 62ab889

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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-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
3131
imagePullPolicy: IfNotPresent
3232
livenessProbe:
3333
httpGet:
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
2-
appVersion: "v0.2.1"
2+
appVersion: "v0.3.0"
33
description: Application for monitoring the cluster workloads image presence in docker registry.
44
name: k8s-image-availability-exporter
5-
version: "0.0.2"
5+
version: "0.3.0"

helm/charts/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.2.1
4+
tag: v0.3.0
55
pullPolicy: IfNotPresent
66
replicas: 1
77
resources: {}

0 commit comments

Comments
 (0)