Skip to content

Commit

Permalink
[EPMDEDP-6976]: Bump version to 2.8.2
Browse files Browse the repository at this point in the history
Change-Id: Ib4d670a35426f2b11522bcdfc328fbe957d6097f
  • Loading branch information
Orfey95 committed Aug 4, 2021
1 parent 4709386 commit 21f2e01
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions deploy-templates/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -37,7 +37,7 @@ dependencies:

- name: cd-pipeline-operator
repository: "@epamedp"
version: "2.8.1"
version: "2.8.2"
tags:
- cd-pipeline-operator

Expand Down
4 changes: 2 additions & 2 deletions deploy-templates/values.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"edp-install": "2.8.1"
"edp-install": "2.8.2"
}

0 comments on commit 21f2e01

Please sign in to comment.