Skip to content

Commit

Permalink
add new registry to release pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
  • Loading branch information
mowies committed Dec 12, 2022
1 parent 371415c commit 0959360
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ jobs:

- name: Create manifests
env:
RELEASE_REGISTRY: ghcr.keptn.sh/keptn
TAG: ${{ needs.release-please.outputs.tag_name }}
run: |
cd scheduler
Expand Down
8 changes: 1 addition & 7 deletions scheduler/manifests/install/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ configMapGenerator:
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: image
newName: ghcr.keptn.sh/keptn/scheduler
newTag: "202211041667586936"
- name: klfc-scheduler
newName: docker.io/thschue/scheduler
newTag: "202211021667386780"
- name: scheduler
newName: mowies/scheduler
newName: ghcr.keptn.sh/keptn/scheduler
newTag: 0.5.0-next.13

0 comments on commit 0959360

Please sign in to comment.