Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rkfella committed Dec 26, 2024
2 parents 43b5ebf + a1d8ac1 commit 8fce1d4
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 17 deletions.
3 changes: 1 addition & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
":semanticCommits",
":skipStatusChecks",
":timezone(Europe/Sofia)",
"github>d4rkfella/home-ops//.github/renovate/allowedVersions.json5",
"github>d4rkfella/home-ops//.github/renovate/autoMerge.json5",
"github>d4rkfella/home-ops//.github/renovate/clusters.json5",
"github>d4rkfella/home-ops//.github/renovate/commitMessage.json5",
Expand All @@ -25,7 +24,7 @@
"suppressNotifications": ["prEditedNotification", "prIgnoreNotification"],
"onboarding": false,
"requireConfig": "ignored",
"ignorePaths": ["**/*.sops.*", "**/.archive/**", "**/resources/**"],
"ignorePaths": ["**/*.sops.*", "**/.archive/**", "**/resources/**", "**/k8s-0.secret.sops.yaml"],
"flux": {
"fileMatch": [
"(^|/)kubernetes/.+\\.ya?ml(?:\\.j2)?$"
Expand Down
10 changes: 0 additions & 10 deletions .github/renovate/allowedVersions.json5

This file was deleted.

12 changes: 9 additions & 3 deletions .github/renovate/packageRules.json5
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"description": ["Allowed postgresql major release"],
"matchDatasources": ["docker"],
"matchPackagePatterns": ["postgresql"],
"allowedVersions": "<18"
},
{
"description": ["Loose versioning for non-semver packages"],
"matchDatasources": ["docker"],
"matchPackagePatterns": ["cross-seed", "plex"],
"matchPackagePatterns": ["plex"],
"versioning": "loose"
},
{
"description": ["Custom schedule for frequently updated packages"],
"matchDataSources": ["docker", "helm"],
"matchPackagePatterns": ["postgresql", "reloader", "aws-cli"],
"matchDataSources": ["docker"],
"matchPackagePatterns": ["postgresql", "aws-cli"],
"schedule": ["on the first day of the month"]
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: postgres17
spec:
instances: 3
imageName: ghcr.io/cloudnative-pg/postgresql:17.2@sha256:1a2cb954a8f97ab9bd4a5ca7c51d90739cfa7db4d1e7a3de72221bc7e2305c9f
imageName: ghcr.io/cloudnative-pg/postgresql:17.2@sha256:6d3737ef52c9562a87bbacb74ba2f2068f25a24550256df374c1b622e02a23c1
primaryUpdateStrategy: unsupervised
storage:
pvcTemplate:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/main/apps/vault/vault/app/backup-cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
- name: share
mountPath: "/share"
- name: snapshotupload
image: amazon/aws-cli:2.22.21@sha256:a53f0f555f45cb285df5d6d8f641b29966a36a02761b96228e0aeeb2664dcbaa
image: amazon/aws-cli:2.22.23@sha256:1216b6a7beefc53b7de49cb7c01a8eb64fc1769be2b4a11a6361956d8996c46d
imagePullPolicy: IfNotPresent
env:
- name: AWS_ACCESS_KEY_ID
Expand Down

0 comments on commit 8fce1d4

Please sign in to comment.