-
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 ( 14.3.3 → 15.2.5 ) #1036
Merged
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
--- 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: 14.3.3
+ version: 15.2.5
dependsOn:
- name: longhorn
namespace: longhorn-system
install:
remediation:
retries: 3 |
--- HelmRelease: database/postgresql StatefulSet: database/postgresql
+++ HelmRelease: database/postgresql StatefulSet: database/postgresql
@@ -58,17 +58,17 @@
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
privileged: false
- readOnlyRootFilesystem: false
- runAsGroup: 0
+ readOnlyRootFilesystem: true
+ runAsGroup: 1001
runAsNonRoot: true
runAsUser: 1001
- seLinuxOptions: null
+ seLinuxOptions: {}
seccompProfile:
type: RuntimeDefault
env:
- name: BITNAMI_DEBUG
value: 'false'
- name: POSTGRESQL_PORT_NUMBER
@@ -125,12 +125,21 @@
- /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:
+ cpu: 150m
+ ephemeral-storage: 1024Mi
+ memory: 192Mi
+ requests:
+ cpu: 100m
+ ephemeral-storage: 50Mi
+ memory: 128Mi
volumeMounts:
- name: empty-dir
mountPath: /tmp
subPath: tmp-dir
- name: empty-dir
mountPath: /opt/bitnami/postgresql/conf
@@ -143,25 +152,25 @@
subPath: app-logs-dir
- name: dshm
mountPath: /dev/shm
- name: data
mountPath: /bitnami/postgresql
- name: metrics
- image: docker.io/bitnami/postgres-exporter:0.15.0-debian-12-r14
+ image: docker.io/bitnami/postgres-exporter:0.15.0-debian-12-r16
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
privileged: false
- readOnlyRootFilesystem: false
- runAsGroup: 0
+ readOnlyRootFilesystem: true
+ runAsGroup: 1001
runAsNonRoot: true
runAsUser: 1001
- seLinuxOptions: null
+ seLinuxOptions: {}
seccompProfile:
type: RuntimeDefault
env:
- name: DATA_SOURCE_URI
value: 127.0.0.1:5432/postgres?sslmode=disable
- name: DATA_SOURCE_PASS
@@ -193,12 +202,21 @@
path: /
port: http-metrics
volumeMounts:
- name: empty-dir
mountPath: /tmp
subPath: tmp-dir
+ resources:
+ limits:
+ cpu: 150m
+ ephemeral-storage: 1024Mi
+ memory: 192Mi
+ requests:
+ cpu: 100m
+ ephemeral-storage: 50Mi
+ memory: 128Mi
volumes:
- name: empty-dir
emptyDir: {}
- name: dshm
emptyDir:
medium: Memory |
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
bot-akira
bot
force-pushed
the
renovate/postgresql-15.x
branch
from
March 20, 2024 12:13
df18098
to
9d66dd4
Compare
bot-akira
bot
changed the title
feat(helm)!: Update postgresql ( 14.3.3 → 15.0.0 )
feat(helm)!: Update postgresql ( 14.3.3 → 15.1.0 )
Mar 20, 2024
bot-akira
bot
force-pushed
the
renovate/postgresql-15.x
branch
from
March 21, 2024 11:05
9d66dd4
to
86bcbf9
Compare
bot-akira
bot
changed the title
feat(helm)!: Update postgresql ( 14.3.3 → 15.1.0 )
feat(helm)!: Update postgresql ( 14.3.3 → 15.1.1 )
Mar 21, 2024
bot-akira
bot
force-pushed
the
renovate/postgresql-15.x
branch
from
March 21, 2024 13:09
86bcbf9
to
73bce14
Compare
bot-akira
bot
changed the title
feat(helm)!: Update postgresql ( 14.3.3 → 15.1.1 )
feat(helm)!: Update postgresql ( 14.3.3 → 15.1.2 )
Mar 21, 2024
bot-akira
bot
force-pushed
the
renovate/postgresql-15.x
branch
from
March 25, 2024 07:08
73bce14
to
eaf0f9b
Compare
bot-akira
bot
changed the title
feat(helm)!: Update postgresql ( 14.3.3 → 15.1.2 )
feat(helm)!: Update postgresql ( 14.3.3 → 15.1.3 )
Mar 25, 2024
bot-akira
bot
force-pushed
the
renovate/postgresql-15.x
branch
from
March 25, 2024 08:12
eaf0f9b
to
ae9930a
Compare
bot-akira
bot
changed the title
feat(helm)!: Update postgresql ( 14.3.3 → 15.1.3 )
feat(helm)!: Update postgresql ( 14.3.3 → 15.1.4 )
Mar 25, 2024
bot-akira
bot
changed the title
feat(helm)!: Update postgresql ( 14.3.3 → 15.1.4 )
feat(helm)!: Update postgresql ( 14.3.3 → 15.2.0 )
Apr 1, 2024
bot-akira
bot
force-pushed
the
renovate/postgresql-15.x
branch
from
April 1, 2024 09:08
ae9930a
to
6e26f19
Compare
bot-akira
bot
changed the title
feat(helm)!: Update postgresql ( 14.3.3 → 15.2.0 )
feat(helm)!: Update postgresql ( 14.3.3 → 15.2.1 )
Apr 2, 2024
bot-akira
bot
force-pushed
the
renovate/postgresql-15.x
branch
from
April 2, 2024 10:09
6e26f19
to
53089a0
Compare
bot-akira
bot
changed the title
feat(helm)!: Update postgresql ( 14.3.3 → 15.2.1 )
feat(helm)!: Update postgresql ( 14.3.3 → 15.2.2 )
Apr 2, 2024
bot-akira
bot
force-pushed
the
renovate/postgresql-15.x
branch
from
April 2, 2024 20:08
53089a0
to
967a0a6
Compare
bot-akira
bot
force-pushed
the
renovate/postgresql-15.x
branch
from
April 5, 2024 03:08
967a0a6
to
8744e3b
Compare
bot-akira
bot
changed the title
feat(helm)!: Update postgresql ( 14.3.3 → 15.2.2 )
feat(helm)!: Update postgresql ( 14.3.3 → 15.2.3 )
Apr 5, 2024
bot-akira
bot
force-pushed
the
renovate/postgresql-15.x
branch
from
April 5, 2024 18:14
8744e3b
to
9f6e5ec
Compare
bot-akira
bot
changed the title
feat(helm)!: Update postgresql ( 14.3.3 → 15.2.3 )
feat(helm)!: Update postgresql ( 14.3.3 → 15.2.4 )
Apr 5, 2024
bot-akira
bot
changed the title
feat(helm)!: Update postgresql ( 14.3.3 → 15.2.4 )
feat(helm)!: Update postgresql ( 14.3.3 → 15.2.5 )
Apr 10, 2024
bot-akira
bot
force-pushed
the
renovate/postgresql-15.x
branch
from
April 10, 2024 12:14
9f6e5ec
to
a6b9cc5
Compare
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:
14.3.3
->15.2.5
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 Renovate Bot.