From 0c85ee9fc85870f8ba39befc63b8351301d4842f Mon Sep 17 00:00:00 2001 From: Lukasz Rajewski Date: Fri, 21 Oct 2022 10:36:42 +0200 Subject: [APACHECNF] Various updates of the demo Issue-ID: INT-2164 Signed-off-by: Lukasz Rajewski Change-Id: I1ce506db959d5fd865898422cb018b1428ec41ac --- tutorials/ApacheCNF/templates/helm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tutorials/ApacheCNF/templates/helm/Makefile') diff --git a/tutorials/ApacheCNF/templates/helm/Makefile b/tutorials/ApacheCNF/templates/helm/Makefile index 5bcea8fb..21043b35 100644 --- a/tutorials/ApacheCNF/templates/helm/Makefile +++ b/tutorials/ApacheCNF/templates/helm/Makefile @@ -10,7 +10,7 @@ $(vf-modules:=-package): %-package: %-build $(vf-modules:=-build): %-build: %-clean helm repo add bitnami https://charts.bitnami.com/bitnami - helm pull bitnami/apache --version 7.6.0 + helm pull bitnami/apache --version 8.12.0 $(vf-modules:=-clean): rm -f $(@:-clean=)-*.tgz -- cgit