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

Upgrade helm chart dependencies #1208

Merged
merged 1 commit into from
Oct 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
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
Loading