[knotdns] use Appversion in chart
This commit is contained in:
parent
da2e9a0fa9
commit
90396d973b
2 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
|||
apiVersion: v2
|
||||
name: knotdns
|
||||
description: DNS Auth
|
||||
description: Authoritative DNS server
|
||||
|
||||
version: 0.1.0
|
||||
version: 0.1.1
|
||||
appVersion: 3.0
|
||||
|
|
|
@ -19,7 +19,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: knot
|
||||
image: cznic/knot:3.0
|
||||
image: cznic/knot:{{ .Chart.AppVersion }}
|
||||
ports:
|
||||
- name: udp-53
|
||||
containerPort: 53
|
||||
|
|
Loading…
Reference in a new issue