From cc19b06ea20c03b98bd4d1645658afa640cc22a0 Mon Sep 17 00:00:00 2001 From: Sebastian Bezold Date: Mon, 4 Sep 2023 16:47:23 +0200 Subject: [PATCH] fix(build): bump chart versions to match original versions --- charts/conforming-agent/Chart.yaml | 2 +- charts/provisioning-agent/Chart.yaml | 2 +- charts/remoting-agent/Chart.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/conforming-agent/Chart.yaml b/charts/conforming-agent/Chart.yaml index d049b534..d006719e 100644 --- a/charts/conforming-agent/Chart.yaml +++ b/charts/conforming-agent/Chart.yaml @@ -29,6 +29,6 @@ sources: - https://github.com/eclipse-tractusx/knowledge-agents/tree/main/conforming type: application appVersion: "1.9.8" -version: 1.9.7 +version: 1.9.8 maintainers: - name: 'Tractus-X Knowledge Agents Team' diff --git a/charts/provisioning-agent/Chart.yaml b/charts/provisioning-agent/Chart.yaml index 7173e849..a1c29207 100644 --- a/charts/provisioning-agent/Chart.yaml +++ b/charts/provisioning-agent/Chart.yaml @@ -29,6 +29,6 @@ sources: - https://github.com/eclipse-tractusx/knowledge-agents/tree/main/provisioning type: application appVersion: "1.9.8" -version: 1.9.7 +version: 1.9.8 maintainers: - name: 'Tractus-X Knowledge Agents Team' diff --git a/charts/remoting-agent/Chart.yaml b/charts/remoting-agent/Chart.yaml index e458e391..570679e9 100644 --- a/charts/remoting-agent/Chart.yaml +++ b/charts/remoting-agent/Chart.yaml @@ -29,6 +29,6 @@ sources: - https://github.com/eclipse-tractusx/knowledge-agents/tree/main/remoting type: application appVersion: "1.9.8" -version: 1.9.7 +version: 1.9.8 maintainers: - name: 'Tractus-X Knowledge Agents Team'