mirror of
https://github.com/bitnami/charts.git
synced 2026-08-10 14:15:55 +08:00
[bitnami/mlflow] Render imagePullSecrets (#27126)
* [bitnami/mlflow] Render imagePullSecrets Signed-off-by: Fran Mulero <fmulero@vmware.com> * Update Chart.lock Signed-off-by: Fran Mulero <fmulero@vmware.com> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: Fran Mulero <fmulero@vmware.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
co-authored by
Bitnami Containers
parent
d9f1b3799e
commit
3c75b4159d
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 1.4.4 (2024-06-06)
|
||||
## 1.4.5 (2024-06-12)
|
||||
|
||||
* [bitnami/mlflow] Release 1.4.4 ([#27035](https://github.com/bitnami/charts/pull/27035))
|
||||
* [bitnami/mlflow] Render imagePullSecrets ([#27126](https://github.com/bitnami/charts/pull/27126))
|
||||
|
||||
## <small>1.4.4 (2024-06-06)</small>
|
||||
|
||||
* [bitnami/mlflow] Release 1.4.4 (#27035) ([017a475](https://github.com/bitnami/charts/commit/017a4756394b9c887853f961d7c5e9437282dee0)), closes [#27035](https://github.com/bitnami/charts/issues/27035)
|
||||
|
||||
## <small>1.4.3 (2024-06-06)</small>
|
||||
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
dependencies:
|
||||
- name: minio
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 14.6.5
|
||||
version: 14.6.7
|
||||
- name: postgresql
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 15.5.2
|
||||
version: 15.5.5
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 2.20.0
|
||||
digest: sha256:e7984a236bc3b9770cd910124fa1aa41fecb1e3291b5f6bd4463356f6751ab10
|
||||
generated: "2024-06-06T15:11:21.817564097Z"
|
||||
version: 2.20.2
|
||||
digest: sha256:c2d8f45e202cf81f0378eb66e33f152d9654747e44fdeb06a26ac309a613c79c
|
||||
generated: "2024-06-12T17:04:10.187466+02:00"
|
||||
|
||||
@@ -44,4 +44,4 @@ sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/mlflow
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/mlflow
|
||||
- https://github.com/mlflow/mlflow
|
||||
version: 1.4.4
|
||||
version: 1.4.5
|
||||
|
||||
@@ -28,7 +28,7 @@ Return the proper image name (for the init container wait-permissions image)
|
||||
Return the proper Docker Image Registry Secret Names
|
||||
*/}}
|
||||
{{- define "mlflow.v0.imagePullSecrets" -}}
|
||||
{{- include "common.images.pullSecrets" (dict "images" (list .Values.image .Values.waitContainer.image .Values.volumePermissions.image) "global" .Values.global) -}}
|
||||
{{- include "common.images.renderPullSecrets" (dict "images" (list .Values.image .Values.waitContainer.image .Values.volumePermissions.image) "context" $) -}}
|
||||
{{- end -}}
|
||||
|
||||
{{/*
|
||||
|
||||
@@ -44,7 +44,7 @@ spec:
|
||||
app.kubernetes.io/part-of: mlflow
|
||||
app.kubernetes.io/component: run
|
||||
spec:
|
||||
{{- include "mlflow.v0.imagePullSecrets" . | indent 6 }}
|
||||
{{- include "mlflow.v0.imagePullSecrets" . | nindent 6 }}
|
||||
serviceAccountName: {{ template "mlflow.v0.run.serviceAccountName" . }}
|
||||
automountServiceAccountToken: {{ .Values.run.automountServiceAccountToken }}
|
||||
{{- if .Values.run.hostAliases }}
|
||||
|
||||
@@ -43,7 +43,7 @@ spec:
|
||||
app.kubernetes.io/component: tracking
|
||||
spec:
|
||||
serviceAccountName: {{ include "mlflow.v0.tracking.serviceAccountName" . }}
|
||||
{{- include "mlflow.v0.imagePullSecrets" . | indent 6 }}
|
||||
{{- include "mlflow.v0.imagePullSecrets" . | nindent 6 }}
|
||||
automountServiceAccountToken: {{ .Values.tracking.automountServiceAccountToken }}
|
||||
{{- if .Values.tracking.hostAliases }}
|
||||
hostAliases: {{- include "common.tplvalues.render" (dict "value" .Values.tracking.hostAliases "context" $) | nindent 8 }}
|
||||
|
||||
Reference in New Issue
Block a user