Synchronize upstreamed folder to c7f42545d

This commit is contained in:
bitnami-bot
2019-08-30 07:35:09 +00:00
parent 0f1e9de740
commit b06d41ddd3
7 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: kubewatch
version: 0.8.5
version: 0.8.6
apiVersion: v1
appVersion: 0.0.4
home: https://github.com/bitnami-labs/kubewatch
+1 -1
View File
@@ -49,7 +49,7 @@ resourcesToWatch:
image:
registry: "docker.io"
repository: "bitnami/kubewatch"
tag: "0.0.4-debian-9-r269"
tag: "0.0.4-debian-9-r347"
pullPolicy: "Always"
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: mongodb
version: 7.2.3
version: 7.2.4
appVersion: 4.0.12
description: NoSQL document-oriented database that stores JSON-like documents with dynamic schemas, simplifying the integration of data in content-driven applications.
keywords:
+1
View File
@@ -98,6 +98,7 @@ The following table lists the configurable parameters of the MongoDB chart and t
| `podAnnotations` | Annotations to be added to pods | `{}` |
| `podLabels` | Additional labels for the pod(s). | `{}` |
| `resources` | Pod resources | `{}` |
| `resourcesArbiter` | Pod resources for arbiter when replica set is enabled | `{}` |
| `priorityClassName` | Pod priority class name | `` |
| `nodeSelector` | Node labels for pod assignment | `{}` |
| `affinity` | Affinity for pod assignment | `{}` |
@@ -157,7 +157,7 @@ spec:
subPath: mongodb.conf
{{- end }}
resources:
{{ toYaml .Values.resources | indent 12 }}
{{ toYaml .Values.resourcesArbiter | indent 12 }}
volumes:
{{- if .Values.configmap }}
- name: config
@@ -188,6 +188,9 @@ podLabels: {}
## ref: http://kubernetes.io/docs/user-guide/compute-resources/
##
resources: {}
# Define separate resources per arbiter, which are less then primary or secondary
# used only when replica set is enabled
resourcesArbiter: {}
# limits:
# cpu: 500m
# memory: 512Mi
+3
View File
@@ -190,6 +190,9 @@ podLabels: {}
## ref: http://kubernetes.io/docs/user-guide/compute-resources/
##
resources: {}
# Define separate resources per arbiter, which are less then primary or secondary
# used only when replica set is enabled
resourcesArbiter: {}
# limits:
# cpu: 500m
# memory: 512Mi