From d3d5820a117c64696bb59d360bb18aa316a73aab Mon Sep 17 00:00:00 2001 From: dougbtv Date: Fri, 24 Jun 2022 07:19:12 -0400 Subject: [PATCH] Updates whereabouts image to GHCR --- whereabouts/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/whereabouts/values.yaml b/whereabouts/values.yaml index 9e5ee40..cced9b0 100644 --- a/whereabouts/values.yaml +++ b/whereabouts/values.yaml @@ -3,10 +3,10 @@ # Declare variables to be passed into your templates. image: - repository: docker.io/dougbtv/whereabouts + repository: ghcr.io/k8snetworkplumbingwg/whereabouts pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "latest" + tag: "latest-amd64" updateStrategy: RollingUpdate imagePullSecrets: []