Skip to content

Commit

Permalink
bumped image version to v0.1.5
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Minář <[email protected]>
  • Loading branch information
Michal Minář authored and michojel committed Jun 1, 2022
1 parent b6db78e commit 4bd798c
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.5
# 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.5
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.5
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /var/lib/storageos
Expand Down

0 comments on commit 4bd798c

Please sign in to comment.