diff --git a/deploy-templates/Chart.yaml b/deploy-templates/Chart.yaml index 1fe38c9..ccdc4f4 100644 --- a/deploy-templates/Chart.yaml +++ b/deploy-templates/Chart.yaml @@ -3,8 +3,8 @@ description: A Helm chart for EDP CD Pipeline Operator home: https://solutionshub.epam.com/solution/epam-delivery-platform name: cd-pipeline-operator type: application -version: 2.8.0 -appVersion: 2.8.0 +version: 2.8.1 +appVersion: 2.8.1 maintainers: - name: EPAM EDP Team sources: diff --git a/version.json b/version.json index 33ab06f..7fcfdf8 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "cd-pipeline-operator": "2.8.0" + "cd-pipeline-operator": "2.8.1" } diff --git a/version/version.go b/version/version.go index 7761063..ca575c4 100644 --- a/version/version.go +++ b/version/version.go @@ -1,5 +1,5 @@ package version var ( - Version = "2.8.0" + Version = "2.8.1" )