Skip to content

Commit 83cc6d0

Browse files
committed
Update Results to version 0.13.0
1 parent 5b34974 commit 83cc6d0

File tree

5 files changed

+16
-5
lines changed

5 files changed

+16
-5
lines changed

operator/gitops/argocd/pipeline-service/openshift-pipelines/openshift-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
annotations:
88
argocd.argoproj.io/sync-wave: "0"
99
spec:
10-
channel: latest
10+
channel: pipelines-5.0
1111
name: openshift-pipelines-operator-rh
1212
source: custom-operators
1313
sourceNamespace: openshift-marketplace

operator/gitops/argocd/pipeline-service/openshift-pipelines/osp-nightly-catalog-source.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
argocd.argoproj.io/sync-wave: "0"
99
spec:
1010
sourceType: grpc
11-
image: quay.io/openshift-pipeline/openshift-pipelines-pipelines-operator-bundle-container-index@sha256:99d1e1ba1c24d950db7147e26041193304247ed92e88788023b58eb787282a9a
11+
image: quay.io/openshift-pipeline/openshift-pipelines-pipelines-operator-bundle-container-index@sha256:7444d41ebe811a505866a99a92e24ca390677835dfdd597bed2e0b5d66780c5b
1212
displayName: custom-operators
1313
updateStrategy:
1414
registryPoll:

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

Lines changed: 6 additions & 3 deletions
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=e35af9274c0df84386b73aae8df0ad496ad175df
6+
- https://github.com/openshift-pipelines/tektoncd-results.git/config/overlays/base-only/?ref=b4017a355cafd589c3ae9a31f3d869e21a4b77fe
77
- namespace.yaml
88
- api-route.yaml
99
- watcher-logging-rbac.yaml
@@ -13,10 +13,13 @@ resources:
1313
images:
1414
- name: ko://github.com/tektoncd/results/cmd/api
1515
newName: quay.io/konflux-ci/tekton-results-api
16-
newTag: e35af9274c0df84386b73aae8df0ad496ad175df
16+
newTag: b4017a355cafd589c3ae9a31f3d869e21a4b77fe
1717
- name: ko://github.com/tektoncd/results/cmd/watcher
1818
newName: quay.io/konflux-ci/tekton-results-watcher
19-
newTag: e35af9274c0df84386b73aae8df0ad496ad175df
19+
newTag: b4017a355cafd589c3ae9a31f3d869e21a4b77fe
20+
- name: ko://github.com/tektoncd/results/cmd/retention-policy-agent
21+
newName: quay.io/konflux-ci/tekton-results-retention-policy-agent
22+
newTag: b4017a355cafd589c3ae9a31f3d869e21a4b77fe
2023

2124
# generate a new configmap with updated values (logs api, db ssl mode) and replace the default one
2225
configMapGenerator:
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
apiVersion: apps/v1
3+
kind: Deployment
4+
metadata:
5+
name: tekton-results-retention-policy-agent
6+
annotations:
7+
argocd.argoproj.io/sync-wave: "2"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ spec:
3838
"-check_owner=false",
3939
"-completed_run_grace_period",
4040
"10m",
41+
"-logs_api=true"
4142
]
4243
resources:
4344
requests:

0 commit comments

Comments
 (0)