Skip to content

Commit

Permalink
fix: workflow charts
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomgrus committed Dec 16, 2021
1 parent e2c95f9 commit a89eb74
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/charts-release-candidate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
paths:
- 'charts/candidate'
- 'charts/candidate/**'

jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/charts-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
paths:
- 'charts/stable'
- 'charts/stable/**'

jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ api:
image:
registry: docker.io
repository: decathlon/ara-api
tag: 12.1.0
tag: 12.1.1
imagePullPolicy: IfNotPresent
loggingMode:
- logging-console
Expand Down

0 comments on commit a89eb74

Please sign in to comment.