From a802ecce7a7a7ecb26a673624f24ff3ce83fd921 Mon Sep 17 00:00:00 2001 From: Guilhem Lavaux Date: Fri, 6 Dec 2024 08:52:20 +0100 Subject: [PATCH] Upgrade image --- Chart.yaml | 4 ++-- values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index f6a4a7e..f14de59 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -4,8 +4,8 @@ name: basic-web-app PullName: basic-app-puller description: A basic Helm chart to have PHP webapps in Kubernetes. It supports webhook for pulling from gitea type: application -version: 2.2.1 -appVersion: "2.2.1" +version: 2.2.2 +appVersion: "2.2.2" dependencies: - name: postgresql diff --git a/values.yaml b/values.yaml index 19a3fbb..96b9e4d 100644 --- a/values.yaml +++ b/values.yaml @@ -3,7 +3,7 @@ replicaCount: 1 image: repository: glvx/php pullPolicy: IfNotPresent - tag: "8.2a" + tag: "8.2b" mysql: enabled: false