mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/rocketchat] update image variable (#10593)
* update image variable Signed-off-by: Bart Verwilst <bart@verwilst.be> * update mongodb chart dep Signed-off-by: Bart Verwilst <bart@verwilst.be>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
a07186fc2d
commit
8ab6acc36d
@@ -1,6 +1,6 @@
|
||||
name: rocketchat
|
||||
version: 0.1.5
|
||||
appVersion: 0.69.1
|
||||
version: 0.2.0
|
||||
appVersion: 0.73.2
|
||||
description: Prepare to take off with the ultimate chat platform, experience the next
|
||||
level of team communications
|
||||
keywords:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
dependencies:
|
||||
- name: mongodb
|
||||
repository: https://kubernetes-charts.storage.googleapis.com/
|
||||
version: 4.3.2
|
||||
digest: sha256:ddfaec6a053a9e5944e28b808b2ef6d1dc60357e7e3bc755553881fadb946537
|
||||
generated: 2018-09-10T08:39:20.065497472Z
|
||||
version: 5.1.1
|
||||
digest: sha256:c37d293a678a1f3a6f6f1bd567dab13f0d02aff050ee0ec6d6bcdd9fd5c8a7d5
|
||||
generated: 2019-01-14T16:56:18.315012357+01:00
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
dependencies:
|
||||
- name: mongodb
|
||||
version: 4.3.x
|
||||
version: 5.1.x
|
||||
repository: https://kubernetes-charts.storage.googleapis.com/
|
||||
|
||||
@@ -22,8 +22,8 @@ spec:
|
||||
{{- end }}
|
||||
containers:
|
||||
- name: {{ template "rocketchat.fullname" . }}
|
||||
image: "{{ .Values.image }}"
|
||||
imagePullPolicy: {{ default "" .Values.imagePullPolicy | quote }}
|
||||
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
|
||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||
env:
|
||||
- name: DEPLOY_PLATFORM
|
||||
value: helm-chart
|
||||
|
||||
@@ -1,13 +1,10 @@
|
||||
## Rocket Chat image version
|
||||
## ref: https://hub.docker.com/r/library/rocket.chat/tags/
|
||||
## ref: https://hub.docker.com/r/rocketchat/rocket.chat/tags
|
||||
##
|
||||
image: rocket.chat:0.69.1
|
||||
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
##
|
||||
# imagePullPolicy:
|
||||
image:
|
||||
repository: rocketchat/rocket.chat
|
||||
tag: 0.73.2
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
## Host for the application
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user