From 02a87e18f59ebed77739dc1e24162c910d3a4c86 Mon Sep 17 00:00:00 2001 From: Ben Lewis Date: Mon, 23 Sep 2024 10:56:29 +0300 Subject: [PATCH] Fix duplicate `CLEARML__secure__auth__token_secret` in `apiserver-asyncdelete-deployment.yaml` (#322) * Fix duplicate `CLEARML__secure__auth__token_secret` in `apiserver-asyncdelete-deployment.yaml` * Bump `version` in `Chart.yaml` * Bump version in `README.md` * Update Chart.yaml Apply request to change `Chart.yaml` --- charts/clearml/Chart.yaml | 6 +++--- charts/clearml/README.md | 2 +- .../clearml/templates/apiserver-asyncdelete-deployment.yaml | 5 ----- 3 files changed, 4 insertions(+), 9 deletions(-) diff --git a/charts/clearml/Chart.yaml b/charts/clearml/Chart.yaml index e75fd2d..5a912d1 100644 --- a/charts/clearml/Chart.yaml +++ b/charts/clearml/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: clearml description: MLOps platform type: application -version: "7.11.3" +version: "7.11.4" appVersion: "1.16" kubeVersion: ">= 1.21.0-0 < 1.31.0-0" home: https://clear.ml @@ -32,5 +32,5 @@ dependencies: condition: elasticsearch.enabled annotations: artifacthub.io/changes: | - - kind: changed - description: Updated version to 1.16.2 + - kind: fixed + description: Removed duplicated env diff --git a/charts/clearml/README.md b/charts/clearml/README.md index 7624fe2..f37c5c4 100644 --- a/charts/clearml/README.md +++ b/charts/clearml/README.md @@ -1,6 +1,6 @@ # ClearML Ecosystem for Kubernetes -![Version: 7.11.3](https://img.shields.io/badge/Version-7.11.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16](https://img.shields.io/badge/AppVersion-1.16-informational?style=flat-square) +![Version: 7.11.4](https://img.shields.io/badge/Version-7.11.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.16](https://img.shields.io/badge/AppVersion-1.16-informational?style=flat-square) MLOps platform diff --git a/charts/clearml/templates/apiserver-asyncdelete-deployment.yaml b/charts/clearml/templates/apiserver-asyncdelete-deployment.yaml index 675b633..7cb3557 100644 --- a/charts/clearml/templates/apiserver-asyncdelete-deployment.yaml +++ b/charts/clearml/templates/apiserver-asyncdelete-deployment.yaml @@ -121,11 +121,6 @@ spec: value: "{{ .Values.clearml.defaultCompanyGuid }}" - name: CLEARML__services__async_urls_delete__fileserver__url_prefixes value: "[\"{{ include "clearml.fileUrl" . }}\"]" - - name: CLEARML__secure__auth__token_secret - valueFrom: - secretKeyRef: - name: {{ include "clearml.confSecretName" .}} - key: secure_auth_token_secret {{- if or .Values.apiserver.additionalConfigs .Values.apiserver.existingAdditionalConfigsConfigMap .Values.apiserver.existingAdditionalConfigsSecret }} volumeMounts: - name: apiserver-config