Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- https://github.com/openshift-pipelines/pipeline-service/operator/gitops/argocd/grafana/?ref=dcd5b72748435ed46b9e1487b8a3011dabe2b9b8
- https://github.com/openshift-pipelines/pipeline-service/operator/gitops/argocd/grafana/?ref=f6adfa6c6725a9ec74fd84283d5800c5a86d63ea
6 changes: 3 additions & 3 deletions components/pipeline-service/development/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ commonAnnotations:
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true

resources:
- https://github.com/openshift-pipelines/pipeline-service.git/developer/openshift/gitops/argocd/pipeline-service?ref=dcd5b72748435ed46b9e1487b8a3011dabe2b9b8
- https://github.com/openshift-pipelines/pipeline-service.git/developer/openshift/gitops/argocd/pipeline-service-storage?ref=dcd5b72748435ed46b9e1487b8a3011dabe2b9b8
- https://github.com/openshift-pipelines/pipeline-service.git/developer/openshift/gitops/argocd/pipeline-service?ref=f6adfa6c6725a9ec74fd84283d5800c5a86d63ea
- https://github.com/openshift-pipelines/pipeline-service.git/developer/openshift/gitops/argocd/pipeline-service-storage?ref=f6adfa6c6725a9ec74fd84283d5800c5a86d63ea
- ../base/rbac

images:
- name: quay.io/konflux-ci/tekton-results-watcher
newName: quay.io/redhat-appstudio/tekton-results-watcher
newTag: dcd5b72748435ed46b9e1487b8a3011dabe2b9b8
newTag: f6adfa6c6725a9ec74fd84283d5800c5a86d63ea
- name: quay.io/redhat-appstudio/tekton-results-watcher
newTag: bae7851ff584423503af324200f52cd28ca99116

Expand Down
4 changes: 2 additions & 2 deletions components/pipeline-service/staging/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ commonAnnotations:
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true

resources:
- https://github.com/openshift-pipelines/pipeline-service.git/operator/gitops/argocd/pipeline-service?ref=dcd5b72748435ed46b9e1487b8a3011dabe2b9b8
- https://github.com/openshift-pipelines/pipeline-service.git/operator/gitops/argocd/pipeline-service?ref=f6adfa6c6725a9ec74fd84283d5800c5a86d63ea
- pipelines-as-code-secret.yaml
- ../../base/external-secrets
- ../../base/testing
Expand All @@ -18,7 +18,7 @@ resources:
images:
- name: quay.io/konflux-ci/tekton-results-watcher
newName: quay.io/redhat-appstudio/tekton-results-watcher
newTag: dcd5b72748435ed46b9e1487b8a3011dabe2b9b8
newTag: f6adfa6c6725a9ec74fd84283d5800c5a86d63ea
- name: quay.io/redhat-appstudio/tekton-results-watcher
newTag: bae7851ff584423503af324200f52cd28ca99116

Expand Down
Loading