We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5904b89 commit d162f5dCopy full SHA for d162f5d
charts/caddy-ingress-controller/Chart.yaml
@@ -5,7 +5,7 @@ description: A helm chart for the Caddy Kubernetes ingress controller
5
icon: https://caddyserver.com/resources/images/caddy-circle-lock.svg
6
type: application
7
version: 1.0.2
8
-appVersion: "0.1.2"
+appVersion: "0.1.3"
9
keywords:
10
- ingress-controller
11
- caddyserver
charts/caddy-ingress-controller/values.yaml
@@ -9,7 +9,7 @@ minikube: false
image:
repository: caddy/ingress
pullPolicy: IfNotPresent
12
- tag: "v0.1.2"
+ tag: "v0.1.3"
13
14
imagePullSecrets: []
15
nameOverride: ""
0 commit comments