Skip to content

Commit

Permalink
Fix tag image 1.x for influxdb
Browse files Browse the repository at this point in the history
  • Loading branch information
huynhminhtan committed Apr 1, 2021
1 parent a481d70 commit e3d31ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jmeter_influxdb_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
app: influxdb-jmeter
spec:
containers:
- image: influxdb
- image: influxdb:1.8.4
imagePullPolicy: IfNotPresent
name: influxdb
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion openshift/jmeter_influxdb_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
app: influxdb-jmeter
spec:
containers:
- image: influxdb
- image: influxdb:1.8.4
name: influxdb
volumeMounts:
- name: config-volume
Expand Down

0 comments on commit e3d31ab

Please sign in to comment.