diff options
Diffstat (limited to 'tutorials/ApacheCNF/templates/helm/Makefile')
-rw-r--r-- | tutorials/ApacheCNF/templates/helm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |