[bitnami/metallb] Change container names (#2530)

* [bitnami/metallb] Change container names

* Update major version

* Revert "Update major version"

This reverts commit e355b4d15e.

* [bitnami/metallb] Update components versions

Signed-off-by: Bitnami Containers <containers@bitnami.com>

Co-authored-by: Bitnami Containers <containers@bitnami.com>
This commit is contained in:
Miguel Ángel Cabrera Miñagorri
2020-05-06 18:20:35 +02:00
committed by GitHub
co-authored by Bitnami Containers
parent 9f6e477fb6
commit 480ef0ad0d
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ icon: https://metallb.universe.tf/images/logo.png
sources:
- https://github.com/metallb/metallb
- https://github.com/bitnami/bitnami-docker-metallb
version: 0.1.11
version: 0.1.12
maintainers:
- name: cellebyte
email: cellebyte@gmail.com
+2 -2
View File
@@ -15,7 +15,7 @@ spec:
{{- if .Values.speaker.podAnnotations }}
annotations: {{- toYaml .Values.speaker.podAnnotations | nindent 8 }}
{{- end }}
spec:
spec:
{{- include "metallb.speaker.imagePullSecrets" . | nindent 6 }}
tolerations:
- key: node-role.kubernetes.io/master
@@ -24,7 +24,7 @@ spec:
terminationGracePeriodSeconds: {{ .Values.speaker.daemonset.terminationGracePeriodSeconds }}
hostNetwork: true
containers:
- name: speaker
- name: metallb-speaker
image: {{ include "metallb.speaker.image" . }}
imagePullPolicy: {{ .Values.speaker.image.pullPolicy }}
args:
+3 -3
View File
@@ -16,11 +16,11 @@ spec:
{{- if .Values.controller.podAnnotations }}
annotations: {{- toYaml .Values.controller.podAnnotations | nindent 8 }}
{{- end }}
spec:
spec:
{{- include "metallb.controller.imagePullSecrets" . | nindent 6 }}
serviceAccountName: {{ include "metallb.controllerServiceAccountName" . }}
terminationGracePeriodSeconds: {{ .Values.controller.terminationGracePeriodSeconds }}
nodeSelector:
nodeSelector:
{{- if .Values.controller.nodeSelector }} {{- include "metallb.tplValue" (dict "value" .Values.controller.nodeSelector "context" $) | nindent 8 }}
{{- end }}
"kubernetes.io/os": linux
@@ -31,7 +31,7 @@ spec:
tolerations: {{- include "metallb.tplValue" (dict "value" .Values.controller.tolerations "context" $) | nindent 8 }}
{{- end }}
containers:
- name: controller
- name: metallb-controller
image: {{ include "metallb.controller.image" . }}
imagePullPolicy: {{ .Values.controller.image.pullPolicy }}
args:
+2 -2
View File
@@ -63,7 +63,7 @@ controller:
image:
registry: docker.io
repository: bitnami/metallb-controller
tag: 0.9.3-debian-10-r37
tag: 0.9.3-debian-10-r38
## 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
@@ -171,7 +171,7 @@ speaker:
image:
registry: docker.io
repository: bitnami/metallb-speaker
tag: 0.9.3-debian-10-r38
tag: 0.9.3-debian-10-r44
## 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