From 966a0e69ab8612868a4b1b59110e069c267337d1 Mon Sep 17 00:00:00 2001 From: Filippo Brintazzoli Date: Tue, 21 Jan 2025 17:03:00 +0100 Subject: [PATCH] Fixed: ClearML org rename (#344) Co-authored-by: fbrintazzoli --- charts/clearml/Chart.yaml | 14 ++++++-------- charts/clearml/README.md | 20 ++++++++++---------- charts/clearml/README.md.gotmpl | 14 +++++++------- 3 files changed, 23 insertions(+), 25 deletions(-) diff --git a/charts/clearml/Chart.yaml b/charts/clearml/Chart.yaml index e9cc325..91623b8 100644 --- a/charts/clearml/Chart.yaml +++ b/charts/clearml/Chart.yaml @@ -2,14 +2,14 @@ apiVersion: v2 name: clearml description: MLOps platform type: application -version: "7.14.1" +version: "7.14.2" appVersion: "2.0" kubeVersion: ">= 1.21.0-0 < 1.32.0-0" home: https://clear.ml -icon: https://raw.githubusercontent.com/allegroai/clearml/master/docs/clearml-logo.svg +icon: https://raw.githubusercontent.com/clearml/clearml/master/docs/clearml-logo.svg sources: - - https://github.com/allegroai/clearml-helm-charts - - https://github.com/allegroai/clearml + - https://github.com/clearml/clearml-helm-charts + - https://github.com/clearml/clearml maintainers: - name: filippo-clearml url: https://github.com/filippo-clearml @@ -32,7 +32,5 @@ dependencies: condition: elasticsearch.enabled annotations: artifacthub.io/changes: | - - kind: changed - description: "Updated to MongoDB v6" - - kind: changed - description: "Updated app image versions v2.0" + - kind: fixed + description: "ClearML org rename" diff --git a/charts/clearml/README.md b/charts/clearml/README.md index 1496ed5..7ffe71b 100644 --- a/charts/clearml/README.md +++ b/charts/clearml/README.md @@ -1,6 +1,6 @@ # ClearML Ecosystem for Kubernetes -![Version: 7.14.1](https://img.shields.io/badge/Version-7.14.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0](https://img.shields.io/badge/AppVersion-2.0-informational?style=flat-square) +![Version: 7.14.2](https://img.shields.io/badge/Version-7.14.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.0](https://img.shields.io/badge/AppVersion-2.0-informational?style=flat-square) MLOps platform @@ -14,7 +14,7 @@ MLOps platform ## Introduction -The **clearml-server** is the backend service infrastructure for [ClearML](https://github.com/allegroai/clearml). +The **clearml-server** is the backend service infrastructure for [ClearML](https://github.com/clearml/clearml). It allows multiple users to collaborate and manage their experiments. **clearml-server** contains the following components: @@ -30,7 +30,7 @@ It allows multiple users to collaborate and manage their experiments. To add this chart to your local Helm repository: ``` -helm repo add allegroai https://allegroai.github.io/clearml-helm-charts +helm repo add clearml https://clearml.github.io/clearml-helm-charts ``` ## Local environment @@ -68,7 +68,7 @@ nodes: containerPath: /var/local-path-provisioner EOF -helm install clearml allegroai/clearml +helm install clearml clearml/clearml ``` After deployment, the services will be exposed on localhost on the following ports: @@ -96,7 +96,7 @@ Just pointing the domain records to the IP where ingress controller is respondin A production ready cluster should also have some different configuration like the one proposed in `values-production.yaml` that can be applied with: ``` -helm install clearml allegroai/clearml -f values-production.yaml +helm install clearml clearml/clearml -f values-production.yaml ``` ## Upgrades/ Values upgrades @@ -105,13 +105,13 @@ Updating to latest version of this chart can be done in two steps: ``` helm repo update -helm upgrade clearml allegroai/clearml +helm upgrade clearml clearml/clearml ``` Changing values on existing installation can be done with: ``` -helm upgrade clearml allegroai/clearml --version -f custom_values.yaml +helm upgrade clearml clearml/clearml --version -f custom_values.yaml ``` Please note: updating values only should always be done setting explicit chart version to avoid a possible chart update. @@ -132,12 +132,12 @@ You can also configure the **clearml-server** for: * fixed users (users with credentials) * non-responsive experiment watchdog settings -For detailed instructions, see the [Optional Configuration](https://github.com/allegroai/clearml-server#optional-configuration) section in the **clearml-server** repository README file. +For detailed instructions, see the [Optional Configuration](https://github.com/clearml/clearml-server#optional-configuration) section in the **clearml-server** repository README file. ## Source Code -* -* +* +* ## Requirements diff --git a/charts/clearml/README.md.gotmpl b/charts/clearml/README.md.gotmpl index 015d3a4..e2cd5f0 100644 --- a/charts/clearml/README.md.gotmpl +++ b/charts/clearml/README.md.gotmpl @@ -11,7 +11,7 @@ ## Introduction -The **clearml-server** is the backend service infrastructure for [ClearML](https://github.com/allegroai/clearml). +The **clearml-server** is the backend service infrastructure for [ClearML](https://github.com/clearml/clearml). It allows multiple users to collaborate and manage their experiments. **clearml-server** contains the following components: @@ -27,7 +27,7 @@ It allows multiple users to collaborate and manage their experiments. To add this chart to your local Helm repository: ``` -helm repo add allegroai https://allegroai.github.io/clearml-helm-charts +helm repo add clearml https://clearml.github.io/clearml-helm-charts ``` ## Local environment @@ -65,7 +65,7 @@ nodes: containerPath: /var/local-path-provisioner EOF -helm install clearml allegroai/clearml +helm install clearml clearml/clearml ``` After deployment, the services will be exposed on localhost on the following ports: @@ -93,7 +93,7 @@ Just pointing the domain records to the IP where ingress controller is respondin A production ready cluster should also have some different configuration like the one proposed in `values-production.yaml` that can be applied with: ``` -helm install clearml allegroai/clearml -f values-production.yaml +helm install clearml clearml/clearml -f values-production.yaml ``` ## Upgrades/ Values upgrades @@ -102,13 +102,13 @@ Updating to latest version of this chart can be done in two steps: ``` helm repo update -helm upgrade clearml allegroai/clearml +helm upgrade clearml clearml/clearml ``` Changing values on existing installation can be done with: ``` -helm upgrade clearml allegroai/clearml --version -f custom_values.yaml +helm upgrade clearml clearml/clearml --version -f custom_values.yaml ``` Please note: updating values only should always be done setting explicit chart version to avoid a possible chart update. @@ -129,7 +129,7 @@ You can also configure the **clearml-server** for: * fixed users (users with credentials) * non-responsive experiment watchdog settings -For detailed instructions, see the [Optional Configuration](https://github.com/allegroai/clearml-server#optional-configuration) section in the **clearml-server** repository README file. +For detailed instructions, see the [Optional Configuration](https://github.com/clearml/clearml-server#optional-configuration) section in the **clearml-server** repository README file. {{ template "chart.sourcesSection" . }}