Skip to content

Commit

Permalink
[EPMDEDP-6976]: Bump version to 2.8.1
Browse files Browse the repository at this point in the history
Change-Id: Ie8677611ff73988b7a0b6f375ad20c79c76b215a
  • Loading branch information
Orfey95 committed Aug 3, 2021
1 parent 29103d2 commit 4709386
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 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.0
appVersion: 2.8.0
version: 2.8.1
appVersion: 2.8.1
maintainers:
- name: EPAM EDP Team
sources:
Expand All @@ -19,13 +19,13 @@ dependencies:

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

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

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

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

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

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

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

- name: reconciler
repository: "@epamedp"
version: "2.8.0"
version: "2.8.1"
tags:
- reconciler

Expand Down
12 changes: 6 additions & 6 deletions deploy-templates/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
global:
version: "2.8.0"
version: "2.8.1"
edpName: "stub-namespace"
platform: "openshift"
dnsWildCard: "delivery.aws.main.edp.projects.epam.com"
Expand Down Expand Up @@ -74,7 +74,7 @@ keycloak-operator:
codebase-operator:
image:
name: epamedp/codebase-operator
version: 2.8.0
version: 2.8.1
# jira:
# integration: true
# name: "epam-jira"
Expand All @@ -85,7 +85,7 @@ codebase-operator:
jenkins-operator:
image:
name: epamedp/jenkins-operator
version: 2.8.0
version: 2.8.1
jenkins:
# deploy: true
# image: epamedp/edp-jenkins
Expand Down Expand Up @@ -113,7 +113,7 @@ jenkins-operator:
cd-pipeline-operator:
image:
name: epamedp/cd-pipeline-operator
version: 2.8.0
version: 2.8.1

nexus-operator:
image:
Expand Down Expand Up @@ -154,7 +154,7 @@ sonar-operator:
admin-console-operator:
image:
name: epamedp/admin-console-operator
version: 2.8.0
version: 2.8.1
adminConsole:
# image: epamedp/edp-admin-console
# version: 2.8.0
Expand Down Expand Up @@ -182,7 +182,7 @@ gerrit-operator:
reconciler:
image:
name: epamedp/reconciler
version: 2.8.0
version: 2.8.1

perf-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.0"
"edp-install": "2.8.1"
}

0 comments on commit 4709386

Please sign in to comment.