From 37188148d7612a33691ea25d718f502259ee6503 Mon Sep 17 00:00:00 2001 From: Laurent Rochette Date: Thu, 18 Jun 2026 13:07:35 +0000 Subject: [PATCH] [promotion:trio-flow] Merged PR: General fixes/changes + taking care of the following tickets: AP-63731 AP-63732\n\n* Fix issue with buslog service failing to start on Kubernetes cluster - AP-63731\n\n* Implement API versioning in buslog service for backward compatibility - AP-63732\n\n---------\n\nCo-authored-by: lrochette <laurent.rochette@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 e682fcd1cb..9db3c8bb6e 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.518.6 +appVersion: 1.518.7 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 630b75ba03..0732453692 100644 --- a/manifests/trio-app/aperture-dev/values.yaml +++ b/manifests/trio-app/aperture-dev/values.yaml @@ -38,7 +38,7 @@ ctrlr: - setWeight: 100 flask-ui: image: - tag: main-c69f813 + tag: main-d6898b2 repository: docker.io/aperturesci/flask-ui replicaCount: 2 rollout: