Skip to content

Commit 3c15969

Browse files
committed
chore: caddy version updated to 2.9-alpine
1 parent 37c0cc1 commit 3c15969

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/maintenance/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The following table lists the configurable parameters of the Maintenance chart a
5252
| `replicaCount` | Number of replicas | `1` |
5353
| `namespace` | Kubernetes namespace to use | `default` |
5454
| `image.repository` | Image repository | `caddy` |
55-
| `image.tag` | Image tag | `2.6.2` |
55+
| `image.tag` | Image tag | `2.9-alpine` |
5656
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
5757
| `service.type` | Kubernetes Service type | `ClusterIP` |
5858
| `service.port` | Kubernetes Service port | `80` |

charts/maintenance/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ namespace: default
44

55
image:
66
repository: caddy
7-
tag: "2.6.2"
7+
tag: "2.9-alpine"
88
pullPolicy: IfNotPresent
99

1010
service:

0 commit comments

Comments
 (0)