Skip to content

Commit

Permalink
Change the CI helm chart to reference pcccr (#199)
Browse files Browse the repository at this point in the history
* update image refs to private pcccr

* switch the unused ACR to pcccr
  • Loading branch information
joshimai authored Apr 11, 2024
1 parent 5c50789 commit b621366
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ services:
context: ..
dockerfile: deployment/Dockerfile
environment:
- ACR_STAC_REPO=${ACR_STAC_REPO:-mcr.microsoft.com/planetary-computer-apis/stac}
- ACR_TILER_REPO=${ACR_TILER_REPO:-mcr.microsoft.com/planetary-computer-apis/tiler}
- ACR_STAC_REPO=${ACR_STAC_REPO:-pcccr.azurecr.io/private/planetary-computer-apis/stac}
- ACR_TILER_REPO=${ACR_TILER_REPO:-pcccr.azurecr.io/private/planetary-computer-apis/tiler}
- IMAGE_TAG
- GIT_COMMIT

Expand Down
2 changes: 2 additions & 0 deletions deployment/terraform/staging/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ module "resources" {
cluster_cert_issuer = "letsencrypt"
cluster_cert_server = "https://acme-v02.api.letsencrypt.org/directory"

pc_test_resources_acr = "pcccr"

aks_node_count = 2
stac_replica_count = 2
tiler_replica_count = 2
Expand Down

0 comments on commit b621366

Please sign in to comment.