Skip to content

Commit

Permalink
Merge pull request #704 from avinal/avinal/results-update-manifest
Browse files Browse the repository at this point in the history
update tekton-results manifests to use overlays
  • Loading branch information
ramessesii2 authored Jul 17, 2023
2 parents 1d2446c + 5e56f5b commit 3233088
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 31 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ DB_SSLMODE=require
DB_ENABLE_AUTO_MIGRATION=true
SERVER_PORT=8080
PROMETHEUS_PORT=9090
PROMETHEUS_HISTOGRAM=true
TLS_HOSTNAME_OVERRIDE=tekton-results-api-service.tekton-results.svc.cluster.local
TLS_PATH=/etc/tls
AUTH_DISABLE=false
Expand Down

This file was deleted.

This file was deleted.

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/default-local-db/?ref=4e0f90b46c4f6709ea768dd77d7d58651dbf0bec
- https://github.com/openshift-pipelines/tektoncd-results.git/config/overlays/base-only/?ref=f1cb34e6b5f5688ceca3acdf3258848cacb287e8
- namespace.yaml
- api-route.yaml
- watcher-logging-rbac.yaml
Expand All @@ -12,13 +12,13 @@ resources:
images:
- name: ko://github.com/tektoncd/results/cmd/api
newName: quay.io/redhat-appstudio/tekton-results-api
newTag: 4e0f90b46c4f6709ea768dd77d7d58651dbf0bec
newTag: f1cb34e6b5f5688ceca3acdf3258848cacb287e8
- name: ko://github.com/tektoncd/results/cmd/watcher
newName: quay.io/redhat-appstudio/tekton-results-watcher
newTag: 4e0f90b46c4f6709ea768dd77d7d58651dbf0bec
newTag: f1cb34e6b5f5688ceca3acdf3258848cacb287e8
- name: ko://github.com/tektoncd/results/tools/migrator
newName: quay.io/redhat-appstudio/tekton-results-migrator
newTag: 4e0f90b46c4f6709ea768dd77d7d58651dbf0bec
newTag: f1cb34e6b5f5688ceca3acdf3258848cacb287e8

# generate a new configmap with updated values (logs api, db ssl mode) and replace the default one
configMapGenerator:
Expand All @@ -41,6 +41,3 @@ patches:
- path: watcher-logging.yaml
- path: watcher-sync.yaml
- path: watcher-service-sync.yaml
- path: delete-postgres-configmap.yaml
- path: delete-postgres-service.yaml
- path: delete-postgres-statefulset.yaml

0 comments on commit 3233088

Please sign in to comment.