mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/mongodb] Use string instead of int in the tag (#5893)
* [stable/mongodb] Use string instead of int in the tag * Increase chart version * Use trimAll * Use toString
This commit is contained in:
committed by
k8s-ci-robot
parent
8c14816e59
commit
2b4cebae03
@@ -1,5 +1,5 @@
|
||||
name: mongodb
|
||||
version: 2.0.6
|
||||
version: 2.0.7
|
||||
appVersion: 3.6.5
|
||||
description: NoSQL document-oriented database that stores JSON-like documents with dynamic schemas, simplifying the integration of data in content-driven applications.
|
||||
keywords:
|
||||
|
||||
@@ -21,6 +21,6 @@ Return the proper image name
|
||||
{{- define "mongodb.image" -}}
|
||||
{{- $registryName := .Values.image.registry -}}
|
||||
{{- $repositoryName := .Values.image.repository -}}
|
||||
{{- $tag := .Values.image.tag -}}
|
||||
{{- $tag := .Values.image.tag | toString -}}
|
||||
{{- printf "%s/%s:%s" $registryName $repositoryName $tag -}}
|
||||
{{- end -}}
|
||||
|
||||
Reference in New Issue
Block a user