knot: quote to make 3->3.0

This commit is contained in:
Nico Schottelius 2021-07-21 14:09:48 +02:00
parent 88d7f27247
commit 4dc1bb194c
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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