Skip to content

Commit

Permalink
feat(KFLUXDP-19): Move dora metrics image to konflux-ci org (#5294)
Browse files Browse the repository at this point in the history
  • Loading branch information
flacatus authored Jan 16, 2025
1 parent 9b0d4f4 commit c5ec102
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions components/dora-metrics/development/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- https://github.com/redhat-appstudio/dora-metrics/deploy/base?ref=630e08a427f4a6cd3a5fd869d224de34d03874c2
- https://github.com/redhat-appstudio/dora-metrics/deploy/base?ref=5c6ee5f7130dabfddab0b775bd36c867cbdf8403
- ../base

images:
- name: quay.io/redhat-appstudio/dora-metrics
newName: quay.io/redhat-appstudio/dora-metrics
newTag: 630e08a427f4a6cd3a5fd869d224de34d03874c2
newName: quay.io/konflux-ci/dora-metrics
newTag: 5c6ee5f7130dabfddab0b775bd36c867cbdf8403
6 changes: 3 additions & 3 deletions components/dora-metrics/production/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- https://github.com/redhat-appstudio/dora-metrics/deploy/base?ref=630e08a427f4a6cd3a5fd869d224de34d03874c2
- https://github.com/redhat-appstudio/dora-metrics/deploy/base?ref=5c6ee5f7130dabfddab0b775bd36c867cbdf8403
- ../base
- ../base/external-secrets
patches:
Expand All @@ -14,5 +14,5 @@ patches:

images:
- name: quay.io/redhat-appstudio/dora-metrics
newName: quay.io/redhat-appstudio/dora-metrics
newTag: 630e08a427f4a6cd3a5fd869d224de34d03874c2
newName: quay.io/konflux-ci/dora-metrics
newTag: 5c6ee5f7130dabfddab0b775bd36c867cbdf8403
6 changes: 3 additions & 3 deletions components/dora-metrics/staging/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- https://github.com/redhat-appstudio/dora-metrics/deploy/base?ref=630e08a427f4a6cd3a5fd869d224de34d03874c2
- https://github.com/redhat-appstudio/dora-metrics/deploy/base?ref=5c6ee5f7130dabfddab0b775bd36c867cbdf8403
- ../base
- ../base/external-secrets

images:
- name: quay.io/redhat-appstudio/dora-metrics
newName: quay.io/redhat-appstudio/dora-metrics
newTag: 630e08a427f4a6cd3a5fd869d224de34d03874c2
newName: quay.io/konflux-ci/dora-metrics
newTag: 5c6ee5f7130dabfddab0b775bd36c867cbdf8403

0 comments on commit c5ec102

Please sign in to comment.