Skip to content

Commit

Permalink
Merge pull request #772 from stakater/helm-updates
Browse files Browse the repository at this point in the history
Renovate update for Helm Chart values file
  • Loading branch information
MuneebAijaz authored Oct 22, 2024
2 parents a2d23f8 + 19d88db commit ca95a7f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,17 @@
"https:\/\/github\\.com\/(?<depName>.*)\/releases\/download\/(?<currentValue>.*)\/.*\\.zip"
],
"datasourceTemplate": "github-releases"
},
{
"customType": "regex",
"description": "Update Helm Chart values file",
"fileMatch": [
"values\\.yaml$"
],
"matchStrings": [
"image:\\s*name: (?<depName>[a-zA-Z0-9\\.\\/]*)\\s*tag: (?<currentValue>[a-zA-Z0-9\\.\\/]*)"
],
"datasourceTemplate": "docker"
}
]
}

0 comments on commit ca95a7f

Please sign in to comment.