Compare commits

..

1 Commits

Author SHA1 Message Date
0dab85280f Update ghcr.io/cloudnative-pg/postgresql Docker tag to v17.5-standard-bullseye
Some checks failed
lint-and-test-charts / lint-test (pull_request) Failing after 14m11s
2025-06-06 19:59:27 +00:00
2 changed files with 4 additions and 25 deletions

View File

@@ -1,6 +1,6 @@
apiVersion: v2 apiVersion: v2
name: postgres-cluster name: postgres-cluster
version: 6.4.5 version: 6.4.4
description: Cloudnative-pg Cluster description: Cloudnative-pg Cluster
keywords: keywords:
- database - database

View File

@@ -19,14 +19,7 @@
"addLabels": [ "addLabels": [
"chart" "chart"
], ],
"automerge": false, "automerge": false
"bumpVersions": [
{
"filePatterns": ["{{packageFileDir}}/Chart.{yaml,yml}"],
"matchStrings": ["version:\\s(?<version>[^\\s]+)"],
"bumpType": "{{#if isPatch}}patch{{else}}minor{{/if}}"
}
]
}, },
{ {
"description": "Label images", "description": "Label images",
@@ -36,14 +29,7 @@
"addLabels": [ "addLabels": [
"image" "image"
], ],
"automerge": false, "automerge": false
"bumpVersions": [
{
"filePatterns": ["{{packageFileDir}}/Chart.{yaml,yml}"],
"matchStrings": ["version:\\s(?<version>[^\\s]+)"],
"bumpType": "{{#if isPatch}}patch{{else}}minor{{/if}}"
}
]
}, },
{ {
"description": "CNPG image", "description": "CNPG image",
@@ -57,14 +43,7 @@
"image" "image"
], ],
"automerge": false, "automerge": false,
"versioning": "deb", "versioning": "deb"
"bumpVersions": [
{
"filePatterns": ["{{packageFileDir}}/Chart.{yaml,yml}"],
"matchStrings": ["version:\\s(?<version>[^\\s]+)"],
"bumpType": "{{#if isPatch}}patch{{else}}minor{{/if}}"
}
]
} }
] ]
} }