From a6d8258ae2acb9c0d74f06f18160bf8ec66d5cc2 Mon Sep 17 00:00:00 2001 From: Fredrik Wallgren Date: Wed, 8 Jun 2022 12:47:27 +0200 Subject: [PATCH] Bump image version to v0.1.6 --- manifests/bundle.yaml | 2 +- manifests/daemonset.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/bundle.yaml b/manifests/bundle.yaml index c881618..d482fad 100644 --- a/manifests/bundle.yaml +++ b/manifests/bundle.yaml @@ -89,7 +89,7 @@ spec: - args: - -config - /etc/storageos/metrics-exporter-config.yaml - image: storageos/metrics-exporter:v0.1.5 + image: storageos/metrics-exporter:v0.1.6 imagePullPolicy: IfNotPresent name: storageos-metrics-exporter securityContext: diff --git a/manifests/daemonset.yaml b/manifests/daemonset.yaml index e692f24..fe32c38 100644 --- a/manifests/daemonset.yaml +++ b/manifests/daemonset.yaml @@ -17,7 +17,7 @@ spec: containers: - name: storageos-metrics-exporter args: ["-config", "/etc/storageos/metrics-exporter-config.yaml"] - image: storageos/metrics-exporter:v0.1.5 + image: storageos/metrics-exporter:v0.1.6 imagePullPolicy: IfNotPresent volumeMounts: - mountPath: /var/lib/storageos