Skip to content

Commit

Permalink
[EPMDEDP-7189]: Bump version to 2.8.4
Browse files Browse the repository at this point in the history
Change-Id: Ie70b05c9eff70a5f77cf0585a6339b735aa553e8
  • Loading branch information
MykolaMarusenko committed Sep 10, 2021
1 parent 7c7482b commit 2bac11f
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.3
appVersion: 2.8.3
version: 2.8.4
appVersion: 2.8.4
maintainers:
- name: EPAM EDP Team
sources:
Expand All @@ -25,7 +25,7 @@ dependencies:

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

Expand Down Expand Up @@ -55,7 +55,7 @@ dependencies:

- name: admin-console-operator
repository: "@epamedp"
version: "2.8.1"
version: "2.8.2"
tags:
- admin-console-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.3"
version: "2.8.4"
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.2
version: 2.8.3
jenkins:
# deploy: true
# image: epamedp/edp-jenkins
Expand Down Expand Up @@ -154,7 +154,7 @@ sonar-operator:
admin-console-operator:
image:
name: epamedp/admin-console-operator
version: 2.8.1
version: 2.8.2
adminConsole:
# image: epamedp/edp-admin-console
# version: 2.8.0
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.3"
"edp-install": "2.8.4"
}

0 comments on commit 2bac11f

Please sign in to comment.