Compare commits
2 Commits
eb051ba2d5
...
1cddff508f
| Author | SHA1 | Date | |
|---|---|---|---|
|
1cddff508f
|
|||
| 9c62b02f02 |
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: postgres-cluster
|
name: postgres-cluster
|
||||||
version: 6.15.0
|
version: 6.16.0
|
||||||
description: Cloudnative-pg Cluster
|
description: Cloudnative-pg Cluster
|
||||||
keywords:
|
keywords:
|
||||||
- database
|
- database
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ cluster:
|
|||||||
# -- Default image
|
# -- Default image
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/cloudnative-pg/postgresql
|
repository: ghcr.io/cloudnative-pg/postgresql
|
||||||
tag: 17.6-standard-trixie
|
tag: 18.0-standard-trixie
|
||||||
|
|
||||||
# -- Image pull policy. One of Always, Never or IfNotPresent. If not defined, it defaults to IfNotPresent. Cannot be updated.
|
# -- Image pull policy. One of Always, Never or IfNotPresent. If not defined, it defaults to IfNotPresent. Cannot be updated.
|
||||||
# More info: https://kubernetes.io/docs/concepts/containers/images#updating-images
|
# More info: https://kubernetes.io/docs/concepts/containers/images#updating-images
|
||||||
|
|||||||
@@ -24,21 +24,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"description": "Automerge chart digest",
|
|
||||||
"matchUpdateTypes": ["digest"],
|
|
||||||
"matchDatasources": ["helm"],
|
|
||||||
"addLabels": ["chart", "automerge"],
|
|
||||||
"automerge": true,
|
|
||||||
"minimumReleaseAge": "1 days",
|
|
||||||
"bumpVersions": [
|
|
||||||
{
|
|
||||||
"filePatterns": ["{{packageFileDir}}/Chart.{yaml,yml}"],
|
|
||||||
"matchStrings": ["version:\\s(?<version>[^\\s]+)"],
|
|
||||||
"bumpType": "patch"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"description": "Label images",
|
"description": "Label images",
|
||||||
"matchDatasources": ["docker"],
|
"matchDatasources": ["docker"],
|
||||||
@@ -53,17 +38,18 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "CNPG image",
|
"description": "Automerge generic-device-plugin image on digest",
|
||||||
"matchDepNames": ["ghcr.io/cloudnative-pg/postgresql"],
|
|
||||||
"matchDatasources": ["docker"],
|
"matchDatasources": ["docker"],
|
||||||
"addLabels": ["image"],
|
"matchDepNames": ["ghcr.io/squat/generic-device-plugin"],
|
||||||
"matchUpdateTypes": ["major", "minor"],
|
"matchUpdateTypes": ["digest"],
|
||||||
"automerge": false,
|
"addLabels": ["image", "automerge"],
|
||||||
|
"automerge": true,
|
||||||
|
"minimumReleaseAge": "1 days",
|
||||||
"bumpVersions": [
|
"bumpVersions": [
|
||||||
{
|
{
|
||||||
"filePatterns": ["{{packageFileDir}}/Chart.{yaml,yml}"],
|
"filePatterns": ["{{packageFileDir}}/Chart.{yaml,yml}"],
|
||||||
"matchStrings": ["version:\\s(?<version>[^\\s]+)"],
|
"matchStrings": ["version:\\s(?<version>[^\\s]+)"],
|
||||||
"bumpType": "{{#if isPatch}}patch{{else}}minor{{/if}}"
|
"bumpType": "patch"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user