Skip to content

Commit

Permalink
Merge branch 'improvement/PTFE-659-migrate-registry-bert-e' into tmp/…
Browse files Browse the repository at this point in the history
…octopus/w/3.9/improvement/PTFE-659-migrate-registry-bert-e
  • Loading branch information
bert-e committed Jul 28, 2023
2 parents 63363af + f18c75f commit 8ddf352
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Login to Scality Registry
uses: docker/login-action@v1
with:
registry: registry.scality.com
username: ${{ secrets.REGISTRY_LOGIN }}
password: ${{ secrets.REGISTRY_PASSWORD }}

- name: Build and push
uses: docker/build-push-action@v2
with:
Expand All @@ -43,7 +36,6 @@ jobs:
VERSION=${{ github.event.inputs.tag }}
tags: |
ghcr.io/scality/bert-e:${{ inputs.tag }}
registry.scality.com/bert-e/bert-e:${{ inputs.tag }}
- name: Create Release
uses: softprops/action-gh-release@v1
Expand Down
4 changes: 2 additions & 2 deletions charts/bert-e/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -292,11 +292,11 @@ bertE:
image:
## regitry to pull from.
##
registry: registry.scality.com
registry: ghcr.io/scality

## repository on the registry to pull from.
##
repository: bert-e/bert-e
repository: bert-e

## tag specifies the version of Bert-E to deploy.
##
Expand Down
2 changes: 1 addition & 1 deletion manifests/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ configMapGenerator:

images:
- name: bert-e
newName: 'registry.scality.com/bert-e/bert-e'
newName: 'ghcr.io/scality/bert-e'
newTag: '3.6.23'

resources:
Expand Down

0 comments on commit 8ddf352

Please sign in to comment.