From 21f2e01811736bf2ac58bc9cd0400cdd11e69345 Mon Sep 17 00:00:00 2001 From: oleksandr_frolov Date: Wed, 4 Aug 2021 18:07:39 +0300 Subject: [PATCH] [EPMDEDP-6976]: Bump version to 2.8.2 Change-Id: Ib4d670a35426f2b11522bcdfc328fbe957d6097f --- deploy-templates/Chart.yaml | 6 +++--- deploy-templates/values.yaml | 4 ++-- version.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/deploy-templates/Chart.yaml b/deploy-templates/Chart.yaml index a9fdb66bf..a87195d91 100644 --- a/deploy-templates/Chart.yaml +++ b/deploy-templates/Chart.yaml @@ -3,8 +3,8 @@ description: A Helm chart for EDP Install home: https://solutionshub.epam.com/solution/epam-delivery-platform name: edp-install type: application -version: 2.8.1 -appVersion: 2.8.1 +version: 2.8.2 +appVersion: 2.8.2 maintainers: - name: EPAM EDP Team sources: @@ -37,7 +37,7 @@ dependencies: - name: cd-pipeline-operator repository: "@epamedp" - version: "2.8.1" + version: "2.8.2" tags: - cd-pipeline-operator diff --git a/deploy-templates/values.yaml b/deploy-templates/values.yaml index 4cdefd889..4172ae3a7 100644 --- a/deploy-templates/values.yaml +++ b/deploy-templates/values.yaml @@ -1,5 +1,5 @@ global: - version: "2.8.1" + version: "2.8.2" edpName: "stub-namespace" platform: "openshift" dnsWildCard: "delivery.aws.main.edp.projects.epam.com" @@ -113,7 +113,7 @@ jenkins-operator: cd-pipeline-operator: image: name: epamedp/cd-pipeline-operator - version: 2.8.1 + version: 2.8.2 nexus-operator: image: diff --git a/version.json b/version.json index 2d4c0d177..aab01afb3 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "edp-install": "2.8.1" + "edp-install": "2.8.2" }