From b65bd09c86a8d345c43970df2d3792f38907f491 Mon Sep 17 00:00:00 2001 From: kubeshop-bot Date: Thu, 25 Jan 2024 12:16:45 +0000 Subject: [PATCH] Update Chart.yaml files --- charts/testkube-operator/Chart.yaml | 4 ++-- charts/testkube/Chart.yaml | 9 ++------- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/charts/testkube-operator/Chart.yaml b/charts/testkube-operator/Chart.yaml index b61880276..483d103f8 100644 --- a/charts/testkube-operator/Chart.yaml +++ b/charts/testkube-operator/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: testkube-operator description: A Helm chart for the testkube-operator (installs needed CRDs only for now) type: application -version: 1.16.21 -appVersion: 1.16.21 +version: 1.16.25 +appVersion: 1.16.25 dependencies: - name: global version: 0.1.2 diff --git a/charts/testkube/Chart.yaml b/charts/testkube/Chart.yaml index 24f70092c..89da9e959 100644 --- a/charts/testkube/Chart.yaml +++ b/charts/testkube/Chart.yaml @@ -2,10 +2,10 @@ 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.16.29 +version: 1.16.30 dependencies: - name: testkube-operator - version: 1.16.21 + version: 1.16.25 #repository: https://kubeshop.github.io/helm-charts repository: "file://../testkube-operator" condition: testkube-operator.enabled @@ -26,11 +26,6 @@ dependencies: #repository: https://kubeshop.github.io/helm-charts repository: "file://../testkube-dashboard" condition: testkube-dashboard.enabled - - name: testkube-logs - version: 0.2.0 - #repository: https://kubeshop.github.io/helm-charts - repository: "file://../testkube-logs" - condition: global.features.logsV2 - name: global version: 0.1.2 #repository: https://kubeshop.github.io/helm-charts