diff --git a/Dockerfile b/Dockerfile index fc2ad62..cd38be8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.11.8 +FROM alpine:3.11.10 ENV OPERATOR=/usr/local/bin/cd-pipeline-operator \ USER_UID=1001 \ diff --git a/deploy-templates/Chart.yaml b/deploy-templates/Chart.yaml index 9203680..2114f17 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.7.0 -appVersion: v2.7.0 +version: 2.7.1 +appVersion: v2.7.1 maintainers: - name: EPAM EDP Team sources: diff --git a/version.json b/version.json index 8323e27..1d8f53b 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "cd-pipeline-operator": "v2.7.0" + "cd-pipeline-operator": "v2.7.1" } \ No newline at end of file diff --git a/version/version.go b/version/version.go index f0180dd..c1ca8dd 100644 --- a/version/version.go +++ b/version/version.go @@ -1,5 +1,5 @@ package version var ( - Version = "v2.7.0" + Version = "v2.7.1" )