mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-23 20:16:46 +10:00
Synchronize upstreamed folder to c7f42545d
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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,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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user