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