From bf30aa8d03ba49ac9ea0e28eb1585bb11aef0664 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Min=C3=A1=C5=99?= Date: Mon, 27 Jun 2022 16:37:10 +0200 Subject: [PATCH] release v0.1.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Notable changes since v0.1.6: - README + chart - ondat volume + grafana dashboard - added alerting rules - relabeled resources - ability to disable collectors with a configmap - no auto-generated suffix for the configmap name - metrics-exporter-config.yaml renamed to config.yaml Signed-off-by: Michal Minář --- Makefile | 2 +- manifests/bundle.yaml | 2 +- manifests/daemonset.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 61e5ebe..46735c3 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Placeholder environment variables. These should be present when building # and pushing new docker images within the context of github actions. # Target version -VERSION ?= 0.1.6 +VERSION ?= v0.1.7 # Target docker image URL for building/pushing actions. IMAGE ?= storageos/metrics-exporter:${VERSION} diff --git a/manifests/bundle.yaml b/manifests/bundle.yaml index b5f4d53..6dc60a7 100644 --- a/manifests/bundle.yaml +++ b/manifests/bundle.yaml @@ -97,7 +97,7 @@ spec: - args: - -config - /etc/storageos/metrics-exporter-config.yaml - image: storageos/metrics-exporter:v0.1.6 + image: storageos/metrics-exporter:v0.1.7 imagePullPolicy: IfNotPresent name: storageos-metrics-exporter securityContext: diff --git a/manifests/daemonset.yaml b/manifests/daemonset.yaml index 016bdd9..1d0429c 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.6 + image: storageos/metrics-exporter:v0.1.7 imagePullPolicy: IfNotPresent volumeMounts: - mountPath: /var/lib/storageos