Skip to content

Commit 3445c7c

Browse files
committed
Fix tag image 1.x for influxdb
Signed-off-by: Huynh Minh Tan <[email protected]>
1 parent a481d70 commit 3445c7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jmeter_influxdb_deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
app: influxdb-jmeter
1616
spec:
1717
containers:
18-
- image: influxdb
18+
- image: influxdb:1.8.4
1919
imagePullPolicy: IfNotPresent
2020
name: influxdb
2121
volumeMounts:

openshift/jmeter_influxdb_deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
app: influxdb-jmeter
1616
spec:
1717
containers:
18-
- image: influxdb
18+
- image: influxdb:1.8.4
1919
name: influxdb
2020
volumeMounts:
2121
- name: config-volume

0 commit comments

Comments
 (0)