From f59f54d7a905273d1778572b79939a14edffe921 Mon Sep 17 00:00:00 2001 From: JingLu5 Date: Tue, 30 Oct 2018 14:51:09 +0800 Subject: 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 --- samples/scenarios/modsecurity_all_in_one.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samples') 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: -- cgit 1.2.3-korg