Skip to content

Commit

Permalink
feat: Bump kubecost (#822)
Browse files Browse the repository at this point in the history
* feat: Bump kubecost

* chore: Bump prometheus in licenses
  • Loading branch information
gracedo authored Nov 16, 2022
1 parent ee9fb68 commit 6bb6471
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -260,12 +260,12 @@ resources:
- url: https://github.com/brancz/kube-rbac-proxy
ref: ${image_tag}
license_path: LICENSE
- container_image: gcr.io/kubecost1/cost-model:prod-1.97.0
- container_image: gcr.io/kubecost1/cost-model:prod-1.98.0
sources:
- url: https://github.com/opencost/opencost
ref: v${image_tag#prod-}
license_path: LICENSE
- container_image: gcr.io/kubecost1/frontend:prod-1.97.0
- container_image: gcr.io/kubecost1/frontend:prod-1.98.0
sources:
- url: https://github.com/opencost/opencost
ref: v${image_tag#prod-}
Expand Down Expand Up @@ -375,7 +375,7 @@ resources:
ref: ${image_tag}
license_path: LICENSE
notice_path: NOTICE
- container_image: quay.io/prometheus/prometheus:v2.19.2
- container_image: quay.io/prometheus/prometheus:v2.35.0
sources:
- url: https://github.com/prometheus/prometheus
ref: ${image_tag}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: centralized-kubecost-0.28.0-d2iq-defaults
name: centralized-kubecost-0.29.0-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
wait: true
interval: 6h
retryInterval: 1m
path: ./services/centralized-kubecost/0.28.0/post-install-jobs
path: ./services/centralized-kubecost/0.29.0/post-install-jobs
dependsOn:
- name: centralized-kubecost-release
sourceRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
wait: true
interval: 6h
retryInterval: 1m
path: ./services/centralized-kubecost/0.28.0/release
path: ./services/centralized-kubecost/0.29.0/release
sourceRef:
kind: GitRepository
name: management
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
kind: HelmRepository
name: mesosphere.github.io-charts-stable
namespace: kommander-flux
version: "0.28.0"
version: "0.29.0"
interval: 15s
install:
crds: CreateReplace
Expand All @@ -29,7 +29,7 @@ spec:
releaseName: centralized-kubecost
valuesFrom:
- kind: ConfigMap
name: centralized-kubecost-0.28.0-d2iq-defaults
name: centralized-kubecost-0.29.0-d2iq-defaults
targetNamespace: kubecost
---
apiVersion: v1
Expand Down
6 changes: 3 additions & 3 deletions services/kommander/0.5.0/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ data:
tag: ${kommanderLicensingControllerWebhookImageTag}
repository: ${kommanderLicensingControllerWebhookImageRepository}
defaultEnterpriseApps:
centralized-kubecost: "0.28.0"
kubecost: "0.28.0"
centralized-kubecost: "0.29.0"
kubecost: "0.29.0"
kubecost-thanos-traefik: "0.0.1"
centralized-grafana: "40.0.0"
karma: "2.0.1"
Expand All @@ -91,7 +91,7 @@ data:
reloader: "0.0.124"
traefik: "10.30.1"
kubernetes-dashboard: "5.11.0"
kubecost: "0.28.0"
kubecost: "0.29.0"
kube-prometheus-stack: "40.0.0"
prometheus-adapter: "3.4.2"
prometheus-thanos-traefik: "0.0.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: kubecost-0.28.0-d2iq-defaults
name: kubecost-0.29.0-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
kind: HelmRepository
name: mesosphere.github.io-charts-stable
namespace: kommander-flux
version: "0.28.0"
version: "0.29.0"
interval: 15s
install:
crds: CreateReplace
Expand All @@ -29,7 +29,7 @@ spec:
releaseName: kubecost
valuesFrom:
- kind: ConfigMap
name: kubecost-0.28.0-d2iq-defaults
name: kubecost-0.29.0-d2iq-defaults
targetNamespace: ${releaseNamespace}
---
apiVersion: v1
Expand Down
File renamed without changes.

0 comments on commit 6bb6471

Please sign in to comment.