From 288e2612e420d136ff949427f5c274709be570ac Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Thu, 1 Aug 2019 18:44:22 -0700 Subject: [PATCH] production: use quay.io/merklecounty images use the images built from the github.com/merklecounty/rget repo directly for now. --- production/sserve.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production/sserve.yaml b/production/sserve.yaml index bfec94e..4f8835a 100644 --- a/production/sserve.yaml +++ b/production/sserve.yaml @@ -14,7 +14,7 @@ spec: spec: containers: - name: sgetserve - image: quay.io/established/sget + image: quay.io/merklecounty/rget imagePullPolicy: Always env: - name: PUBLIC_REPO