diff --git a/manifests/calendso/calendso.yaml b/manifests/calendso/calendso.yaml index 8960830..c74446f 100644 --- a/manifests/calendso/calendso.yaml +++ b/manifests/calendso/calendso.yaml @@ -40,8 +40,14 @@ spec: spec: containers: - name: web - image: docker.cluster.fun/averagemarcus/calendso:latest + image: calendso/calendso:latest imagePullPolicy: Always + command: + - sh + - -c + - | + apt update && apt install -y netcat + /app/scripts/start.sh env: - name: NEXT_PUBLIC_LICENSE_CONSENT value: agree