Skip to content

Commit

Permalink
update tekton results
Browse files Browse the repository at this point in the history
Signed-off-by: Avinal Kumar <[email protected]>
  • Loading branch information
avinal authored and Roming22 committed Aug 4, 2023
1 parent 6baeb2e commit 239e59d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
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=d84c26a2032af75b50f9ae4ee8a09af4a1cb2eaf
- https://github.com/openshift-pipelines/tektoncd-results.git/config/overlays/base-only/?ref=fbaeeb6a43a09d95076f4d3cb7798c7350810858
- namespace.yaml
- api-route.yaml
- watcher-logging-rbac.yaml
Expand All @@ -13,13 +13,13 @@ resources:
images:
- name: ko://github.com/tektoncd/results/cmd/api
newName: quay.io/redhat-appstudio/tekton-results-api
newTag: d84c26a2032af75b50f9ae4ee8a09af4a1cb2eaf
newTag: fbaeeb6a43a09d95076f4d3cb7798c7350810858
- name: ko://github.com/tektoncd/results/cmd/watcher
newName: quay.io/redhat-appstudio/tekton-results-watcher
newTag: d84c26a2032af75b50f9ae4ee8a09af4a1cb2eaf
newTag: fbaeeb6a43a09d95076f4d3cb7798c7350810858
- name: ko://github.com/tektoncd/results/tools/migrator
newName: quay.io/redhat-appstudio/tekton-results-migrator
newTag: d84c26a2032af75b50f9ae4ee8a09af4a1cb2eaf
newTag: fbaeeb6a43a09d95076f4d3cb7798c7350810858

# generate a new configmap with updated values (logs api, db ssl mode) and replace the default one
configMapGenerator:
Expand Down
1 change: 1 addition & 0 deletions operator/gitops/compute/pipeline-service-manager/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ rules:
resources:
- pods
- pods/logs
- pods/log
verbs:
- get
- list
Expand Down

0 comments on commit 239e59d

Please sign in to comment.