diff --git a/Makefile b/Makefile index 8c48511..49070c7 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.2 +VERSION ?= 0.1.4 # Target docker image URL for building/pushing actions. IMAGE ?= storageos/metrics-exporter:${VERSION} diff --git a/manifests/bundle.yaml b/manifests/bundle.yaml index 161bc31..3efc4a5 100644 --- a/manifests/bundle.yaml +++ b/manifests/bundle.yaml @@ -72,7 +72,7 @@ spec: category: metrics-exporter spec: containers: - - image: storageos/metrics-exporter:v0.1.2 + - image: storageos/metrics-exporter:v0.1.4 imagePullPolicy: IfNotPresent name: storageos-metrics-exporter securityContext: diff --git a/manifests/daemonset.yaml b/manifests/daemonset.yaml index 5438474..5c9735f 100644 --- a/manifests/daemonset.yaml +++ b/manifests/daemonset.yaml @@ -15,7 +15,7 @@ spec: serviceAccountName: storageos-metrics-exporter containers: - name: storageos-metrics-exporter - image: storageos/metrics-exporter:v0.1.2 + image: storageos/metrics-exporter:v0.1.4 imagePullPolicy: IfNotPresent volumeMounts: - mountPath: /var/lib/storageos