Skip to content

Commit 2e7935c

Browse files
authored
Merge pull request #3468 from kubecost/bump-2.3.0-rc.4
Bump in-code version of v2.3 branch for 2.3.0-rc.4
2 parents fcaf282 + 53d08ef commit 2e7935c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cost-analyzer/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
2-
appVersion: "2.3.0-rc.3"
2+
appVersion: "2.3.0-rc.4"
33
description: Kubecost Helm chart - monitor your cloud costs!
44
name: cost-analyzer
5-
version: "2.3.0-rc.3"
5+
version: "2.3.0-rc.4"
66
icon: https://raw.githubusercontent.com/kubecost/.github/9602bea0c06773da66ba43cb9ce5e1eb2b797c32/kubecost_logo.png
77
annotations:
88
"artifacthub.io/links": |

cost-analyzer/templates/cost-analyzer-frontend-config-map-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1302,7 +1302,7 @@ data:
13021302
"carbonEstimatesEnabled": "{{ template "carbonEstimatesEnabled" . }}",
13031303
"clusterControllerEnabled": "{{ template "clusterControllerEnabled" . }}",
13041304
"forecastingEnabled": "{{ template "forecastingEnabled" . }}",
1305-
"chartVersion": "{version}"
1305+
"chartVersion": "2.3.0-rc.4"
13061306
}
13071307
';
13081308
}

0 commit comments

Comments
 (0)