Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Helm release ccd to v9 #3622

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/cmc-citizen-frontend/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: cmc-citizen-frontend
home: https://github.com/hmcts/cmc-citizen-frontend
version: 4.1.52
version: 4.1.53
description: Helm chart for the HMCTS CMC Citizen Frontend service
# be aware when bumping version that it is used elsewhere, e.g.:
# chart-cmc - demo: https://github.com/hmcts/chart-cmc/tree/master/cmc
Expand All @@ -26,7 +26,7 @@ dependencies:
condition: cmc-claim-store.enabled

- name: ccd
version: 8.0.27
version: 9.0.0
repository: 'https://hmctspublic.azurecr.io/helm/v1/repo/'
condition: ccd.enabled

Expand Down
Loading