From 175084362308cf557e6b1dad3ed0e8e35fde85dc Mon Sep 17 00:00:00 2001 From: CrowleyRajapakse Date: Tue, 8 Oct 2024 08:08:45 +0530 Subject: [PATCH] upgrade helm chart dependencies --- apim-apk-agent/README.md | 4 ++-- helm-charts/Chart.lock | 6 +++--- helm-charts/Chart.yaml | 4 ++-- helm-charts/values.yaml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/apim-apk-agent/README.md b/apim-apk-agent/README.md index d38cf33c..b9c422f7 100644 --- a/apim-apk-agent/README.md +++ b/apim-apk-agent/README.md @@ -1,10 +1,10 @@ # Agent to integrate APK with APIM -## For WSO2 API Manager 4.3.0 +## For WSO2 API Manager 4.4.0 ## Getting Started APIM-APK Agent ### Setting up the development environment - 1. Install [Go 1.20](https://golang.org/dl) + 1. Install [Go 1.22](https://golang.org/dl) 2. Fork the [repository](https://github.com/wso2/product-apim-tooling) 3. Clone your fork into any directory. 5. `cd` into cloned directory and then cd into `product-apim-tooling/apim-apk-agent` diff --git a/helm-charts/Chart.lock b/helm-charts/Chart.lock index d8543bc8..e46da74c 100644 --- a/helm-charts/Chart.lock +++ b/helm-charts/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: cert-manager repository: https://charts.jetstack.io - version: v1.10.1 -digest: sha256:d1377472dfb3a62dccc58dd12757d029afa304c1f2ded3f5cc3052b308fb8c00 -generated: "2024-04-05T14:59:18.259209+05:30" + version: v1.16.0 +digest: sha256:4d355d45211e86b434c47f7b8608f1782ffd9c94dbfec47a48e7b7adc2a556ea +generated: "2024-10-08T08:07:09.243334+05:30" diff --git a/helm-charts/Chart.yaml b/helm-charts/Chart.yaml index d36c49fe..eb08cda3 100644 --- a/helm-charts/Chart.yaml +++ b/helm-charts/Chart.yaml @@ -19,9 +19,9 @@ name: apim-apk-agent description: A Helm chart for deploying apim-apk-agent type: application version: 1.2.0-alpha -appVersion: "1.16.0" +appVersion: "1.2.0" dependencies: - name: cert-manager - version: "v1.10.1" + version: "v1.16.0" repository: "https://charts.jetstack.io" condition: certmanager.enabled \ No newline at end of file diff --git a/helm-charts/values.yaml b/helm-charts/values.yaml index 562cfb73..5755d223 100644 --- a/helm-charts/values.yaml +++ b/helm-charts/values.yaml @@ -17,7 +17,7 @@ replicaCount: 1 image: repository: wso2/apim-apk-agent - tag: 1.2.0-alpha + tag: latest pullPolicy: Always service: name: apim-apk-agent-service