Skip to content

Commit 8ddf352

Browse files
committed
Merge branch 'improvement/PTFE-659-migrate-registry-bert-e' into tmp/octopus/w/3.9/improvement/PTFE-659-migrate-registry-bert-e
2 parents 63363af + f18c75f commit 8ddf352

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,6 @@ jobs:
2626
username: ${{ github.repository_owner }}
2727
password: ${{ secrets.GITHUB_TOKEN }}
2828

29-
- name: Login to Scality Registry
30-
uses: docker/login-action@v1
31-
with:
32-
registry: registry.scality.com
33-
username: ${{ secrets.REGISTRY_LOGIN }}
34-
password: ${{ secrets.REGISTRY_PASSWORD }}
35-
3629
- name: Build and push
3730
uses: docker/build-push-action@v2
3831
with:
@@ -43,7 +36,6 @@ jobs:
4336
VERSION=${{ github.event.inputs.tag }}
4437
tags: |
4538
ghcr.io/scality/bert-e:${{ inputs.tag }}
46-
registry.scality.com/bert-e/bert-e:${{ inputs.tag }}
4739
4840
- name: Create Release
4941
uses: softprops/action-gh-release@v1

charts/bert-e/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,11 +292,11 @@ bertE:
292292
image:
293293
## regitry to pull from.
294294
##
295-
registry: registry.scality.com
295+
registry: ghcr.io/scality
296296

297297
## repository on the registry to pull from.
298298
##
299-
repository: bert-e/bert-e
299+
repository: bert-e
300300

301301
## tag specifies the version of Bert-E to deploy.
302302
##

manifests/base/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ configMapGenerator:
1717

1818
images:
1919
- name: bert-e
20-
newName: 'registry.scality.com/bert-e/bert-e'
20+
newName: 'ghcr.io/scality/bert-e'
2121
newTag: '3.6.23'
2222

2323
resources:

0 commit comments

Comments
 (0)