Skip to content

Commit db5e362

Browse files
committed
Reverting custom image registry
1 parent a57e91f commit db5e362

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

instances/deploy/buildConfig.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ data:
2323
# HOST_DOMAIN: __placeholder__
2424
# NEW_REDIS_CACHE_ENDPOINT: __placeholder__
2525
# NEW_REDIS_STORE_ENDPOINT: __placeholder__
26-
PRIVATE_REGISTRY: us-central1-docker.pkg.dev/sourcegraph-ci/cloud-ephemeral/
26+
# PRIVATE_REGISTRY: us-central1-docker.pkg.dev/sourcegraph-ci/cloud-ephemeral/
2727
# PRIVATE_REGISTRY_SECRET_KEY: __placeholder__
2828
# SSD_NODE_PATH: __placeholder__
2929
# STORAGECLASS_NAME: __placeholder__

instances/deploy/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ components:
164164
#---------------------------------------------------------------------------------------
165165
# Use private registry
166166
#---------------------------------------------------------------------------------------
167-
- ../../components/enable/private-registry # -- Update images name to private registry name
167+
# - ../../components/enable/private-registry # -- Update images name to private registry name
168168
# CONFIG KEYS: PRIVATE_REGISTRY
169169
#
170170
# - ../../components/resources/imagepullsecrets # -- Add imagePullSecrets field to all resources

0 commit comments

Comments
 (0)