Skip to content

Commit

Permalink
chore: caddy version updated to 2.9-alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithEmad committed Jan 8, 2025
1 parent 37c0cc1 commit 3c15969
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/maintenance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down
2 changes: 1 addition & 1 deletion charts/maintenance/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace: default

image:
repository: caddy
tag: "2.6.2"
tag: "2.9-alpine"
pullPolicy: IfNotPresent

service:
Expand Down

0 comments on commit 3c15969

Please sign in to comment.