Skip to content

Commit

Permalink
Merge pull request #1208 from CrowleyRajapakse/master
Browse files Browse the repository at this point in the history
Upgrade helm chart  dependencies
  • Loading branch information
CrowleyRajapakse authored Oct 8, 2024
2 parents d5979b7 + 1750843 commit 9cccd45
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions apim-apk-agent/README.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
6 changes: 3 additions & 3 deletions helm-charts/Chart.lock
Original file line number Diff line number Diff line change
@@ -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"
4 changes: 2 additions & 2 deletions helm-charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion helm-charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9cccd45

Please sign in to comment.