Compare commits
1 Commits
a8238dffad
...
0dab85280f
Author | SHA1 | Date | |
---|---|---|---|
0dab85280f
|
@@ -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
|
||||||
|
@@ -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}}"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user