We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4346fea + 7ea310a commit f805377Copy full SHA for f805377
helm-charts/Chart.yaml
@@ -18,8 +18,8 @@ apiVersion: v2
18
name: apim-apk-agent
19
description: A Helm chart for deploying apim-apk-agent
20
type: application
21
-version: 1.3.1
22
-appVersion: "1.3.1"
+version: 1.3.1-1
+appVersion: "1.3.1-1"
23
dependencies:
24
- name: cert-manager
25
version: "v1.17.1"
helm-charts/values.yaml
@@ -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:
26
name: apim-apk-agent-service
0 commit comments