From 8097205c2e6e42117b37337544424c2b0a000e34 Mon Sep 17 00:00:00 2001 From: Victor Roest Date: Fri, 29 Oct 2021 23:06:46 +0200 Subject: [PATCH] zookeeper: change tag --- cluster/apps/presidential-paradise/kustomization.yaml | 2 +- cluster/apps/presidential-paradise/zookeeper/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/apps/presidential-paradise/kustomization.yaml b/cluster/apps/presidential-paradise/kustomization.yaml index bf59f12..cd9cd51 100644 --- a/cluster/apps/presidential-paradise/kustomization.yaml +++ b/cluster/apps/presidential-paradise/kustomization.yaml @@ -2,4 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - wooloofanclub - # - zookeeper + - zookeeper diff --git a/cluster/apps/presidential-paradise/zookeeper/deployment.yaml b/cluster/apps/presidential-paradise/zookeeper/deployment.yaml index 8eb34af..4018806 100644 --- a/cluster/apps/presidential-paradise/zookeeper/deployment.yaml +++ b/cluster/apps/presidential-paradise/zookeeper/deployment.yaml @@ -23,7 +23,7 @@ spec: spec: containers: - name: zookeeper - image: docker.io/0x76/zookeeper:manual + image: docker.io/0x76/zookeeper:latest ports: - containerPort: 8085 envFrom: