Skip to content
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 helm-charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ apiVersion: v2
name: apim-apk-agent
description: A Helm chart for deploying apim-apk-agent
type: application
version: 1.3.1
appVersion: "1.3.1"
version: 1.3.1-1
appVersion: "1.3.1-1"
dependencies:
- name: cert-manager
version: "v1.17.1"
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ wso2:
replicaCount: 1
image:
repository: wso2/apim-apk-agent
tag: 1.3.1
tag: 1.3.1.1
pullPolicy: Always
service:
name: apim-apk-agent-service
Expand Down
Loading