diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7230fed..2527240 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -43,11 +43,6 @@ jobs: echo "::set-output name=changed::true" echo "::set-output name=changed_charts::\"${changed//$'\n'/,}\"" fi - - name: Inject secrets - run: | - find ./charts/*/ci/*.yaml -type f -exec sed -i "s/AGENTK8SGLUEKEY/${{ secrets.agentk8sglueKey }}/g" {} \; - find ./charts/*/ci/*.yaml -type f -exec sed -i "s/AGENTK8SGLUESECRET/${{ secrets.agentk8sglueSecret }}/g" {} \; - if: steps.list-changed.outputs.changed == 'true' - name: Run chart-testing (lint and install) run: ct lint-and-install --chart-dirs=charts --target-branch=main --helm-extra-args="--timeout=15m" --charts=${{steps.list-changed.outputs.changed_charts}} --debug=true if: steps.list-changed.outputs.changed == 'true' diff --git a/charts/clearml-agent/Chart.yaml b/charts/clearml-agent/Chart.yaml index 29a0382..6897327 100644 --- a/charts/clearml-agent/Chart.yaml +++ b/charts/clearml-agent/Chart.yaml @@ -2,9 +2,9 @@ apiVersion: v2 name: clearml-agent description: MLOps platform type: application -version: "2.0.0" +version: "2.0.1" appVersion: "1.24" -kubeVersion: ">= 1.19.0-0 < 1.25.0-0" +kubeVersion: ">= 1.19.0-0 < 1.26.0-0" home: https://clear.ml icon: https://raw.githubusercontent.com/allegroai/clearml/master/docs/clearml-logo.svg sources: diff --git a/charts/clearml-agent/README.md b/charts/clearml-agent/README.md index e020be2..028e9c3 100644 --- a/charts/clearml-agent/README.md +++ b/charts/clearml-agent/README.md @@ -1,6 +1,6 @@ # ClearML Kubernetes Agent -![Version: 2.0.0](https://img.shields.io/badge/Version-2.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.24](https://img.shields.io/badge/AppVersion-1.24-informational?style=flat-square) +![Version: 2.0.1](https://img.shields.io/badge/Version-2.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.24](https://img.shields.io/badge/AppVersion-1.24-informational?style=flat-square) MLOps platform @@ -24,7 +24,7 @@ It allows you to schedule distributed experiments on a Kubernetes cluster. ## Requirements -Kubernetes: `>= 1.19.0-0 < 1.25.0-0` +Kubernetes: `>= 1.19.0-0 < 1.26.0-0` ## Values