Skip to content

Commit

Permalink
[EPMDEDP-7077]: Bump version to 2.8.3
Browse files Browse the repository at this point in the history
Change-Id: I2cd7e9abf2c6934ef38d18c46ef276c678c92eb4
  • Loading branch information
Orfey95 committed Aug 20, 2021
1 parent 809c9a9 commit 42eb7c0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 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.2
appVersion: 2.8.2
version: 2.8.3
appVersion: 2.8.3
maintainers:
- name: EPAM EDP Team
sources:
Expand All @@ -25,7 +25,7 @@ dependencies:

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

Expand All @@ -43,7 +43,7 @@ dependencies:

- name: nexus-operator
repository: "@epamedp"
version: "2.8.0"
version: "2.8.1"
tags:
- nexus-operator

Expand Down
6 changes: 3 additions & 3 deletions deploy-templates/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
global:
version: "2.8.2"
version: "2.8.3"
edpName: "stub-namespace"
platform: "openshift"
dnsWildCard: "delivery.aws.main.edp.projects.epam.com"
Expand Down Expand Up @@ -85,7 +85,7 @@ codebase-operator:
jenkins-operator:
image:
name: epamedp/jenkins-operator
version: 2.8.1
version: 2.8.2
jenkins:
# deploy: true
# image: epamedp/edp-jenkins
Expand Down Expand Up @@ -118,7 +118,7 @@ cd-pipeline-operator:
nexus-operator:
image:
name: epamedp/nexus-operator
version: 2.8.0
version: 2.8.1
# nexus:
# deploy: true
# name: "nexus"
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.2"
"edp-install": "2.8.3"
}

0 comments on commit 42eb7c0

Please sign in to comment.