Skip to content

Commit 3245a2b

Browse files
authored
Merge pull request #1227 from CrowleyRajapakse/master
Change helm chart to beta
2 parents 21d0fd7 + 6cc0bb2 commit 3245a2b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

helm-charts/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ apiVersion: v2
1818
name: apim-apk-agent
1919
description: A Helm chart for deploying apim-apk-agent
2020
type: application
21-
version: 1.2.0-alpha
21+
version: 1.2.0-beta
2222
appVersion: "1.2.0"
2323
dependencies:
2424
- name: cert-manager

helm-charts/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023, WSO2 LLC. (https://www.wso2.com) All Rights Reserved.
1+
# Copyright (c) 2024, WSO2 LLC. (https://www.wso2.com) All Rights Reserved.
22
#
33
# WSO2 LLC. licenses this file to you under the Apache License,
44
# Version 2.0 (the "License"); you may not use this file except
@@ -17,7 +17,7 @@
1717
replicaCount: 1
1818
image:
1919
repository: wso2/apim-apk-agent
20-
tag: latest
20+
tag: 1.2.0-beta
2121
pullPolicy: Always
2222
service:
2323
name: apim-apk-agent-service

0 commit comments

Comments
 (0)