From fb04e8cf0a576a38d7fee3531ab6df1b012886c5 Mon Sep 17 00:00:00 2001 From: Emil Natan <37400297+enarha@users.noreply.github.com> Date: Fri, 21 Feb 2025 00:33:57 +0200 Subject: [PATCH] Update Tekton Results to v0.14.0-1 staging (#5622) Updates Tekton Results to v0.14.0-1 and enable PartialResponse. --- .../development/main-pipeline-service-configuration.yaml | 9 +++++---- .../base/main-pipeline-service-configuration.yaml | 9 +++++---- .../pipeline-service/staging/stone-stage-p01/deploy.yaml | 9 +++++---- .../pipeline-service/staging/stone-stg-rh01/deploy.yaml | 9 +++++---- 4 files changed, 20 insertions(+), 16 deletions(-) diff --git a/components/pipeline-service/development/main-pipeline-service-configuration.yaml b/components/pipeline-service/development/main-pipeline-service-configuration.yaml index e28f87321dc..0c496c81cc7 100644 --- a/components/pipeline-service/development/main-pipeline-service-configuration.yaml +++ b/components/pipeline-service/development/main-pipeline-service-configuration.yaml @@ -652,6 +652,7 @@ data: K8S_BURST=100 PROFILING=true PROFILING_PORT=6060 + FEATURE_GATES='PartialResponse=true' CONVERTER_ENABLE=false CONVERTER_DB_LIMIT=50 LOGGING_PLUGIN_PROXY_PATH=/api/logs/v1/application @@ -1114,7 +1115,7 @@ spec: secretKeyRef: key: db.name name: tekton-results-database - image: quay.io/konflux-ci/tekton-results-api:275a6ededaf328d55923e2462ec6d27ccd6b9ab8 + image: quay.io/konflux-ci/tekton-results-api:92d20975aaf3a87e1a9a41f39b38d99e0a84e724 livenessProbe: httpGet: path: /healthz @@ -1310,7 +1311,7 @@ spec: secretKeyRef: key: db.name name: tekton-results-database - image: quay.io/konflux-ci/tekton-results-api:275a6ededaf328d55923e2462ec6d27ccd6b9ab8 + image: quay.io/konflux-ci/tekton-results-api:92d20975aaf3a87e1a9a41f39b38d99e0a84e724 livenessProbe: httpGet: path: /healthz @@ -1506,7 +1507,7 @@ spec: secretKeyRef: key: POSTGRES_PASSWORD name: tekton-results-postgres - image: quay.io/konflux-ci/tekton-results-retention-policy-agent:275a6ededaf328d55923e2462ec6d27ccd6b9ab8 + image: quay.io/konflux-ci/tekton-results-retention-policy-agent:92d20975aaf3a87e1a9a41f39b38d99e0a84e724 name: retention-policy-agent resources: limits: @@ -1612,7 +1613,7 @@ spec: value: tekton-results-api-service-for-watcher.tekton-results.svc.cluster.local:8080 - name: AUTH_MODE value: token - image: quay.io/konflux-ci/tekton-results-watcher:275a6ededaf328d55923e2462ec6d27ccd6b9ab8 + image: quay.io/konflux-ci/tekton-results-watcher:92d20975aaf3a87e1a9a41f39b38d99e0a84e724 name: watcher ports: - containerPort: 9090 diff --git a/components/pipeline-service/staging/base/main-pipeline-service-configuration.yaml b/components/pipeline-service/staging/base/main-pipeline-service-configuration.yaml index ed99e92b30e..8778177fb5d 100644 --- a/components/pipeline-service/staging/base/main-pipeline-service-configuration.yaml +++ b/components/pipeline-service/staging/base/main-pipeline-service-configuration.yaml @@ -605,6 +605,7 @@ data: K8S_BURST=100 PROFILING=true PROFILING_PORT=6060 + FEATURE_GATES='PartialResponse=true' CONVERTER_ENABLE=false CONVERTER_DB_LIMIT=50 LOGGING_PLUGIN_PROXY_PATH=/api/logs/v1/application @@ -1099,7 +1100,7 @@ spec: secretKeyRef: key: db.name name: tekton-results-database - image: quay.io/konflux-ci/tekton-results-api:275a6ededaf328d55923e2462ec6d27ccd6b9ab8 + image: quay.io/konflux-ci/tekton-results-api:92d20975aaf3a87e1a9a41f39b38d99e0a84e724 livenessProbe: httpGet: path: /healthz @@ -1289,7 +1290,7 @@ spec: secretKeyRef: key: db.name name: tekton-results-database - image: quay.io/konflux-ci/tekton-results-api:275a6ededaf328d55923e2462ec6d27ccd6b9ab8 + image: quay.io/konflux-ci/tekton-results-api:92d20975aaf3a87e1a9a41f39b38d99e0a84e724 livenessProbe: httpGet: path: /healthz @@ -1391,7 +1392,7 @@ spec: secretKeyRef: key: POSTGRES_PASSWORD name: tekton-results-postgres - image: quay.io/konflux-ci/tekton-results-retention-policy-agent:275a6ededaf328d55923e2462ec6d27ccd6b9ab8 + image: quay.io/konflux-ci/tekton-results-retention-policy-agent:92d20975aaf3a87e1a9a41f39b38d99e0a84e724 name: retention-policy-agent resources: limits: @@ -1523,7 +1524,7 @@ spec: value: tekton-results-api-service-for-watcher.tekton-results.svc.cluster.local:8080 - name: AUTH_MODE value: token - image: quay.io/konflux-ci/tekton-results-watcher:275a6ededaf328d55923e2462ec6d27ccd6b9ab8 + image: quay.io/konflux-ci/tekton-results-watcher:92d20975aaf3a87e1a9a41f39b38d99e0a84e724 name: watcher ports: - containerPort: 9090 diff --git a/components/pipeline-service/staging/stone-stage-p01/deploy.yaml b/components/pipeline-service/staging/stone-stage-p01/deploy.yaml index f1b46b966f2..2ee5871aa9d 100644 --- a/components/pipeline-service/staging/stone-stage-p01/deploy.yaml +++ b/components/pipeline-service/staging/stone-stage-p01/deploy.yaml @@ -1035,6 +1035,7 @@ data: K8S_BURST=100 PROFILING=true PROFILING_PORT=6060 + FEATURE_GATES='PartialResponse=true' CONVERTER_ENABLE=false CONVERTER_DB_LIMIT=50 LOGGING_PLUGIN_PROXY_PATH=/api/logs/v1/application @@ -1531,7 +1532,7 @@ spec: secretKeyRef: key: db.name name: tekton-results-database - image: quay.io/konflux-ci/tekton-results-api:275a6ededaf328d55923e2462ec6d27ccd6b9ab8 + image: quay.io/konflux-ci/tekton-results-api:92d20975aaf3a87e1a9a41f39b38d99e0a84e724 livenessProbe: httpGet: path: /healthz @@ -1721,7 +1722,7 @@ spec: secretKeyRef: key: db.name name: tekton-results-database - image: quay.io/konflux-ci/tekton-results-api:275a6ededaf328d55923e2462ec6d27ccd6b9ab8 + image: quay.io/konflux-ci/tekton-results-api:92d20975aaf3a87e1a9a41f39b38d99e0a84e724 livenessProbe: httpGet: path: /healthz @@ -1826,7 +1827,7 @@ spec: secretKeyRef: key: POSTGRES_PASSWORD name: tekton-results-postgres - image: quay.io/konflux-ci/tekton-results-retention-policy-agent:275a6ededaf328d55923e2462ec6d27ccd6b9ab8 + image: quay.io/konflux-ci/tekton-results-retention-policy-agent:92d20975aaf3a87e1a9a41f39b38d99e0a84e724 name: retention-policy-agent resources: limits: @@ -1958,7 +1959,7 @@ spec: value: tekton-results-api-service-for-watcher.tekton-results.svc.cluster.local:8080 - name: AUTH_MODE value: token - image: quay.io/konflux-ci/tekton-results-watcher:275a6ededaf328d55923e2462ec6d27ccd6b9ab8 + image: quay.io/konflux-ci/tekton-results-watcher:92d20975aaf3a87e1a9a41f39b38d99e0a84e724 name: watcher ports: - containerPort: 9090 diff --git a/components/pipeline-service/staging/stone-stg-rh01/deploy.yaml b/components/pipeline-service/staging/stone-stg-rh01/deploy.yaml index beb05db938a..2055e735626 100644 --- a/components/pipeline-service/staging/stone-stg-rh01/deploy.yaml +++ b/components/pipeline-service/staging/stone-stg-rh01/deploy.yaml @@ -1035,6 +1035,7 @@ data: K8S_BURST=100 PROFILING=true PROFILING_PORT=6060 + FEATURE_GATES='PartialResponse=true' CONVERTER_ENABLE=false CONVERTER_DB_LIMIT=50 LOGGING_PLUGIN_PROXY_PATH=/api/logs/v1/application @@ -1531,7 +1532,7 @@ spec: secretKeyRef: key: db.name name: tekton-results-database - image: quay.io/konflux-ci/tekton-results-api:275a6ededaf328d55923e2462ec6d27ccd6b9ab8 + image: quay.io/konflux-ci/tekton-results-api:92d20975aaf3a87e1a9a41f39b38d99e0a84e724 livenessProbe: httpGet: path: /healthz @@ -1721,7 +1722,7 @@ spec: secretKeyRef: key: db.name name: tekton-results-database - image: quay.io/konflux-ci/tekton-results-api:275a6ededaf328d55923e2462ec6d27ccd6b9ab8 + image: quay.io/konflux-ci/tekton-results-api:92d20975aaf3a87e1a9a41f39b38d99e0a84e724 livenessProbe: httpGet: path: /healthz @@ -1826,7 +1827,7 @@ spec: secretKeyRef: key: POSTGRES_PASSWORD name: tekton-results-postgres - image: quay.io/konflux-ci/tekton-results-retention-policy-agent:275a6ededaf328d55923e2462ec6d27ccd6b9ab8 + image: quay.io/konflux-ci/tekton-results-retention-policy-agent:92d20975aaf3a87e1a9a41f39b38d99e0a84e724 name: retention-policy-agent resources: limits: @@ -1958,7 +1959,7 @@ spec: value: tekton-results-api-service-for-watcher.tekton-results.svc.cluster.local:8080 - name: AUTH_MODE value: token - image: quay.io/konflux-ci/tekton-results-watcher:275a6ededaf328d55923e2462ec6d27ccd6b9ab8 + image: quay.io/konflux-ci/tekton-results-watcher:92d20975aaf3a87e1a9a41f39b38d99e0a84e724 name: watcher ports: - containerPort: 9090