From e1412f26506a6394795f5897051082fcd6cc970e Mon Sep 17 00:00:00 2001 From: Emilien Devos <121870973+edevosc2c@users.noreply.github.com> Date: Fri, 8 Nov 2024 18:22:05 +0100 Subject: [PATCH] use new docker image for apache-nas --- apache-nas/Chart.yaml | 2 +- apache-nas/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apache-nas/Chart.yaml b/apache-nas/Chart.yaml index 89c14a7..6b6c60f 100644 --- a/apache-nas/Chart.yaml +++ b/apache-nas/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: apache-nas description: A Helm chart for deploying a Apache-httpd server type: application -version: 1.1.0 +version: 1.2.0 appVersion: "1.16.0" diff --git a/apache-nas/values.yaml b/apache-nas/values.yaml index 544d52c..31d533c 100644 --- a/apache-nas/values.yaml +++ b/apache-nas/values.yaml @@ -16,4 +16,4 @@ env_variables: [] tolerations: [] -docker_image: php:7.4-apache +docker_image: ghcr.io/camptocamp/georchestra-docker-images/apache-nas:1.0.0-8.3 \ No newline at end of file