From c7d539be5cb6674010a1665f0519e7200578d247 Mon Sep 17 00:00:00 2001 From: Laurent Rochette Date: Sun, 30 Aug 2026 09:05:56 +0000 Subject: [PATCH] [promotion:trio-flow] Merged PR: General fixes/changes + taking care of the following tickets: AP-1307 AP-1308\n\n* Add error handling for ctrlr service API requests - AP-1307\n\n* Improve error handling for external API connections in ctrlr service - AP-1307\n\n* Fix issue with ctrlr service failing to authenticate with external API - AP-1308\n\n* Add unit tests for ctrlr service to improve test coverage - AP-1308\n\n---------\n\nCo-authored-by: francisco-cocozza <francisco@codefresh.io>\nCo-authored-by: kostis-codefresh <demodummy@codefresh.io> for aperture-dev --- manifests/trio-app/aperture-dev/Chart.yaml | 2 +- manifests/trio-app/aperture-dev/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/trio-app/aperture-dev/Chart.yaml b/manifests/trio-app/aperture-dev/Chart.yaml index 642c75132a..87ba34023e 100644 --- a/manifests/trio-app/aperture-dev/Chart.yaml +++ b/manifests/trio-app/aperture-dev/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 1.608.4 +appVersion: 1.608.5 name: trio-app description: A Helm chart for Kubernetes type: application diff --git a/manifests/trio-app/aperture-dev/values.yaml b/manifests/trio-app/aperture-dev/values.yaml index 240dd65266..116595e2ad 100644 --- a/manifests/trio-app/aperture-dev/values.yaml +++ b/manifests/trio-app/aperture-dev/values.yaml @@ -1,6 +1,6 @@ buslog: image: - tag: main-4b42260 + tag: main-392dd2e repository: docker.io/aperturesci/buslog replicaCount: 2 rollout: