From 3c159693286303e64f5badf60fc2cb0c11377d62 Mon Sep 17 00:00:00 2001 From: Emad Rad Date: Wed, 8 Jan 2025 12:38:01 +0330 Subject: [PATCH] chore: caddy version updated to 2.9-alpine --- charts/maintenance/README.md | 2 +- charts/maintenance/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/maintenance/README.md b/charts/maintenance/README.md index b013c02..1f2d3e9 100644 --- a/charts/maintenance/README.md +++ b/charts/maintenance/README.md @@ -52,7 +52,7 @@ The following table lists the configurable parameters of the Maintenance chart a | `replicaCount` | Number of replicas | `1` | | `namespace` | Kubernetes namespace to use | `default` | | `image.repository` | Image repository | `caddy` | -| `image.tag` | Image tag | `2.6.2` | +| `image.tag` | Image tag | `2.9-alpine` | | `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `service.type` | Kubernetes Service type | `ClusterIP` | | `service.port` | Kubernetes Service port | `80` | diff --git a/charts/maintenance/values.yaml b/charts/maintenance/values.yaml index 459af3d..f965d57 100644 --- a/charts/maintenance/values.yaml +++ b/charts/maintenance/values.yaml @@ -4,7 +4,7 @@ namespace: default image: repository: caddy - tag: "2.6.2" + tag: "2.9-alpine" pullPolicy: IfNotPresent service: