From 87fcbd6bd41c0290e2a3882c49bd95890b64e3e4 Mon Sep 17 00:00:00 2001 From: jenkins-x-bot Date: Wed, 11 Aug 2021 13:17:03 +0000 Subject: [PATCH] release 6.4.0 --- charts/entando-k8s-app-controller/Chart.yaml | 3 ++- charts/entando-k8s-app-controller/values.yaml | 4 ++-- pom.xml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/charts/entando-k8s-app-controller/Chart.yaml b/charts/entando-k8s-app-controller/Chart.yaml index 96695f64..3753d010 100644 --- a/charts/entando-k8s-app-controller/Chart.yaml +++ b/charts/entando-k8s-app-controller/Chart.yaml @@ -1,5 +1,6 @@ apiVersion: v1 +appVersion: 6.4.0 description: A Helm chart for Kubernetes icon: https://raw.githubusercontent.com/jenkins-x/jenkins-x-platform/master/images/java.png name: entando-k8s-app-controller -version: 0.1.0-SNAPSHOT +version: 6.4.0 diff --git a/charts/entando-k8s-app-controller/values.yaml b/charts/entando-k8s-app-controller/values.yaml index 0f3cfc05..fcfed03b 100755 --- a/charts/entando-k8s-app-controller/values.yaml +++ b/charts/entando-k8s-app-controller/values.yaml @@ -3,6 +3,6 @@ # Declare variables to be passed into your templates. replicaCount: 1 image: - repository: draft - tag: dev + repository: docker.io/entando/entando-k8s-app-controller + tag: 6.4.0 pullPolicy: IfNotPresent diff --git a/pom.xml b/pom.xml index 06e99f67..298cf4f7 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ 6.4.1 - 6.4.0-SNAPSHOT + 6.4.0 entando-k8s-app-controller Entando K8S Controller for Entando App Deployments Entando's K8S Controller for Entando App Deployments