Skip to content

Commit

Permalink
allowedPostUpgradeCommands only alloed in selfhosted
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurence Gill committed Jul 13, 2023
1 parent 03a803f commit 63e0665
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,5 @@
"#\\s*renovate: image=(?<depName>.*?)\\s+appVersion:\\s*[\"']?(?<currentValue>[\\w+\\.\\-]*)"
]
}
],
"postUpgradeTasks": {
"commands": [
"sed -i \"s/^version:.*/version: $(grep '^version:' Chart.yaml | awk '{print $2}' | awk -F '[.\"]' '{$NF = $NF + 1;} 1' | sed 's/ /./g')/\" Chart.yaml",
],
"fileFilters": ["Chart.yaml"],
"executionMode": "branch"
}
]
}
2 changes: 1 addition & 1 deletion charts/element-call/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ type: application

# This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.1.3
version: "0.1.3"
# This version number should be incremented each time you make changes
# to the application.
# renovate: image=ghcr.io/vector-im/element-call
Expand Down

0 comments on commit 63e0665

Please sign in to comment.