Skip to content

Commit

Permalink
bump to 2.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
plandzwojczak-sa committed Dec 12, 2024
1 parent 4e5453a commit 1eb7ece
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ###
Expand Down
4 changes: 2 additions & 2 deletions charts/acp-cd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions charts/acp/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions charts/istio-authorizer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions charts/kube-acp-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

0 comments on commit 1eb7ece

Please sign in to comment.