From ff645dff1b7cf450a90e3a48cd85187551dae868 Mon Sep 17 00:00:00 2001 From: Mykola Marusenko Date: Mon, 28 Aug 2023 18:39:38 +0300 Subject: [PATCH] chore: Align helm charts versions (#49) Jira: EPMDEDP-12254 Related: https://github.com/epam/edp-headlamp/issues/23 Change-Id: I729715eca005591a8246971c0cbc5e9ae472425f --- deploy-templates/Chart.lock | 6 +++--- deploy-templates/Chart.yaml | 6 +++--- deploy-templates/README.md | 4 ++-- deploy-templates/values.yaml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/deploy-templates/Chart.lock b/deploy-templates/Chart.lock index 2dbcebd46..7a7af7917 100644 --- a/deploy-templates/Chart.lock +++ b/deploy-templates/Chart.lock @@ -10,7 +10,7 @@ dependencies: version: 0.13.0 - name: edp-headlamp repository: https://epam.github.io/edp-helm-charts/stable - version: 0.7.0 + version: 0.8.0 - name: edp-tekton repository: https://epam.github.io/edp-helm-charts/stable version: 0.6.0 @@ -26,5 +26,5 @@ dependencies: - name: gerrit-operator repository: https://epam.github.io/edp-helm-charts/stable version: 2.16.0 -digest: sha256:745112351a2252fbaed5df97b11c6a2216e5537696c40838eef560595a781a3d -generated: "2023-08-18T16:46:24.780611+03:00" +digest: sha256:aae51545916fd6245a3b1eb96cb00ea5636b060664f82c8b0ea434aa2f5c9843 +generated: "2023-08-28T18:39:08.053965+03:00" diff --git a/deploy-templates/Chart.yaml b/deploy-templates/Chart.yaml index f01fc35d9..15f5805a1 100644 --- a/deploy-templates/Chart.yaml +++ b/deploy-templates/Chart.yaml @@ -38,7 +38,7 @@ dependencies: - name: edp-headlamp repository: "@epamedp" - version: "0.7.0" + version: "0.8.0" condition: edp-headlamp.enabled - name: edp-tekton @@ -82,8 +82,8 @@ annotations: image: epamedp/sonar-operator:2.14.1 - name: gerrit-operator:2.16.0 image: epamedp/gerrit-operator:2.16.0 - - name: edp-headlamp:0.7.0 - image: epamedp/edp-headlamp:0.7.0 + - name: edp-headlamp:0.8.0 + image: epamedp/edp-headlamp:0.8.0 - name: postgres:9.6 image: postgres:9.6 - name: executor:v1.12.1-debug diff --git a/deploy-templates/README.md b/deploy-templates/README.md index cb48571af..22bbcfe80 100644 --- a/deploy-templates/README.md +++ b/deploy-templates/README.md @@ -24,7 +24,7 @@ A Helm chart for EDP Install | @epamedp | cd-pipeline-operator | 2.15.0 | | @epamedp | codebase-operator | 2.17.0 | | @epamedp | edp-component-operator | 0.13.0 | -| @epamedp | edp-headlamp | 0.7.0 | +| @epamedp | edp-headlamp | 0.8.0 | | @epamedp | edp-tekton | 0.6.0 | | @epamedp | gerrit-operator | 2.16.0 | | @epamedp | keycloak-operator | 1.17.0 | @@ -76,7 +76,7 @@ A Helm chart for EDP Install | global.nexusUrl | string | `""` | Optional parameter. Link to use custom nexus. Format: http://.:8081 or http://: | | global.platform | string | `"kubernetes"` | platform type that can be "kubernetes" or "openshift" | | global.sonarUrl | string | `""` | Optional parameter. Link to use custom sonarqube. Format: http://.:9000 or http://:9000 | -| global.version | string | `"3.4.0"` | EDP version | +| global.version | string | `"3.4.1"` | EDP version | | global.webConsole.url | string | `"https://xxxxxxxxxxxxxxxxxxxx.sk1.eu-central-1.eks.amazonaws.com"` | URL to OpenShift/Kubernetes Web console | | kaniko.existingDockerConfig | string | `nil` | Existing secret which contains docker-config, if not defined then 'kaniko-docker-config' will be created with default value: { "credStore": "ecr-login"} | | kaniko.initKanikoContainer.extraEnvVars | list | `[]` | Array with extra environment variables to add to the init-kaniko container | diff --git a/deploy-templates/values.yaml b/deploy-templates/values.yaml index ff13a0c65..93abf8a91 100644 --- a/deploy-templates/values.yaml +++ b/deploy-templates/values.yaml @@ -5,7 +5,7 @@ global: # -- EDP version - version: "3.4.0" + version: "3.4.1" # -- namespace or a project name (in case of OpenShift) edpName: "stub-namespace" # -- platform type that can be "kubernetes" or "openshift"