Skip to content

Commit

Permalink
Update Tekton Results to v0.14.0-1 staging (#5622)
Browse files Browse the repository at this point in the history
Updates Tekton Results to v0.14.0-1 and enable PartialResponse.
  • Loading branch information
enarha authored Feb 20, 2025
1 parent 94a4bee commit fb04e8c
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit fb04e8c

Please sign in to comment.