Skip to content

Commit

Permalink
[stable/pgadmin] removed abundance curly bracket (helm#20530)
Browse files Browse the repository at this point in the history
* [stable/pgadmin] removed abundance curly bracket

Signed-off-by: Rowan Ruseler <rowanruseler@gmail.com>

* [stable/pgadmin] version bump

Signed-off-by: Rowan Ruseler <rowanruseler@gmail.com>
Signed-off-by: Miguel Mingorance <miguel.mingorance@deliveryhero.com>
  • Loading branch information
rowanruseler authored and Miguel Mingorance committed Aug 28, 2020
1 parent 8a6a8be commit aef7adc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/pgadmin/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: pgAdmin is a web based administration tool for PostgreSQL database
name: pgadmin
version: 1.1.0
version: 1.1.1
appVersion: 4.17.0
home: https://www.pgadmin.org/
source: https://github.com/rowanruseler/pgadmin
Expand Down
2 changes: 1 addition & 1 deletion stable/pgadmin/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@ spec:
{{- end }}
{{- if .Values.tolerations }}
tolerations:
{{- .Values.tolerations | toYaml | nindent 8 }}}
{{- .Values.tolerations | toYaml | nindent 8 }}
{{- end }}

0 comments on commit aef7adc

Please sign in to comment.