From dac4f7e79cb3a3e9303ef6efb155e8addff91529 Mon Sep 17 00:00:00 2001 From: Kiran Saladi Date: Tue, 27 Feb 2024 23:26:03 +0530 Subject: [PATCH 1/2] [charts/portal]Changes for Portal 5.2.2.1 --- charts/portal/Chart.yaml | 4 ++-- charts/portal/README.md | 4 +++- charts/portal/values-production.yaml | 2 +- charts/portal/values.yaml | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/charts/portal/Chart.yaml b/charts/portal/Chart.yaml index 9148a838..76baad15 100644 --- a/charts/portal/Chart.yaml +++ b/charts/portal/Chart.yaml @@ -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: diff --git a/charts/portal/README.md b/charts/portal/README.md index 19dcda16..930f37ee 100644 --- a/charts/portal/README.md +++ b/charts/portal/README.md @@ -3,6 +3,8 @@ 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.6 General Updates +- This new version of the chart supports API Portal 5.2.2.1 ## 2.3.5-6 General Updates - Updated ci values - no impact @@ -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` | diff --git a/charts/portal/values-production.yaml b/charts/portal/values-production.yaml index 16b3de89..a475a8e5 100644 --- a/charts/portal/values-production.yaml +++ b/charts/portal/values-production.yaml @@ -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 diff --git a/charts/portal/values.yaml b/charts/portal/values.yaml index f4815b32..756ead27 100644 --- a/charts/portal/values.yaml +++ b/charts/portal/values.yaml @@ -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 From c1878f0b2baa932d84d90a6619b497698581ecb8 Mon Sep 17 00:00:00 2001 From: Kiran Saladi Date: Tue, 27 Feb 2024 23:37:29 +0530 Subject: [PATCH 2/2] [chart/portal] correcting the ReadMe --- charts/portal/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/portal/README.md b/charts/portal/README.md index 930f37ee..4871c8e1 100644 --- a/charts/portal/README.md +++ b/charts/portal/README.md @@ -3,9 +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.6 General Updates +## 2.3.7 General Updates - This new version of the chart supports API Portal 5.2.2.1 -## 2.3.5-6 General Updates +## 2.3.6 General Updates - Updated ci values - no impact ## 2.3.4 General Updates