mirror of
https://github.com/bitnami/charts.git
synced 2026-03-14 14:57:22 +08:00
Synchronize upstreamed folder to 80d85c7ed
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
name: drupal
|
name: drupal
|
||||||
version: 3.0.5
|
version: 3.0.6
|
||||||
appVersion: 8.6.8
|
appVersion: 8.6.9
|
||||||
description: One of the most versatile open source content management systems.
|
description: One of the most versatile open source content management systems.
|
||||||
keywords:
|
keywords:
|
||||||
- drupal
|
- drupal
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: bitnami/drupal
|
repository: bitnami/drupal
|
||||||
tag: 8.6.8
|
tag: 8.6.9
|
||||||
## Specify a imagePullPolicy
|
## Specify a imagePullPolicy
|
||||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||||
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
name: mongodb
|
name: mongodb
|
||||||
version: 5.3.2
|
version: 5.3.3
|
||||||
appVersion: 4.0.6
|
appVersion: 4.0.6
|
||||||
description: NoSQL document-oriented database that stores JSON-like documents with dynamic schemas, simplifying the integration of data in content-driven applications.
|
description: NoSQL document-oriented database that stores JSON-like documents with dynamic schemas, simplifying the integration of data in content-driven applications.
|
||||||
keywords:
|
keywords:
|
||||||
|
|||||||
@@ -14,9 +14,9 @@ metadata:
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
spec:
|
spec:
|
||||||
type: {{ .Values.service.type }}
|
type: {{ .Values.service.type }}
|
||||||
{{- if and (eq .Values.service.type "ClusterIP") .Values.service.clusterIP }}
|
{{- if and (eq .Values.service.type "ClusterIP") .Values.service.clusterIP }}
|
||||||
clusterIP: {{ .Values.service.clusterIP }}
|
clusterIP: {{ .Values.service.clusterIP }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
ports:
|
ports:
|
||||||
- name: mongodb
|
- name: mongodb
|
||||||
port: 27017
|
port: 27017
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
name: postgresql
|
name: postgresql
|
||||||
version: 3.10.1
|
version: 3.10.2
|
||||||
appVersion: 10.6.0
|
appVersion: 10.6.0
|
||||||
description: Chart for PostgreSQL, an object-relational database management system (ORDBMS) with an emphasis on extensibility and on standards-compliance.
|
description: Chart for PostgreSQL, an object-relational database management system (ORDBMS) with an emphasis on extensibility and on standards-compliance.
|
||||||
keywords:
|
keywords:
|
||||||
|
|||||||
@@ -26,11 +26,6 @@ spec:
|
|||||||
heritage: {{ .Release.Service | quote }}
|
heritage: {{ .Release.Service | quote }}
|
||||||
role: slave
|
role: slave
|
||||||
spec:
|
spec:
|
||||||
{{- if .Values.securityContext.enabled }}
|
|
||||||
securityContext:
|
|
||||||
fsGroup: {{ .Values.securityContext.fsGroup }}
|
|
||||||
runAsUser: {{ .Values.securityContext.runAsUser }}
|
|
||||||
{{- end }}
|
|
||||||
{{- if .Values.image.pullSecrets }}
|
{{- if .Values.image.pullSecrets }}
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
{{- range .Values.image.pullSecrets }}
|
{{- range .Values.image.pullSecrets }}
|
||||||
@@ -79,6 +74,11 @@ spec:
|
|||||||
imagePullPolicy: "{{ .Values.image.pullPolicy }}"
|
imagePullPolicy: "{{ .Values.image.pullPolicy }}"
|
||||||
resources:
|
resources:
|
||||||
{{ toYaml .Values.resources | indent 10 }}
|
{{ toYaml .Values.resources | indent 10 }}
|
||||||
|
{{- if .Values.securityContext.enabled }}
|
||||||
|
securityContext:
|
||||||
|
fsGroup: {{ .Values.securityContext.fsGroup }}
|
||||||
|
runAsUser: {{ .Values.securityContext.runAsUser }}
|
||||||
|
{{- end }}
|
||||||
env:
|
env:
|
||||||
{{- if .Values.image.debug}}
|
{{- if .Values.image.debug}}
|
||||||
- name: BASH_DEBUG
|
- name: BASH_DEBUG
|
||||||
|
|||||||
@@ -27,11 +27,6 @@ spec:
|
|||||||
heritage: {{ .Release.Service | quote }}
|
heritage: {{ .Release.Service | quote }}
|
||||||
role: master
|
role: master
|
||||||
spec:
|
spec:
|
||||||
{{- if .Values.securityContext.enabled }}
|
|
||||||
securityContext:
|
|
||||||
fsGroup: {{ .Values.securityContext.fsGroup }}
|
|
||||||
runAsUser: {{ .Values.securityContext.runAsUser }}
|
|
||||||
{{- end }}
|
|
||||||
{{- if or .Values.image.pullSecrets .Values.metrics.image.pullSecrets }}
|
{{- if or .Values.image.pullSecrets .Values.metrics.image.pullSecrets }}
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
{{- range .Values.image.pullSecrets }}
|
{{- range .Values.image.pullSecrets }}
|
||||||
@@ -83,6 +78,11 @@ spec:
|
|||||||
imagePullPolicy: "{{ .Values.image.pullPolicy }}"
|
imagePullPolicy: "{{ .Values.image.pullPolicy }}"
|
||||||
resources:
|
resources:
|
||||||
{{ toYaml .Values.resources | indent 10 }}
|
{{ toYaml .Values.resources | indent 10 }}
|
||||||
|
{{- if .Values.securityContext.enabled }}
|
||||||
|
securityContext:
|
||||||
|
fsGroup: {{ .Values.securityContext.fsGroup }}
|
||||||
|
runAsUser: {{ .Values.securityContext.runAsUser }}
|
||||||
|
{{- end }}
|
||||||
env:
|
env:
|
||||||
{{- if .Values.image.debug}}
|
{{- if .Values.image.debug}}
|
||||||
- name: BASH_DEBUG
|
- name: BASH_DEBUG
|
||||||
|
|||||||
Reference in New Issue
Block a user