Skip to content

Commit

Permalink
update renovate and chart
Browse files Browse the repository at this point in the history
  • Loading branch information
coutug committed Mar 27, 2024
1 parent 9c0c7cc commit 7aa6892
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/mini-app/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.0.2
version: 1.0.3

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
5 changes: 3 additions & 2 deletions charts/mini-app/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
replicaCount: 1
image: "ghcr.io/coutug/mini-app"
tag: "1.0.2"
image:
repository: "ghcr.io/coutug/mini-app"
tag: 1.0.2

nameOverride: ""
fullnameOverride: ""
Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"fileMatch": ["app/*.yaml"]
},
"helm-values": {
"fileMatch": ["app/*.yaml"]
"fileMatch": ["charts\\/.*\\.yaml"]
},
"customManagers": [
{
Expand Down

0 comments on commit 7aa6892

Please sign in to comment.