Skip to content

Commit f530af2

Browse files
enarhaavinal
authored andcommitted
Reapply "remove tekton results migrator"
This reverts commit dfb5828. This reintroduces the "remove tekton results migrator" change. Since it's dependant on the migrator confuguration in the results fork now removed, readding the change in pipeline service, broke the main branch. This will fix the main branch.
1 parent 618ca08 commit f530af2

File tree

2 files changed

+3
-51
lines changed

2 files changed

+3
-51
lines changed

operator/gitops/argocd/pipeline-service/tekton-results/api-migrator-config.yaml

-44
This file was deleted.

operator/gitops/argocd/pipeline-service/tekton-results/kustomization.yaml

+3-7
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
33
kind: Kustomization
44
namespace: tekton-results
55
resources:
6-
- https://github.com/openshift-pipelines/tektoncd-results.git/config/overlays/base-only/?ref=1c5b3054ffb52f172fda31587d7dfd88a9724c8f
6+
- https://github.com/openshift-pipelines/tektoncd-results.git/config/overlays/base-only/?ref=a602fb3e858f6a3195374d2175053db7e5db9f77
77
- namespace.yaml
88
- api-route.yaml
99
- watcher-logging-rbac.yaml
@@ -13,13 +13,10 @@ resources:
1313
images:
1414
- name: ko://github.com/tektoncd/results/cmd/api
1515
newName: quay.io/redhat-appstudio/tekton-results-api
16-
newTag: 1c5b3054ffb52f172fda31587d7dfd88a9724c8f
16+
newTag: a602fb3e858f6a3195374d2175053db7e5db9f77
1717
- name: ko://github.com/tektoncd/results/cmd/watcher
1818
newName: quay.io/redhat-appstudio/tekton-results-watcher
19-
newTag: 1c5b3054ffb52f172fda31587d7dfd88a9724c8f
20-
- name: ko://github.com/tektoncd/results/tools/migrator
21-
newName: quay.io/redhat-appstudio/tekton-results-migrator
22-
newTag: 1c5b3054ffb52f172fda31587d7dfd88a9724c8f
19+
newTag: a602fb3e858f6a3195374d2175053db7e5db9f77
2320

2421
# generate a new configmap with updated values (logs api, db ssl mode) and replace the default one
2522
configMapGenerator:
@@ -32,7 +29,6 @@ configMapGenerator:
3229

3330
patches:
3431
- path: api-db-config.yaml
35-
- path: api-migrator-config.yaml
3632
- path: api-s3-config.yaml
3733
- path: api-sync.yaml
3834
- path: api-service-sync.yaml

0 commit comments

Comments
 (0)