-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Helm release java to v5.0.4 (#925)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
7d705ff
commit c8b8d61
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
name: crumble-recipe-backend | ||
apiVersion: v2 | ||
home: https://github.com/hmcts/cnp-plum-recipes-service | ||
version: 0.2.16 | ||
version: 0.2.17 | ||
description: This is for Jenkins pipeline tests of plum /crumble app. | ||
maintainers: | ||
- name: HMCTS CNP Team | ||
email: [email protected] | ||
dependencies: | ||
- name: java | ||
version: 5.0.3 | ||
version: 5.0.4 | ||
repository: 'https://hmctspublic.azurecr.io/helm/v1/repo/' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
name: plum-recipe-backend | ||
apiVersion: v2 | ||
home: https://github.com/hmcts/cnp-plum-recipes-service | ||
version: 0.8.24 | ||
version: 0.8.25 | ||
description: HMCTS Plum recipes service (test application) | ||
maintainers: | ||
- name: HMCTS CNP Team | ||
email: [email protected] | ||
dependencies: | ||
- name: java | ||
version: 5.0.3 | ||
version: 5.0.4 | ||
repository: 'https://hmctspublic.azurecr.io/helm/v1/repo/' |