knot: quote to make 3->3.0
This commit is contained in:
parent
88d7f27247
commit
4dc1bb194c
2 changed files with 2 additions and 2 deletions
|
@ -3,4 +3,4 @@ name: knotdns
|
||||||
description: Authoritative DNS server
|
description: Authoritative DNS server
|
||||||
|
|
||||||
version: 0.1.1
|
version: 0.1.1
|
||||||
appVersion: 3.0
|
appVersion: "3.0"
|
||||||
|
|
|
@ -19,7 +19,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: knot
|
- name: knot
|
||||||
image: cznic/knot:{{ .Chart.AppVersion }}
|
image: "cznic/knot:{{ .Chart.AppVersion }}"
|
||||||
ports:
|
ports:
|
||||||
- name: udp-53
|
- name: udp-53
|
||||||
containerPort: 53
|
containerPort: 53
|
||||||
|
|
Loading…
Reference in a new issue