Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump to 2.23.1 #310

Merged
merged 3 commits into from
Dec 12, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading