From 3ade1a1da2037ae1a189eb2f3eae412389589c75 Mon Sep 17 00:00:00 2001 From: kubeshop-bot Date: Wed, 29 Mar 2023 10:05:31 +0000 Subject: [PATCH] Tag: 1.10.2; testkube-dashboard CI/CD. Bumped helm chart, app and docker image tag versions. --- charts/testkube-dashboard/Chart.yaml | 4 ++-- charts/testkube/Chart.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/testkube-dashboard/Chart.yaml b/charts/testkube-dashboard/Chart.yaml index f55fa92e5..d695002fc 100644 --- a/charts/testkube-dashboard/Chart.yaml +++ b/charts/testkube-dashboard/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: testkube-dashboard description: A Helm chart for Kubernetes type: application -version: 1.10.1 -appVersion: 1.10.1 +version: 1.10.2 +appVersion: 1.10.2 dependencies: - name: global version: 0.1.1 diff --git a/charts/testkube/Chart.yaml b/charts/testkube/Chart.yaml index 6d7721ddb..df0940f34 100644 --- a/charts/testkube/Chart.yaml +++ b/charts/testkube/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: testkube description: Testkube is an open-source platform that simplifies the deployment and management of automated testing infrastructure. type: application -version: 1.10.62 +version: 1.10.63 dependencies: - name: testkube-operator version: 1.10.2 @@ -21,7 +21,7 @@ dependencies: #repository: https://kubeshop.github.io/helm-charts repository: "file://../testkube-api" - name: testkube-dashboard - version: 1.10.1 + version: 1.10.2 #repository: https://kubeshop.github.io/helm-charts repository: "file://../testkube-dashboard" condition: testkube-dashboard.enabled