summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJingLu5 <lvjing5@huawei.com>2018-10-30 14:51:09 +0800
committerJing Lu <lvjing5@huawei.com>2018-10-30 06:56:40 +0000
commitf59f54d7a905273d1778572b79939a14edffe921 (patch)
tree00b8f2281f44486243684c72f17a21961046e6d3
parent6e5c74f40cecd61e216a2ba01dc0860eeab02347 (diff)
Update modsecurity image docker registry
The clover-ns-modsecurity-crs docker image is now built by Jenkins and uploaded to the OPNFV docker hub. This patch updates the modsecurity deployment kubernetes manifest to pull image from OPNFV docker hub. Change-Id: I7e8afd27f726600de9247fc98fe3f5d491000f1c Signed-off-by: JingLu5 <lvjing5@huawei.com>
-rw-r--r--samples/scenarios/modsecurity_all_in_one.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/scenarios/modsecurity_all_in_one.yaml b/samples/scenarios/modsecurity_all_in_one.yaml
index aa92b13..84f3fe0 100644
--- a/samples/scenarios/modsecurity_all_in_one.yaml
+++ b/samples/scenarios/modsecurity_all_in_one.yaml
@@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: modsecurity-crs
- image: clover/clover-ns-modsecurity-crs
+ image: opnfv/clover-ns-modsecurity-crs
ports:
- containerPort: 80
env: