Skip to content

Commit dff090f

Browse files
committed
Change the private registry
1 parent 8e51293 commit dff090f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

instances/deploy/buildConfig.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ metadata:
1616
name: sourcegraph-kustomize-build-config
1717
data:
1818
# example:
19-
EXAMPLE_CONFIG_KEY: example
19+
# EXAMPLE_CONFIG_KEY: example
2020
#-------- Update config options below ---------#
2121
# AWS_MANAGED_CERT_ARN: __placeholder__
2222
# GKE_MANAGED_CERT_NAME: __placeholder__
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)