Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b286c08

Browse files
renovate-botbourgeoisor
andauthoredJun 19, 2024··
chore(deps): update bitnami/postgresql-repmgr docker tag to v16.3.0-debian-12-r11 (GoogleCloudPlatform#1325)
* chore(deps): update bitnami/postgresql-repmgr docker tag to v16.3.0-debian-12-r11 * Update values.yaml --------- Co-authored-by: Olivier Bourgeois <3271352+bourgeoisor@users.noreply.github.com>
1 parent 25c7f70 commit b286c08

File tree

1 file changed

+15
-1
lines changed
  • databases/gke-stateful-postgres/helm/postgresql-bootstrap

1 file changed

+15
-1
lines changed
 

‎databases/gke-stateful-postgres/helm/postgresql-bootstrap/values.yaml

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Copyright 2024 Google LLC
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
115
## Example is available at https://github.com/bitnami/charts/blob/master/bitnami/postgresql/values.yaml
216

317
global:
@@ -12,7 +26,7 @@ postgresql-ha:
1226
postgresql:
1327
image:
1428
repository: bitnami/postgresql-repmgr
15-
tag: 16.3.0-debian-12-r9
29+
tag: 16.3.0-debian-12-r11
1630
replicaCount: 3
1731
nodeAffinityPreset:
1832
type: "soft"

0 commit comments

Comments
 (0)
Please sign in to comment.