Skip to content

Commit

Permalink
Merge pull request #299 from CAAPIM/ks_stable
Browse files Browse the repository at this point in the history
[charts/portal]Changes for Portal 5.2.2.1
  • Loading branch information
Gazza7205 authored Feb 27, 2024
2 parents b2c81ec + c1878f0 commit 0da1402
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/portal/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: "5.2.2"
appVersion: "5.2.2.1"
description: CA API Developer Portal
name: portal
version: 2.3.6
version: 2.3.7
type: application
home: https://github.com/CAAPIM/apim-charts
maintainers:
Expand Down
6 changes: 4 additions & 2 deletions charts/portal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ The Layer7 API Developer Portal (API Portal) is part of the Layer7 API Managemen

## Introduction
This Chart deploys the Layer7 API Developer Portal on a Kubernetes Cluster using the Helm Package Manager.
## 2.3.5-6 General Updates
## 2.3.7 General Updates
- This new version of the chart supports API Portal 5.2.2.1
## 2.3.6 General Updates
- Updated ci values
- no impact
## 2.3.4 General Updates
Expand Down Expand Up @@ -637,7 +639,7 @@ Portal Analytics
|-------------------------------------------|----------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------|
| `image.dispatcher` | dispatcher image | `dispatcher:5.2.2` |
| `image.pssg` | PSSG image | `pssg:5.2.2` |
| `image.apim` | APIM ingress image | `ingress:5.2.2` |
| `image.apim` | APIM ingress image | `ingress:5.2.2.1` |
| `image.enterprise` | portal-enterprise image | `portal-enterprise:5.2.2` |
| `image.data` | portal-data image | `portal-data:5.2.2` |
| `image.tps` | tenant provisioner image | `tenant-provisioning-service:5.2.2` |
Expand Down
2 changes: 1 addition & 1 deletion charts/portal/values-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ tenantProvisioner:
image:
dispatcher: dispatcher:5.2.2
pssg: pssg:5.2.2
apim: ingress:5.2.2
apim: ingress:5.2.2.1
enterprise: portal-enterprise:5.2.2
data: portal-data:5.2.2
tps: tenant-provisioning-service:5.2.2
Expand Down
2 changes: 1 addition & 1 deletion charts/portal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ tenantProvisioner:
image:
dispatcher: dispatcher:5.2.2
pssg: pssg:5.2.2
apim: ingress:5.2.2
apim: ingress:5.2.2.1
enterprise: portal-enterprise:5.2.2
data: portal-data:5.2.2
tps: tenant-provisioning-service:5.2.2
Expand Down

0 comments on commit 0da1402

Please sign in to comment.