[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
|
apiVersion: v2
|
||||||
name: knotdns
|
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:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: knot
|
- name: knot
|
||||||
image: cznic/knot:3.0
|
image: cznic/knot:{{ .Chart.AppVersion }}
|
||||||
ports:
|
ports:
|
||||||
- name: udp-53
|
- name: udp-53
|
||||||
containerPort: 53
|
containerPort: 53
|
||||||
|
|
Loading…
Reference in a new issue