We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0a0af8 commit 9415b5cCopy full SHA for 9415b5c
charts/caddy-ingress-controller/Chart.yaml
@@ -4,8 +4,8 @@ home: https://github.com/caddyserver/ingress
4
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.3
8
-appVersion: "0.1.3"
+version: 1.0.4
+appVersion: "0.1.4"
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.3"
+ tag: "v0.1.4"
13
14
imagePullSecrets: []
15
nameOverride: ""
0 commit comments