Skip to content

Commit

Permalink
feat(kubecost): Bump chart to 1.106.7 (#1482)
Browse files Browse the repository at this point in the history
  • Loading branch information
gracedo committed Feb 20, 2024
1 parent e768931 commit 944a81a
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions stable/kubecost/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: cost-analyzer
repository: https://kubecost.github.io/cost-analyzer
version: 1.106.5
digest: sha256:80b7ea826cf4dd302df102f044817544fdbe096746a9f67df3d20becddc742aa
generated: "2023-12-21T10:51:12.284075-07:00"
version: 1.106.7
digest: sha256:62b22579ecc96d416a23cbd1fcb74c128c28da862ebedc0a6db4488a8cdd4bc4
generated: "2024-02-19T15:23:09.263021-08:00"
6 changes: 3 additions & 3 deletions stable/kubecost/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apiVersion: v2
appVersion: 1.106.5
appVersion: 1.106.7
description: Kubecost
name: kubecost
home: https://github.com/mesosphere/charts
version: 0.37.2
version: 0.37.3
maintainers:
- name: gracedo
dependencies:
- name: cost-analyzer
version: 1.106.5
version: 1.106.7
repository: https://kubecost.github.io/cost-analyzer
condition: cost-analyzer.enabled
2 changes: 1 addition & 1 deletion stable/kubecost/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ hooks:
# Creates configmap to pass kube-system ns uid as envvar to kubecost.
clusterID:
enabled: true
kubectlImage: "bitnami/kubectl:1.24.1"
kubectlImage: "bitnami/kubectl:1.29.2"

cost-analyzer:
enabled: true
Expand Down
Binary file removed stable/kubecost/charts/cost-analyzer-1.106.5.tgz
Binary file not shown.
Binary file added stable/kubecost/charts/cost-analyzer-1.106.7.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion stable/kubecost/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ hooks:
# Creates configmap to pass kube-system ns uid as envvar to kubecost.
clusterID:
enabled: true
kubectlImage: "bitnami/kubectl:1.24.1"
kubectlImage: "bitnami/kubectl:1.29.2"
priorityClassName: ""

cost-analyzer:
Expand Down

0 comments on commit 944a81a

Please sign in to comment.