Skip to content

Commit

Permalink
Bump acp version to 2.22.0 (#303)
Browse files Browse the repository at this point in the history
Co-authored-by: Cloudentity CI <[email protected]>
  • Loading branch information
1 parent 759a2e7 commit 7e21722
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.21.0
ACP_VERSION ?= 2.22.0
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.21.0
appVersion: "2.21.0"
version: 2.22.0
appVersion: "2.22.0"
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.22.0-1
appVersion: "2.21.0"
version: 2.22.0
appVersion: "2.22.0"
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.21.1
appVersion: "2.21.0"
version: 2.22.0
appVersion: "2.22.0"
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.22.0-1
version: 2.22.0
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.22.0-1"
version: "2.22.0"
repository: https://charts.cloudentity.io
condition: acp.enabled

0 comments on commit 7e21722

Please sign in to comment.