Skip to content

Commit 0d04476

Browse files
authored
chore: change repository from west4 to north1 (#7)
* Use images in europe north1 This is the first chacomit to use the new europe-north1 region for images. This change is made to ensure that the images are stored in the correct region. The change affects the GitHub workflows for building the chart and the image. The new region is europe-north1, which is the designated region for the Dapla lab Docker images. This change is part of the ongoing effort to improve the Dapla lab Docker images and to ensure that they are available in the correct region. The new region is europe-north1, which is the designated region for the Dapla lab Docker images and is expected to provide better performance and availability for the images. The second commit is to update the GitHub workflows to use the new region for the images. The workflows are updated to use the new region for both the chart and the image. This ensures that the images are built and pushed to the correct region, and that they are available for use in the Dapla lab. Internal ref: [DPSKY-1047] * Change image location and cleanup
1 parent e04d566 commit 0d04476

File tree

4 files changed

+3
-102
lines changed

4 files changed

+3
-102
lines changed

.github/workflows/build-chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- "v*"
77

88
env:
9-
REGISTRY: europe-west4-docker.pkg.dev/artifact-registry-5n/dapla-lab-docker/dapla/charts
9+
REGISTRY: europe-north1-docker.pkg.dev/artifact-registry-5n/dapla-lab-docker/dapla/charts
1010

1111
jobs:
1212
build-chart:

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
- ".github/workflows/build.yml"
2424

2525
env:
26-
REGISTRY: europe-west4-docker.pkg.dev/artifact-registry-5n/dapla-lab-docker/dapla
26+
REGISTRY: europe-north1-docker.pkg.dev/artifact-registry-5n/dapla-lab-docker/dapla
2727
IMAGE: labid
2828
TAG: ${{ github.ref_name }}-${{ github.sha }}
2929

chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ signingKey:
2121
replicaCount: 1
2222

2323
image:
24-
repository: europe-west4-docker.pkg.dev/artifact-registry-5n/dapla-lab-docker/dapla/labid
24+
repository: europe-north1-docker.pkg.dev/artifact-registry-5n/dapla-lab-docker/dapla/labid
2525
pullPolicy: Always
2626
tag: ""
2727

deploy.yaml

Lines changed: 0 additions & 99 deletions
This file was deleted.

0 commit comments

Comments
 (0)