Skip to content

Commit

Permalink
Change the private registry
Browse files Browse the repository at this point in the history
  • Loading branch information
marcleblanc2 committed Oct 2, 2024
1 parent 8e51293 commit dff090f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions instances/deploy/buildConfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ metadata:
name: sourcegraph-kustomize-build-config
data:
# example:
EXAMPLE_CONFIG_KEY: example
# EXAMPLE_CONFIG_KEY: example
#-------- Update config options below ---------#
# AWS_MANAGED_CERT_ARN: __placeholder__
# GKE_MANAGED_CERT_NAME: __placeholder__
# HOST_DOMAIN: __placeholder__
# NEW_REDIS_CACHE_ENDPOINT: __placeholder__
# NEW_REDIS_STORE_ENDPOINT: __placeholder__
# PRIVATE_REGISTRY: us-central1-docker.pkg.dev/sourcegraph-ci/cloud-ephemeral/
PRIVATE_REGISTRY: us-central1-docker.pkg.dev/sourcegraph-ci/cloud-ephemeral
# PRIVATE_REGISTRY_SECRET_KEY: __placeholder__
# SSD_NODE_PATH: __placeholder__
# STORAGECLASS_NAME: __placeholder__
Expand Down
2 changes: 1 addition & 1 deletion instances/deploy/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ components:
#---------------------------------------------------------------------------------------
# Use private registry
#---------------------------------------------------------------------------------------
# - ../../components/enable/private-registry # -- Update images name to private registry name
- ../../components/enable/private-registry # -- Update images name to private registry name
# CONFIG KEYS: PRIVATE_REGISTRY
#
# - ../../components/resources/imagepullsecrets # -- Add imagePullSecrets field to all resources
Expand Down

0 comments on commit dff090f

Please sign in to comment.