Skip to content

Commit

Permalink
Next postgreslet chart release (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
eberlep authored Jul 14, 2023
1 parent dd6864b commit 2e9f8e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/postgreslet/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 5 additions & 1 deletion charts/postgreslet/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 **
Expand Down

0 comments on commit 2e9f8e1

Please sign in to comment.