Skip to content

Commit

Permalink
Update daemonset image (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo-Osorio authored Mar 31, 2022
1 parent 66ae54f commit 997066f
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 @@ -33,7 +33,7 @@ spec:
category: metrics-exporter
spec:
containers:
- image: metrics-exporter:latest
- image: storageos/metrics-exporter:v0.1.1
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 @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: storageos-metrics-exporter
image: metrics-exporter:latest
image: storageos/metrics-exporter:v0.1.1
imagePullPolicy: IfNotPresent
volumeMounts:
- mountPath: /var/lib/storageos
Expand Down

0 comments on commit 997066f

Please sign in to comment.