Skip to content

Commit

Permalink
feat(chart): bump caddy ingress controller version (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
mavimo committed Nov 20, 2023
1 parent 4a4ab78 commit 17809c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/caddy-ingress-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ home: https://github.com/caddyserver/ingress
description: A helm chart for the Caddy Kubernetes ingress controller
icon: https://caddyserver.com/resources/images/caddy-circle-lock.svg
type: application
version: 1.0.5
appVersion: "0.1.5"
version: 1.1.0
appVersion: "v0.2.1"
keywords:
- ingress-controller
- caddyserver
Expand Down
2 changes: 1 addition & 1 deletion charts/caddy-ingress-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ minikube: false
image:
repository: caddy/ingress
pullPolicy: IfNotPresent
tag: "v0.1.5"
tag: "v0.2.1"

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit 17809c1

Please sign in to comment.