Skip to content

Commit

Permalink
fix(boms): change default docker registry to spinnaker-community (#1820)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
plumpy and mergify[bot] committed Nov 7, 2020
1 parent d8e477b commit 623bc9b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
public class ArtifactSourcesConfig {
String gitPrefix = "https://github.com/spinnaker";
String googleImageProject = "marketplace-spinnaker-release";
String dockerRegistry = "gcr.io/spinnaker-marketplace";
String dockerRegistry = "us-docker.pkg.dev/spinnaker-community/docker";
String debianRepository = "https://dl.bintray.com/spinnaker-releases/debians";

public ArtifactSourcesConfig mergeWithBomSources(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
@ConfigurationProperties("spinnaker.config.input.gcs")
public class WriteableProfileRegistryProperties {
private String jsonPath = "";
private String project = "spinnaker-marketplace";
private String project = "spinnaker-community";
}
2 changes: 1 addition & 1 deletion halyard-web/config/halyard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ halconfig:
spinnaker:
artifacts:
debian: https://dl.bintray.com/spinnaker-releases/debians
docker: gcr.io/spinnaker-marketplace
docker: us-docker.pkg.dev/spinnaker-community/docker
config:
input:
gcs:
Expand Down
2 changes: 1 addition & 1 deletion install/Installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -o pipefail

REPOSITORY_URL="https://dl.bintray.com/spinnaker-releases/debians"
SPINNAKER_REPOSITORY_URL="https://dl.bintray.com/spinnaker-releases/debians"
SPINNAKER_DOCKER_REGISTRY="gcr.io/spinnaker-marketplace"
SPINNAKER_DOCKER_REGISTRY="us-docker.pkg.dev/spinnaker-community/docker"
SPINNAKER_GCE_PROJECT="marketplace-spinnaker-release"
CONFIG_BUCKET="halconfig"

Expand Down

0 comments on commit 623bc9b

Please sign in to comment.