-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(helm)!: Update postgresql ( 13.4.4 β 14.1.0 ) #927
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
changed the title
feat(helm)!: Update chart postgresql to 14.0.0
feat(helm)!: Update chart postgresql to 14.0.1
Feb 3, 2024
renovate
bot
force-pushed
the
renovate/postgresql-14.x
branch
from
February 3, 2024 10:04
fab98ee
to
b73db73
Compare
renovate
bot
changed the title
feat(helm)!: Update chart postgresql to 14.0.1
feat(helm)!: Update postgresql ( 13.4.1 β 14.0.1 )
Feb 5, 2024
renovate
bot
changed the title
feat(helm)!: Update postgresql ( 13.4.1 β 14.0.1 )
feat(helm)!: Update postgresql ( 13.4.1 β 14.0.2 )
Feb 8, 2024
renovate
bot
force-pushed
the
renovate/postgresql-14.x
branch
2 times, most recently
from
February 9, 2024 00:50
2612452
to
82dc2a0
Compare
renovate
bot
changed the title
feat(helm)!: Update postgresql ( 13.4.1 β 14.0.2 )
feat(helm)!: Update postgresql ( 13.4.1 β 14.0.4 )
Feb 9, 2024
renovate
bot
force-pushed
the
renovate/postgresql-14.x
branch
from
February 12, 2024 12:41
82dc2a0
to
69ba73c
Compare
renovate
bot
changed the title
feat(helm)!: Update postgresql ( 13.4.1 β 14.0.4 )
feat(helm)!: Update postgresql ( 13.4.1 β 14.0.5 )
Feb 12, 2024
--- kubernetes/apps/database/postgres/app Kustomization: flux-system/cluster-apps-database-postgres HelmRelease: database/postgresql
+++ kubernetes/apps/database/postgres/app Kustomization: flux-system/cluster-apps-database-postgres HelmRelease: database/postgresql
@@ -12,13 +12,13 @@
spec:
chart: postgresql
sourceRef:
kind: HelmRepository
name: bitnami
namespace: flux-system
- version: 13.4.4
+ version: 14.1.0
dependsOn:
- name: longhorn
namespace: longhorn-system
install:
remediation:
retries: 3 |
--- HelmRelease: database/postgresql StatefulSet: database/postgresql
+++ HelmRelease: database/postgresql StatefulSet: database/postgresql
@@ -124,24 +124,19 @@
- /bin/sh
- -c
- -e
- |
exec pg_isready -U "postgres" -d "dbname=postgres" -h 127.0.0.1 -p 5432
[ -f /opt/bitnami/postgresql/tmp/.initialized ] || [ -f /bitnami/postgresql/.initialized ]
- resources:
- limits: {}
- requests:
- cpu: 250m
- memory: 256Mi
volumeMounts:
- name: dshm
mountPath: /dev/shm
- name: data
mountPath: /bitnami/postgresql
- name: metrics
- image: docker.io/bitnami/postgres-exporter:0.15.0-debian-11-r7
+ image: docker.io/bitnami/postgres-exporter:0.15.0-debian-11-r9
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
@@ -181,15 +176,12 @@
successThreshold: 1
timeoutSeconds: 5
httpGet:
path: /
port: http-metrics
volumeMounts: null
- resources:
- limits: {}
- requests: {}
volumes:
- name: dshm
emptyDir:
medium: Memory
- name: data
persistentVolumeClaim:
--- HelmRelease: database/postgresql NetworkPolicy: database/postgresql
+++ HelmRelease: database/postgresql NetworkPolicy: database/postgresql
@@ -0,0 +1,39 @@
+---
+kind: NetworkPolicy
+apiVersion: networking.k8s.io/v1
+metadata:
+ name: postgresql
+ namespace: database
+ labels:
+ app.kubernetes.io/instance: postgresql
+ app.kubernetes.io/managed-by: Helm
+ app.kubernetes.io/name: postgresql
+ app.kubernetes.io/component: primary
+spec:
+ podSelector:
+ matchLabels:
+ app.kubernetes.io/instance: postgresql
+ app.kubernetes.io/name: postgresql
+ app.kubernetes.io/component: primary
+ policyTypes:
+ - Ingress
+ - Egress
+ egress:
+ - ports:
+ - port: 53
+ protocol: UDP
+ - port: 53
+ protocol: TCP
+ - ports:
+ - port: 5432
+ to:
+ - podSelector:
+ matchLabels:
+ app.kubernetes.io/instance: postgresql
+ app.kubernetes.io/name: postgresql
+ app.kubernetes.io/component: read
+ ingress:
+ - ports:
+ - port: 5432
+ - port: 9187
+
--- HelmRelease: database/postgresql NetworkPolicy: database/postgresql-read
+++ HelmRelease: database/postgresql NetworkPolicy: database/postgresql-read
@@ -0,0 +1,39 @@
+---
+kind: NetworkPolicy
+apiVersion: networking.k8s.io/v1
+metadata:
+ name: postgresql-read
+ namespace: database
+ labels:
+ app.kubernetes.io/instance: postgresql
+ app.kubernetes.io/managed-by: Helm
+ app.kubernetes.io/name: postgresql
+ app.kubernetes.io/component: read
+spec:
+ podSelector:
+ matchLabels:
+ app.kubernetes.io/instance: postgresql
+ app.kubernetes.io/name: postgresql
+ app.kubernetes.io/component: read
+ policyTypes:
+ - Ingress
+ - Egress
+ egress:
+ - ports:
+ - port: 53
+ protocol: UDP
+ - port: 53
+ protocol: TCP
+ - ports:
+ - port: 5432
+ to:
+ - podSelector:
+ matchLabels:
+ app.kubernetes.io/instance: postgresql
+ app.kubernetes.io/name: postgresql
+ app.kubernetes.io/component: primary
+ ingress:
+ - ports:
+ - port: 5432
+ - port: 9187
+ |
π¦ MegaLinter status: β SUCCESS
See detailed report in MegaLinter reports |
renovate
bot
changed the title
feat(helm)!: Update postgresql ( 13.4.1 β 14.0.5 )
feat(helm)!: Update postgresql ( 13.4.4 β 14.0.5 )
Feb 14, 2024
renovate
bot
force-pushed
the
renovate/postgresql-14.x
branch
from
February 14, 2024 13:51
69ba73c
to
4b132e8
Compare
renovate
bot
force-pushed
the
renovate/postgresql-14.x
branch
from
February 15, 2024 12:24
4b132e8
to
cf71ae8
Compare
renovate
bot
changed the title
feat(helm)!: Update postgresql ( 13.4.4 β 14.0.5 )
feat(helm)!: Update postgresql ( 13.4.4 β 14.1.0 )
Feb 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
13.4.4
->14.1.0
Configuration
π Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).
π¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.
β» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
π Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.