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
|
||||
|
||||
version: 0.1.1
|
||||
appVersion: 3.0
|
||||
appVersion: "3.0"
|
||||
|
|
|
@ -19,7 +19,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: knot
|
||||
image: cznic/knot:{{ .Chart.AppVersion }}
|
||||
image: "cznic/knot:{{ .Chart.AppVersion }}"
|
||||
ports:
|
||||
- name: udp-53
|
||||
containerPort: 53
|
||||
|
|
Loading…
Reference in a new issue