From d3c176157af101989cbcaf01a8553c0e97f15e66 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 6 Nov 2022 13:43:02 -0600 Subject: [PATCH] remove nexus --- bitwarden/templates/deployment.yaml | 2 +- durpot/templates/deployment.yaml | 2 +- littlelink/templates/deployment.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bitwarden/templates/deployment.yaml b/bitwarden/templates/deployment.yaml index 0a4fea6..a6da266 100644 --- a/bitwarden/templates/deployment.yaml +++ b/bitwarden/templates/deployment.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: bitwarden - image: docker.durp.info/vaultwarden/server:1.26.0 + image: vaultwarden/server:1.26.0 imagePullPolicy: Always volumeMounts: - name: bitwarden-longhorn-pvc diff --git a/durpot/templates/deployment.yaml b/durpot/templates/deployment.yaml index bac0eec..9ac5b77 100644 --- a/durpot/templates/deployment.yaml +++ b/durpot/templates/deployment.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: durpot - image: docker.durp.info/ghcr.io/developerdurp/durpot:latest + image: ghcr.io/developerdurp/durpot:latest imagePullPolicy: Always envFrom: - secretRef: diff --git a/littlelink/templates/deployment.yaml b/littlelink/templates/deployment.yaml index 46725f9..f1a1f1c 100644 --- a/littlelink/templates/deployment.yaml +++ b/littlelink/templates/deployment.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: littlelink - image: docker.durp.info/ghcr.io/techno-tim/littlelink-server:latest + image: ghcr.io/techno-tim/littlelink-server:latest imagePullPolicy: Always livenessProbe: httpGet: