mirror of
https://github.com/clearml/clearml-helm-charts
synced 2025-04-17 01:31:13 +00:00
Fix cookiename availability (#158)
* Fixed: cookieName availability * Changed: bump up version
This commit is contained in:
parent
a29a144119
commit
97550c720f
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
name: clearml
|
name: clearml
|
||||||
description: MLOps platform
|
description: MLOps platform
|
||||||
type: application
|
type: application
|
||||||
version: "5.6.0"
|
version: "5.6.1"
|
||||||
appVersion: "1.9.2"
|
appVersion: "1.9.2"
|
||||||
kubeVersion: ">= 1.21.0-0 < 1.27.0-0"
|
kubeVersion: ">= 1.21.0-0 < 1.27.0-0"
|
||||||
home: https://clear.ml
|
home: https://clear.ml
|
||||||
@ -32,5 +32,5 @@ dependencies:
|
|||||||
condition: elasticsearch.enabled
|
condition: elasticsearch.enabled
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- kind: added
|
- kind: fixed
|
||||||
description: multi host external elasticsearch support
|
description: custom cookieName always available
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# ClearML Ecosystem for Kubernetes
|
# ClearML Ecosystem for Kubernetes
|
||||||
|
|
||||||
  
|
  
|
||||||
|
|
||||||
MLOps platform
|
MLOps platform
|
||||||
|
|
||||||
|
@ -110,9 +110,9 @@ spec:
|
|||||||
value: /opt/clearml/config
|
value: /opt/clearml/config
|
||||||
- name: CLEARML__apiserver__default_company_name
|
- name: CLEARML__apiserver__default_company_name
|
||||||
value: "{{ .Values.clearml.defaultCompany }}"
|
value: "{{ .Values.clearml.defaultCompany }}"
|
||||||
{{- if not (eq .Values.clearml.cookieDomain "") }}
|
|
||||||
- name: CLEARML__APISERVER__AUTH__SESSION_AUTH_COOKIE_NAME
|
- name: CLEARML__APISERVER__AUTH__SESSION_AUTH_COOKIE_NAME
|
||||||
value: {{ .Values.clearml.cookieName }}
|
value: {{ .Values.clearml.cookieName }}
|
||||||
|
{{- if .Values.clearml.cookieDomain }}
|
||||||
- name: CLEARML__APISERVER__AUTH__COOKIES__DOMAIN
|
- name: CLEARML__APISERVER__AUTH__COOKIES__DOMAIN
|
||||||
value: ".{{ .Values.clearml.cookieDomain }}"
|
value: ".{{ .Values.clearml.cookieDomain }}"
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
Loading…
Reference in New Issue
Block a user