Skip to content

Commit

Permalink
remove tekton results migrator
Browse files Browse the repository at this point in the history
- the upstream uses gorm auto-migration now so a dedicated migrator is
  not needed

Signed-off-by: Avinal Kumar <[email protected]>

rh-pre-commit.version: 2.2.0
rh-pre-commit.check-secrets: ENABLED
  • Loading branch information
avinal authored and Roming22 committed Feb 28, 2024
1 parent f74e761 commit 11c468b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 51 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: tekton-results
resources:
- https://github.com/openshift-pipelines/tektoncd-results.git/config/overlays/base-only/?ref=1c5b3054ffb52f172fda31587d7dfd88a9724c8f
- https://github.com/openshift-pipelines/tektoncd-results.git/config/overlays/base-only/?ref=a602fb3e858f6a3195374d2175053db7e5db9f77
- namespace.yaml
- api-route.yaml
- watcher-logging-rbac.yaml
Expand All @@ -13,13 +13,10 @@ resources:
images:
- name: ko://github.com/tektoncd/results/cmd/api
newName: quay.io/redhat-appstudio/tekton-results-api
newTag: 1c5b3054ffb52f172fda31587d7dfd88a9724c8f
newTag: a602fb3e858f6a3195374d2175053db7e5db9f77
- name: ko://github.com/tektoncd/results/cmd/watcher
newName: quay.io/redhat-appstudio/tekton-results-watcher
newTag: 1c5b3054ffb52f172fda31587d7dfd88a9724c8f
- name: ko://github.com/tektoncd/results/tools/migrator
newName: quay.io/redhat-appstudio/tekton-results-migrator
newTag: 1c5b3054ffb52f172fda31587d7dfd88a9724c8f
newTag: a602fb3e858f6a3195374d2175053db7e5db9f77

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

patches:
- path: api-db-config.yaml
- path: api-migrator-config.yaml
- path: api-s3-config.yaml
- path: api-sync.yaml
- path: api-service-sync.yaml
Expand Down

0 comments on commit 11c468b

Please sign in to comment.