Skip to content

Commit d7a9a6b

Browse files
Bump OC to 1.115.0 (#277)
* Bump OC to 1.115.0 Signed-off-by: Ishaan Mittal <ishaanmittal123@gmail.com> * bump chart version Signed-off-by: Ishaan Mittal <ishaanmittal123@gmail.com> * remove trailing spaces Signed-off-by: Ishaan Mittal <ishaanmittal123@gmail.com> * bump opencost ui to 1.115.0 Signed-off-by: Ishaan Mittal <ishaanmittal123@gmail.com> * @ in tag Signed-off-by: Ishaan Mittal <ishaanmittal123@gmail.com> * update test Signed-off-by: Ishaan Mittal <ishaanmittal123@gmail.com> * try Signed-off-by: Ishaan Mittal <ishaanmittal123@gmail.com>
1 parent 416df79 commit d7a9a6b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/configs/ct.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ validate-chart-schema: false
1010
validate-maintainers: true
1111
validate-yaml: true
1212
exclude-deprecated: true
13-
excluded-charts: []
13+
excluded-charts: []

.github/workflows/helm-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ jobs:
5353
if: steps.list-changed.outputs.changed == 'true'
5454

5555
- name: Run chart-testing (install)
56-
run: ct install --config ./.github/configs/ct.yaml
56+
run: ct install --config ./.github/configs/ct.yaml --helm-extra-set-args "--set=opencost.exporter.collectorDataSource.enabled=true"
5757
if: steps.list-changed.outputs.changed == 'true'

charts/opencost/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords:
99
- finops
1010
- monitoring
1111
- opencost
12-
version: 2.1.3
12+
version: 2.1.4
1313
maintainers:
1414
- name: jessegoodier
1515
- name: toscott

charts/opencost/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ opencost:
132132
# -- Exporter container image name
133133
repository: opencost/opencost
134134
# -- Exporter container image tag
135-
tag: "1.114.0@sha256:e0e6d87827559544d19d0096f3a0c0a62e2bcac4479031f7849f3ee823ad19fb"
135+
tag: "1.115.0@sha256:fb6468a1ef45dbd4a9e521122c8d306f882bb33d1657d28d21aeaef79412e9e1"
136136
# -- Exporter container image pull policy
137137
pullPolicy: IfNotPresent
138138
# -- Override the full image name for development purposes
@@ -212,7 +212,7 @@ opencost:
212212
retentionResolution1h: 49
213213
# -- The number of 1d intervals the Collector DataSource should maintain
214214
retentionResolution1d: 15
215-
215+
216216
# Persistent volume claim for storing the data. eg: csv file
217217
persistence:
218218
enabled: false
@@ -422,7 +422,7 @@ opencost:
422422
repository: opencost/opencost-ui
423423
# -- UI container image tag
424424
# @default -- `""` (use appVersion in Chart.yaml)
425-
tag: "1.114.0@sha256:09edc15c5f917c82a8a10f840595e7f3768e767546c19f05c2364378aa9883e0"
425+
tag: "1.115.0@sha256:6a7bdf50abff92ce16be62fb43c3a0c53d2e98c77e6bc9359962dcf10634e8ac"
426426
# -- UI container image pull policy
427427
pullPolicy: IfNotPresent
428428
# -- Override the full image name for development purposes

0 commit comments

Comments
 (0)