diff --git a/postgresql-walg/Chart.yaml b/postgresql-walg/Chart.yaml index e1206b7..43cbf32 100755 --- a/postgresql-walg/Chart.yaml +++ b/postgresql-walg/Chart.yaml @@ -15,4 +15,4 @@ maintainers: name: postgresql-walg sources: - https://github.com/abuntakov/charts -version: 0.1 +version: 0.2 diff --git a/postgresql-walg/values.yaml b/postgresql-walg/values.yaml index f104d51..407edd7 100755 --- a/postgresql-walg/values.yaml +++ b/postgresql-walg/values.yaml @@ -1,9 +1,9 @@ ## postgres image repository -image: "postgres" +image: "postgresql-walg" ## postgres image version ## ref: https://hub.docker.com/r/library/postgres/tags/ ## -imageTag: "9.6.2" +imageTag: "9.6_0.10.1" ## Specify a imagePullPolicy ## 'Always' if imageTag is 'latest', else set to 'IfNotPresent' @@ -160,4 +160,4 @@ backup: minWalSize: 512MB walBuffers: 4MB checkpointCompletionTarget: 0.7 - defaultStatisticsTarget: 100 \ No newline at end of file + defaultStatisticsTarget: 100 diff --git a/repo/postgresql-walg-0.2.tgz b/repo/postgresql-walg-0.2.tgz new file mode 100644 index 0000000..a61d1ab Binary files /dev/null and b/repo/postgresql-walg-0.2.tgz differ