diff --git a/charts/postgreslet/Chart.yaml b/charts/postgreslet/Chart.yaml index b3ece18..dda4b48 100644 --- a/charts/postgreslet/Chart.yaml +++ b/charts/postgreslet/Chart.yaml @@ -15,4 +15,4 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.9.0 +version: 0.9.1 diff --git a/charts/postgreslet/values.yaml b/charts/postgreslet/values.yaml index 4a81ff0..e6000f4 100644 --- a/charts/postgreslet/values.yaml +++ b/charts/postgreslet/values.yaml @@ -84,7 +84,7 @@ postgreslet: # postgresImageRepository postgresImageRepository: "docker.io/cybertecpostgresql/spilo" # postgresImageTag - postgresImageTag: "2.1-p6_de-sync-standby-cluster_0.3.2_24eb43c" + postgresImageTag: "3.0-p1_de-sync-standby-cluster_0.3.2_c52da81" # etcdHost The connection string for Patroni defined as host:port. Not required when native Kubernetes support is used. The default is empty (use Kubernetes-native DCS). etcdHost: "" # enableCrdValidation toggles if the operator will create or update CRDs with OpenAPI v3 schema validation @@ -152,11 +152,15 @@ sidecars: Path /home/postgres/pgdata/pgroot/pg_log/*.csv #DB /home/postgres/pgdata/pgroot/pg_log/postgresql.csv.pos Tag psqlcsv + Buffer_Max_Size 48k + Skip_Long_Lines on [INPUT] Name tail Path /home/postgres/pgdata/pgroot/pg_log/*.log #DB /home/postgres/pgdata/pgroot/pg_log/postgresql.log.pos Tag psqllog + Buffer_Max_Size 48k + Skip_Long_Lines on [OUTPUT] Name stdout Match **