-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix(container): update image pgo ( 5.7.1 β 5.7.2 ) #1387
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
| datasource | package | from | to | | ---------- | --------------------------------------------------- | ----- | ----- | | docker | registry.developers.crunchydata.com/crunchydata/pgo | 5.7.1 | 5.7.2 |
kireque-bot
bot
added
renovate/container
Issue relates to a Renovate container update
type/patch
Issue relates to a patch version bump
area/kubernetes
Issue relates to Kubernetes
cluster/main
Issue relates to the "main" cluster
labels
Dec 18, 2024
--- kubernetes/main/apps/database/crunchy-postgres-operator/operator Kustomization: flux-system/crunchy-postgres-operator HelmRelease: database/crunchy-postgres-operator
+++ kubernetes/main/apps/database/crunchy-postgres-operator/operator Kustomization: flux-system/crunchy-postgres-operator HelmRelease: database/crunchy-postgres-operator
@@ -14,13 +14,13 @@
chart: pgo
interval: 5m
sourceRef:
kind: HelmRepository
name: crunchydata
namespace: flux-system
- version: 5.7.1
+ version: 5.7.2
install:
crds: CreateReplace
interval: 30m
upgrade:
crds: CreateReplace
values: |
--- HelmRelease: database/crunchy-postgres-operator Deployment: database/pgo
+++ HelmRelease: database/crunchy-postgres-operator Deployment: database/pgo
@@ -20,13 +20,13 @@
labels:
postgres-operator.crunchydata.com/control-plane: pgo
spec:
serviceAccountName: pgo
containers:
- name: operator
- image: registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi8-5.7.1-0
+ image: registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi8-5.7.2-0
env:
- name: PGO_INSTALLER
value: helm
- name: PGO_INSTALLER_ORIGIN
value: developer-registry-oci
- name: PGO_CONTROLLER_LEASE_NAME
@@ -36,37 +36,37 @@
- name: PGO_NAMESPACE
valueFrom:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
- name: RELATED_IMAGE_PGADMIN
- value: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-32
+ value: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-33
- name: RELATED_IMAGE_PGBACKREST
- value: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.53.1-1
+ value: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.54.0-0
- name: RELATED_IMAGE_PGBOUNCER
- value: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.23-1
+ value: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.23-2
- name: RELATED_IMAGE_PGEXPORTER
- value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-0.15.0-13
+ value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-0.15.0-14
- name: RELATED_IMAGE_PGUPGRADE
- value: registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi8-5.7.1-0
+ value: registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi8-5.7.2-0
- name: RELATED_IMAGE_POSTGRES_15
- value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.10-0
+ value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.10-1
- name: RELATED_IMAGE_POSTGRES_15_GIS_3.3
- value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-15.10-3.3-0
+ value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-15.10-3.3-1
- name: RELATED_IMAGE_POSTGRES_16
- value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-16.6-0
+ value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-16.6-1
- name: RELATED_IMAGE_POSTGRES_16_GIS_3.3
- value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.6-3.3-0
+ value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.6-3.3-1
- name: RELATED_IMAGE_POSTGRES_16_GIS_3.4
- value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.6-3.4-0
+ value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.6-3.4-1
- name: RELATED_IMAGE_POSTGRES_17
- value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-17.2-0
+ value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-17.2-1
- name: RELATED_IMAGE_POSTGRES_17_GIS_3.4
- value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-17.2-3.4-0
+ value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-17.2-3.4-1
- name: RELATED_IMAGE_STANDALONE_PGADMIN
- value: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-8.12-1
+ value: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-8.14-0
securityContext:
seccompProfile:
type: RuntimeDefault
allowPrivilegeEscalation: false
capabilities:
drop: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/kubernetes
Issue relates to Kubernetes
cluster/main
Issue relates to the "main" cluster
renovate/container
Issue relates to a Renovate container update
type/patch
Issue relates to a patch version bump
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:
5.7.1
->5.7.2
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.