Skip to content
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

chore(container): update ghcr.io/cloudnative-pg/postgresql (9308dcd β†’ 13ee1d8) #3282

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@
extends: [
"config:recommended",
"docker:enableMajor",
"replacements:k8s-registry-move",
":automergeBranch",
":disableRateLimiting",
":dependencyDashboard",
":gitSignOff",
":semanticCommits",
":separatePatchReleases",
":skipStatusChecks",
":timezone(America/Chicago)",
"github>buroa/k8s-gitops//.github/renovate/allowedVersions.json5",
"github>buroa/k8s-gitops//.github/renovate/autoMerge.json5",
"github>buroa/k8s-gitops//.github/renovate/commitMessage.json5",
"github>buroa/k8s-gitops//.github/renovate/customManagers.json5",
"github>buroa/k8s-gitops//.github/renovate/grafanaDashboards.json5",
"github>buroa/k8s-gitops//.github/renovate/groups.json5",
Expand All @@ -35,7 +34,6 @@
},
kubernetes: {
fileMatch: [
"(^|/).taskfiles/.+\\.ya?ml$",
"(^|/)talos/.+\\.ya?ml$",
"(^|/)kubernetes/.+\\.ya?ml$",
],
Expand Down
16 changes: 0 additions & 16 deletions .github/renovate/commitMessage.json5

This file was deleted.

6 changes: 0 additions & 6 deletions .github/renovate/groups.json5
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
group: {
commitMessageTopic: "{{{groupName}}} group",
},
separateMinorPatch: true,
},
{
description: ["Actions Runner Controller Group"],
Expand All @@ -19,7 +18,6 @@
group: {
commitMessageTopic: "{{{groupName}}} group",
},
separateMinorPatch: true,
},
{
description: ["Flux Operator Group"],
Expand All @@ -30,7 +28,6 @@
group: {
commitMessageTopic: "{{{groupName}}} group",
},
separateMinorPatch: true,
},
{
description: ["Intel-Device-Plugins Group"],
Expand All @@ -40,7 +37,6 @@
group: {
commitMessageTopic: "{{{groupName}}} group",
},
separateMinorPatch: true,
},
{
description: ["Rook-Ceph Group"],
Expand All @@ -50,7 +46,6 @@
group: {
commitMessageTopic: "{{{groupName}}} group",
},
separateMinorPatch: true,
},
{
description: ["Talos Group"],
Expand All @@ -63,7 +58,6 @@
group: {
commitMessageTopic: "{{{groupName}}} group",
},
separateMinorPatch: true,
},
],
}
7 changes: 0 additions & 7 deletions .github/renovate/packageRules.json5
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,5 @@
versioning: "loose",
matchPackagePatterns: ["plex"],
},
{
description: ["Custom schedule for frequently updated container digests"],
matchDatasources: ["docker"],
matchPackagePatterns: ["postgresql"],
matchUpdateTypes: ["digest"],
schedule: ["every 3 months on the first day of the month"]
},
],
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: postgres
spec:
instances: 3
imageName: ghcr.io/cloudnative-pg/postgresql:17.2@sha256:9308dcd778be66f56bdce8503916ab820d12420e7d1bc74fff0d663c95e126c3
imageName: ghcr.io/cloudnative-pg/postgresql:17.2@sha256:13ee1d8acd9bce3626f2abe6559fc2c092926038d5cd55eff59be2a48c6b176c
primaryUpdateStrategy: unsupervised
storage:
size: 20Gi
Expand Down
Loading