mirror of
https://github.com/bitnami/charts.git
synced 2026-03-05 06:47:25 +08:00
Add missing release and charts labels in pods
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
name: elasticsearch
|
||||
version: 1.0.7
|
||||
version: 1.0.8
|
||||
appVersion: 6.3.2
|
||||
description: A highly scalable open-source full-text search and analytics engine
|
||||
keywords:
|
||||
|
||||
@@ -13,6 +13,7 @@ spec:
|
||||
matchLabels:
|
||||
app: {{ template "elasticsearch.name" . }}
|
||||
release: {{ .Release.Name | quote }}
|
||||
chart: {{ template "elasticsearch.chart" . }}
|
||||
role: "data"
|
||||
serviceName: "{{ template "data.fullname" . }}"
|
||||
replicas: {{ .Values.data.replicas }}
|
||||
@@ -20,6 +21,7 @@ spec:
|
||||
metadata:
|
||||
labels:
|
||||
app: {{ template "elasticsearch.name" . }}
|
||||
chart: {{ template "elasticsearch.chart" . }}
|
||||
release: {{ .Release.Name | quote }}
|
||||
role: "data"
|
||||
spec:
|
||||
|
||||
@@ -14,6 +14,7 @@ spec:
|
||||
metadata:
|
||||
labels:
|
||||
app: {{ template "elasticsearch.name" . }}
|
||||
chart: {{ template "elasticsearch.chart" . }}
|
||||
release: {{ .Release.Name | quote }}
|
||||
role: "master"
|
||||
spec:
|
||||
|
||||
@@ -16,6 +16,7 @@ spec:
|
||||
labels:
|
||||
app: {{ template "elasticsearch.name" . }}
|
||||
release: {{ .Release.Name | quote }}
|
||||
chart: {{ template "elasticsearch.chart" . }}
|
||||
role: "metrics"
|
||||
spec:
|
||||
{{- if .Values.image.pullSecrets }}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: jenkins
|
||||
version: 0.4.72
|
||||
version: 0.4.73
|
||||
appVersion: 2.121.2
|
||||
description: The leading open source automation server
|
||||
keywords:
|
||||
|
||||
@@ -12,6 +12,8 @@ spec:
|
||||
metadata:
|
||||
labels:
|
||||
app: {{ template "fullname" . }}
|
||||
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
|
||||
release: "{{ .Release.Name }}"
|
||||
spec:
|
||||
{{- if .Values.image.pullSecrets }}
|
||||
imagePullSecrets:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: mean
|
||||
version: 2.0.0
|
||||
version: 2.0.1
|
||||
appVersion: 3.6.4
|
||||
description: MEAN is a free and open-source JavaScript software stack for building dynamic web sites and web applications. The MEAN stack is MongoDB, Express.js, Angular, and Node.js. Because all components of the MEAN stack support programs written in JavaScript, MEAN applications can be written in one language for both server-side and client-side execution environments.
|
||||
keywords:
|
||||
|
||||
@@ -14,6 +14,7 @@ spec:
|
||||
labels:
|
||||
app: {{ template "mean.name" . }}
|
||||
release: {{ .Release.Name | quote }}
|
||||
chart: {{ template "mean.chart" . }}
|
||||
spec:
|
||||
{{- if .Values.image.pullSecrets }}
|
||||
imagePullSecrets:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: memcached
|
||||
version: 0.4.32
|
||||
version: 0.4.33
|
||||
appVersion: 1.5.9-debian-9
|
||||
description: Chart for Memcached
|
||||
keywords:
|
||||
|
||||
@@ -12,6 +12,8 @@ spec:
|
||||
metadata:
|
||||
labels:
|
||||
app: {{ template "fullname" . }}
|
||||
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
|
||||
release: "{{ .Release.Name }}"
|
||||
spec:
|
||||
{{- if .Values.image.pullSecrets }}
|
||||
imagePullSecrets:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: metrics-server
|
||||
version: 0.0.2
|
||||
version: 0.0.3
|
||||
appVersion: 0.2.1
|
||||
description: Metrics Server is a cluster-wide aggregator of resource usage data. Metrics Server collects metrics from the Summary API, exposed by Kubelet on each node.
|
||||
keywords:
|
||||
|
||||
@@ -12,11 +12,13 @@ spec:
|
||||
matchLabels:
|
||||
app: {{ template "metrics-server.name" . }}
|
||||
release: {{ .Release.Name | quote }}
|
||||
chart: {{ template "metrics-server.chart" . }}
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: {{ template "metrics-server.name" . }}
|
||||
release: {{ .Release.Name | quote }}
|
||||
chart: {{ template "metrics-server.chart" . }}
|
||||
spec:
|
||||
serviceAccountName: {{ template "metrics-server.serviceAccountName" . }}
|
||||
containers:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: postgresql
|
||||
version: 2.1.0
|
||||
version: 2.1.1
|
||||
appVersion: 10.4.0
|
||||
description: Chart for PostgreSQL
|
||||
keywords:
|
||||
|
||||
@@ -14,6 +14,7 @@ spec:
|
||||
labels:
|
||||
release: "{{ .Release.Name }}"
|
||||
app: {{ template "postgresql.name" . }}
|
||||
chart: {{ template "postgresql.chart" . }}
|
||||
role: metrics
|
||||
{{- if .Values.metrics.podLabels }}
|
||||
{{ toYaml .Values.metrics.podLabels | indent 8 }}
|
||||
@@ -71,4 +72,4 @@ spec:
|
||||
containerPort: 9187
|
||||
resources:
|
||||
{{ toYaml .Values.metrics.resources | indent 10 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: tensorflow-inception
|
||||
version: 0.0.11
|
||||
version: 0.0.12
|
||||
appVersion: 1.9.0
|
||||
description: Open-source software library for serving machine learning models
|
||||
keywords:
|
||||
|
||||
@@ -13,6 +13,8 @@ spec:
|
||||
metadata:
|
||||
labels:
|
||||
app: tensorflow-serving
|
||||
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
|
||||
release: "{{ .Release.Name }}"
|
||||
spec:
|
||||
{{- if .Values.server.image.pullSecrets }}
|
||||
imagePullSecrets:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: tomcat
|
||||
version: 0.4.28
|
||||
version: 0.4.29
|
||||
appVersion: 8.5.32-debian-9
|
||||
description: Chart for Apache Tomcat
|
||||
keywords:
|
||||
|
||||
@@ -12,6 +12,8 @@ spec:
|
||||
metadata:
|
||||
labels:
|
||||
app: {{ template "fullname" . }}
|
||||
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
|
||||
release: "{{ .Release.Name }}"
|
||||
spec:
|
||||
{{- if .Values.image.pullSecrets }}
|
||||
imagePullSecrets:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: wildfly
|
||||
version: 0.4.15
|
||||
version: 0.4.16
|
||||
appVersion: 13.0.0-debian-9
|
||||
description: Chart for Wildfly
|
||||
keywords:
|
||||
|
||||
@@ -12,6 +12,8 @@ spec:
|
||||
metadata:
|
||||
labels:
|
||||
app: {{ template "fullname" . }}
|
||||
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
|
||||
release: "{{ .Release.Name }}"
|
||||
spec:
|
||||
{{- if .Values.image.pullSecrets }}
|
||||
imagePullSecrets:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: zookeeper
|
||||
version: 0.0.3
|
||||
version: 0.0.4
|
||||
appVersion: 3.4.12-debian-9
|
||||
description: A centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services for distributed applications.
|
||||
keywords:
|
||||
|
||||
Reference in New Issue
Block a user