diff --git a/Makefile b/Makefile index 21d330f..06380c2 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ HELM_CHARTS = acp-cd,acp,istio-authorizer,kube-acp-stack ISTIO_VERSION ?= 1.13.3 # ACP helm chart version -ACP_VERSION ?= 2.23.0 +ACP_VERSION ?= 2.23.1 export ACP_VERSION ### TARGETS ### diff --git a/charts/acp-cd/Chart.yaml b/charts/acp-cd/Chart.yaml index 6221ff8..da9386d 100644 --- a/charts/acp-cd/Chart.yaml +++ b/charts/acp-cd/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: acp-cd description: Cloudentity ACP continuous Delivery type: application -version: 2.23.0 -appVersion: "2.23.0" +version: 2.23.1 +appVersion: "2.23.1" diff --git a/charts/acp/Chart.yaml b/charts/acp/Chart.yaml index a2c568b..7c6eddb 100644 --- a/charts/acp/Chart.yaml +++ b/charts/acp/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: acp description: Cloudentity Authorization Control Plane type: application -version: 2.23.0 -appVersion: "2.23.0" +version: 2.23.1 +appVersion: "2.23.1" diff --git a/charts/istio-authorizer/Chart.yaml b/charts/istio-authorizer/Chart.yaml index 004823f..29562af 100644 --- a/charts/istio-authorizer/Chart.yaml +++ b/charts/istio-authorizer/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: istio-authorizer description: A Helm chart for istio-authorizer type: application -version: 2.23.0 -appVersion: "2.23.0" +version: 2.23.1 +appVersion: "2.23.1" diff --git a/charts/kube-acp-stack/Chart.yaml b/charts/kube-acp-stack/Chart.yaml index 6ba88f1..4903493 100644 --- a/charts/kube-acp-stack/Chart.yaml +++ b/charts/kube-acp-stack/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: kube-acp-stack description: kube-acp-stack collects acp charts combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster type: application -version: 2.23.0 +version: 2.23.1 sources: - https://github.com/cloudentity/acp-helm-charts dependencies: @@ -19,6 +19,6 @@ dependencies: repository: https://charts.timescale.com condition: timescaledb-single.enabled - name: acp - version: "2.23.0" + version: "2.23.1" repository: https://charts.cloudentity.io condition: acp.enabled