From 0bbab78da616d6cdf7e885a1e1d4d93bff6f5b07 Mon Sep 17 00:00:00 2001 From: Enda Kelly <80516065+endakelly@users.noreply.github.com> Date: Thu, 8 Aug 2024 11:53:28 +0100 Subject: [PATCH] Update index.html.md.erb --- .../cloud-native-platform/troubleshooting/index.html.md.erb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source/cloud-native-platform/troubleshooting/index.html.md.erb b/source/cloud-native-platform/troubleshooting/index.html.md.erb index a68a7be6..408dff0c 100644 --- a/source/cloud-native-platform/troubleshooting/index.html.md.erb +++ b/source/cloud-native-platform/troubleshooting/index.html.md.erb @@ -436,13 +436,15 @@ appVersion: '1.0' description: A Helm chart for labs-YourGithubUsername-nodejs App name: labs-YourGithubUsername-nodejs home: https://github.com/hmcts/labs-YourGithubUsername-nodejs -version: 0.0.6 +version: 0.0.7 dependencies: - name: nodejs version: 3.1.1 repository: 'https://hmctspublic.azurecr.io/helm/v1/repo/' ``` +Remember to increment the version of your chart as well e.g. from `0.0.7` to `0.0.8`. + ### Non-whitelisted pattern found in HelmRelease #### Error @@ -497,4 +499,4 @@ Check the pipeline passed after merging. If the pipeline failed, it's possible t Check the IP your rule is forwarding to. It should be the private IP of the frontend Application Gateway. -You can find this [here](https://github.com/hmcts/azure-platform-terraform/blob/6f0b867e75b7e9cee9e7adc87084f6911eb5373d/environments/sbox/sbox.tfvars#L20). \ No newline at end of file +You can find this [here](https://github.com/hmcts/azure-platform-terraform/blob/6f0b867e75b7e9cee9e7adc87084f6911eb5373d/environments/sbox/sbox.tfvars#L20).