Skip to content

Commit

Permalink
Release v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo-Osorio committed May 27, 2022
1 parent 27e959b commit 10af7bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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}

Expand Down
2 changes: 1 addition & 1 deletion manifests/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion manifests/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 10af7bd

Please sign in to comment.