diff options
| -rw-r--r-- | grumpy/unbound/deploy.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grumpy/unbound/deploy.yaml b/grumpy/unbound/deploy.yaml index c8435bd..c4d7a2f 100644 --- a/grumpy/unbound/deploy.yaml +++ b/grumpy/unbound/deploy.yaml @@ -8,7 +8,7 @@ spec: spec: containers: - name: unbound - image: public.ecr.aws/s0f9o2k5/unbound:v0.0.1 + image: public.ecr.aws/s0f9o2k5/unbound:v0.0.2 imagePullPolicy: Always ports: - containerPort: 5353 |