Skip to content

Commit

Permalink
Fix pod annotations (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
Svetomir Smiljkovic authored Apr 5, 2020
1 parent 954154e commit 242b468
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/bee/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
appVersion: latest
name: bee
version: 0.2.0
version: 0.2.1
description: Ethereum Swarm Bee Helm chart for Kubernetes
home: https://swarm.ethereum.org
icon: https://swarm-guide.readthedocs.io/en/latest/_images/swarm.png
Expand Down
2 changes: 1 addition & 1 deletion charts/bee/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ apps:
namespace: bee
description: "Ethereum Swarm Bee"
chart: "ethersphere/bee"
version: "0.2.0"
version: "0.2.1"
enabled: true
set:
replicaCount: 2
Expand Down
4 changes: 2 additions & 2 deletions charts/bee/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ spec:
metadata:
labels:
{{- include "bee.selectorLabels" . | nindent 8 }}
{{- if .Values.podAnnotations }}
{{- with .Values.podAnnotations }}
annotations:
{{ toYaml .Values.podAnnotations | indent 8 }}
{{- toYaml . | nindent 8 }}
{{- end }}
spec:
{{- with .Values.imagePullSecrets }}
Expand Down

0 comments on commit 242b468

Please sign in to comment.