From 80cd1d5c82259919cb0b1cb913db18c4e320e626 Mon Sep 17 00:00:00 2001 From: Ieuan Byers Date: Wed, 8 May 2024 11:03:41 +0100 Subject: [PATCH] Update componenet name --- Jenkinsfile_CNP | 2 +- Jenkinsfile_nightly | 2 +- charts/rpe-spring-boot-template/Chart.yaml | 12 ------------ charts/rpe-spring-boot-template/values.yaml | 12 ------------ .../.helmignore | 0 charts/rpe-test-spring-java-upgrade/Chart.yaml | 12 ++++++++++++ .../templates/NOTES.txt | 0 .../values.aat.template.yaml | 0 .../values.preview.template.yaml | 0 charts/rpe-test-spring-java-upgrade/values.yaml | 12 ++++++++++++ 10 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 charts/rpe-spring-boot-template/Chart.yaml delete mode 100644 charts/rpe-spring-boot-template/values.yaml rename charts/{rpe-spring-boot-template => rpe-test-spring-java-upgrade}/.helmignore (100%) create mode 100644 charts/rpe-test-spring-java-upgrade/Chart.yaml rename charts/{rpe-spring-boot-template => rpe-test-spring-java-upgrade}/templates/NOTES.txt (100%) rename charts/{rpe-spring-boot-template => rpe-test-spring-java-upgrade}/values.aat.template.yaml (100%) rename charts/{rpe-spring-boot-template => rpe-test-spring-java-upgrade}/values.preview.template.yaml (100%) create mode 100644 charts/rpe-test-spring-java-upgrade/values.yaml diff --git a/Jenkinsfile_CNP b/Jenkinsfile_CNP index bbcf0ce..50440d1 100644 --- a/Jenkinsfile_CNP +++ b/Jenkinsfile_CNP @@ -4,6 +4,6 @@ def type = "java" def product = "rpe" -def component = "spring-boot-template" +def component = "test-spring-java-upgrade" withPipeline(type, product, component) {} diff --git a/Jenkinsfile_nightly b/Jenkinsfile_nightly index 1b71f93..40ecc6d 100644 --- a/Jenkinsfile_nightly +++ b/Jenkinsfile_nightly @@ -9,6 +9,6 @@ properties([ def type = "java" def product = "rpe" -def component = "spring-boot-template" +def component = "test-spring-java-upgrade" withNightlyPipeline(type, product, component) {} diff --git a/charts/rpe-spring-boot-template/Chart.yaml b/charts/rpe-spring-boot-template/Chart.yaml deleted file mode 100644 index 2bd36b9..0000000 --- a/charts/rpe-spring-boot-template/Chart.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: v2 -appVersion: "1.0" -description: A Helm chart for spring-boot-template App -name: rpe-spring-boot-template -home: https://github.com/hmcts/spring-boot-template -version: 0.0.16 -maintainers: - - name: HMCTS rpe team -dependencies: - - name: java - version: 5.2.0 - repository: 'https://hmctspublic.azurecr.io/helm/v1/repo/' diff --git a/charts/rpe-spring-boot-template/values.yaml b/charts/rpe-spring-boot-template/values.yaml deleted file mode 100644 index e9c1821..0000000 --- a/charts/rpe-spring-boot-template/values.yaml +++ /dev/null @@ -1,12 +0,0 @@ -java: - applicationPort: 4550 - image: 'hmctspublic.azurecr.io/rpe/spring-boot-template:latest' - ingressHost: rpe-spring-boot-template-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal - aadIdentityName: rpe -# Uncomment once the vault containing the app insights key has been set up -# keyVaults: -# rpe: -# secrets: -# - name: AppInsightsInstrumentationKey -# alias: azure.application-insights.instrumentation-key - environment: diff --git a/charts/rpe-spring-boot-template/.helmignore b/charts/rpe-test-spring-java-upgrade/.helmignore similarity index 100% rename from charts/rpe-spring-boot-template/.helmignore rename to charts/rpe-test-spring-java-upgrade/.helmignore diff --git a/charts/rpe-test-spring-java-upgrade/Chart.yaml b/charts/rpe-test-spring-java-upgrade/Chart.yaml new file mode 100644 index 0000000..b399e48 --- /dev/null +++ b/charts/rpe-test-spring-java-upgrade/Chart.yaml @@ -0,0 +1,12 @@ +apiVersion: v2 +appVersion: "1.0" +description: A Helm chart for test-spring-java-upgrade App +name: rpe-test-spring-java-upgrade +home: https://github.com/hmcts/test-spring-java-upgrade +version: 0.0.16 +maintainers: + - name: HMCTS rpe team +dependencies: + - name: java + version: 5.2.0 + repository: "https://hmctspublic.azurecr.io/helm/v1/repo/" diff --git a/charts/rpe-spring-boot-template/templates/NOTES.txt b/charts/rpe-test-spring-java-upgrade/templates/NOTES.txt similarity index 100% rename from charts/rpe-spring-boot-template/templates/NOTES.txt rename to charts/rpe-test-spring-java-upgrade/templates/NOTES.txt diff --git a/charts/rpe-spring-boot-template/values.aat.template.yaml b/charts/rpe-test-spring-java-upgrade/values.aat.template.yaml similarity index 100% rename from charts/rpe-spring-boot-template/values.aat.template.yaml rename to charts/rpe-test-spring-java-upgrade/values.aat.template.yaml diff --git a/charts/rpe-spring-boot-template/values.preview.template.yaml b/charts/rpe-test-spring-java-upgrade/values.preview.template.yaml similarity index 100% rename from charts/rpe-spring-boot-template/values.preview.template.yaml rename to charts/rpe-test-spring-java-upgrade/values.preview.template.yaml diff --git a/charts/rpe-test-spring-java-upgrade/values.yaml b/charts/rpe-test-spring-java-upgrade/values.yaml new file mode 100644 index 0000000..57470b0 --- /dev/null +++ b/charts/rpe-test-spring-java-upgrade/values.yaml @@ -0,0 +1,12 @@ +java: + applicationPort: 4550 + image: "hmctspublic.azurecr.io/rpe/test-spring-java-upgrade:latest" + ingressHost: rpe-test-spring-java-upgrade-{{ .Values.global.environment }}.service.core-compute-{{ .Values.global.environment }}.internal + aadIdentityName: rpe + # Uncomment once the vault containing the app insights key has been set up + # keyVaults: + # rpe: + # secrets: + # - name: AppInsightsInstrumentationKey + # alias: azure.application-insights.instrumentation-key + environment: