diff --git a/stable/pgadmin/Chart.yaml b/stable/pgadmin/Chart.yaml index 2c0720f8c2..04e97c1274 100644 --- a/stable/pgadmin/Chart.yaml +++ b/stable/pgadmin/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: pgAdmin is a web based administration tool for PostgreSQL database name: pgadmin -version: 1.1.2 +version: 1.1.3 appVersion: 4.17.0 home: https://www.pgadmin.org/ source: https://github.com/rowanruseler/pgadmin diff --git a/stable/pgadmin/README.md b/stable/pgadmin/README.md index ea7e4f9685..382146fa2c 100644 --- a/stable/pgadmin/README.md +++ b/stable/pgadmin/README.md @@ -66,7 +66,7 @@ The command removes nearly all the Kubernetes components associated with the cha | `tolerations` | Node tolerations for pod assignment | `[]` | | `affinity` | Node affinity for pod assignment | `{}` | -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example, +Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example: ```bash $ helm install stable/pgadmin --name my-release \ @@ -74,7 +74,7 @@ $ helm install stable/pgadmin --name my-release \ ``` Alternatively, a YAML file that specifies the values for the parameters can be -provided while installing the chart. For example, +provided while installing the chart. For example: ```bash $ helm install stable/pgadmin --name my-release -f values.yaml diff --git a/stable/pgadmin/templates/deployment.yaml b/stable/pgadmin/templates/deployment.yaml index 4633e8e11b..a94af6f436 100644 --- a/stable/pgadmin/templates/deployment.yaml +++ b/stable/pgadmin/templates/deployment.yaml @@ -13,7 +13,7 @@ spec: app.kubernetes.io/instance: {{ .Release.Name }} {{- if .Values.strategy }} strategy: - {{- .Values.strategy | toYaml | nindent 4 }}} + {{- .Values.strategy | toYaml | nindent 4 }} {{- end }} template: metadata: