diff --git a/charts/postgres/Chart.yaml b/charts/postgres/Chart.yaml index 245b5d2fe17694aa9183f8a65e509457920b4e1c..800efe1fd0034b0037fecfee80bb51b4db6bba71 100644 --- a/charts/postgres/Chart.yaml +++ b/charts/postgres/Chart.yaml @@ -7,6 +7,6 @@ type: application maintainers: - name: groundhog2k -version: 0.2.2 +version: 0.2.3 appVersion: "13.1" diff --git a/charts/postgres/README.md b/charts/postgres/README.md index c73210de4184e9a9e0b09bd7ba8fc6f9d30ae93e..be24ec3a26babe5d274c5e93059ad6a45224bf8f 100644 --- a/charts/postgres/README.md +++ b/charts/postgres/README.md @@ -1,6 +1,6 @@ # PostgreSQL -   +   A Helm chart for PostgreSQL on Kubernetes @@ -15,7 +15,7 @@ $ helm install my-release groundhog2k/postgres This chart uses the original [PostgreSQL image from Docker Hub](https://hub.docker.com/_/postgres/) to deploy a stateful PostgreSQL instance in a Kubernetes cluster. -It fully supports deployment of arm64v8 and amd64 multi-architecture docker image. Just set the `nodeSelector` value to `kubernetes.io/arch: "arm64"` (default is `"amd64"`) +It fully supports deployment of the multi-architecture docker image. ## Prerequisites