Skip to content

Commit

Permalink
Bump image version to v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
walle committed Jun 8, 2022
1 parent 63972ed commit a6d8258
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ spec:
- args:
- -config
- /etc/storageos/metrics-exporter-config.yaml
image: storageos/metrics-exporter:v0.1.5
image: storageos/metrics-exporter:v0.1.6
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 @@ -17,7 +17,7 @@ spec:
containers:
- name: storageos-metrics-exporter
args: ["-config", "/etc/storageos/metrics-exporter-config.yaml"]
image: storageos/metrics-exporter:v0.1.5
image: storageos/metrics-exporter:v0.1.6
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /var/lib/storageos
Expand Down

0 comments on commit a6d8258

Please sign in to comment.