Skip to content

Commit

Permalink
fix: use m/charts stable repo
Browse files Browse the repository at this point in the history
Signed-off-by: Tarun Gupta Akirala <[email protected]>
  • Loading branch information
takirala committed Jan 3, 2025
1 parent 05d12e5 commit 75f7b89
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 32 deletions.
8 changes: 5 additions & 3 deletions apptests/constants/apps.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
package constants

const (
CertManager = "cert-manager"
Karma = "karma"
KubeCost = "kubecost"
CertManager = "cert-manager"
Karma = "karma"
// KubeCost runs only on the managed clusters (in a lightweight agent mode that depends on the centralized kubecost and a valid object storage configuration).
// Centralized kubecost runs only on the management cluster.
KubeCost = "centralized-kubecost"
Reloader = "reloader"
Traefik = "traefik"
KarmaTraefik = "karma-traefik"
Expand Down
11 changes: 0 additions & 11 deletions licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ resources:
- license_path: LICENSE
ref: v${image_tag%-debian-12-r0}
url: https://github.com/thanos-io/thanos
- container_image: docker.io/grafana/grafana:11.3.1
sources:
- license_path: LICENSE
notice_path: NOTICE.md
ref: v${image_tag}
url: https://github.com/grafana/grafana
- container_image: docker.io/grafana/grafana:11.2.2-security-01
sources:
- license_path: LICENSE
Expand Down Expand Up @@ -577,11 +571,6 @@ resources:
- url: https://github.com/opencost/opencost
ref: v1.112.1
license_path: LICENSE
- container_image: gcr.io/kubecost1/kubecost-modeling:v0.1.18
sources:
- url: https://github.com/opencost/opencost
ref: v1.112.1
license_path: LICENSE
- container_image: gcr.io/kubecost1/frontend:prod-2.5.0
sources:
- url: https://github.com/opencost/opencost
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ spec:
chart: cosi-bucket-kit
sourceRef:
kind: HelmRepository
name: takirala
#name: mesosphere.github.io-charts-stable
name: mesosphere.github.io-charts-stable
namespace: kommander-flux
version: 0.0.1-alpha.0
interval: 15s
Expand Down
2 changes: 1 addition & 1 deletion services/centralized-kubecost/2.5.0/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ data:
retention: 14d
image:
repository: quay.io/prometheus/prometheus
tag: v2.55.0
tag: v2.55.1
# If clusterIDConfigmap is defined, instead use user-generated configmap with key CLUSTER_ID
# to use as unique cluster ID in kubecost cost-analyzer deployment.
# This overrides the cluster_id set in prometheus.server.global.external_labels.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
---
# TODO: delete after merging the cosi-bucket-kit chart
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: takirala
namespace: kommander-flux
spec:
interval: 10m
timeout: 1m
url: https://takirala.github.io/charts/stable
---
# TODO: https://jira.nutanix.com/browse/NCN-104793 and https://jira.nutanix.com/browse/NCN-104743
# Delete this helm release after merging https://github.com/mesosphere/konvoy2/pull/3474 (and adding a similar change in CAREN)
apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: HelmRelease
metadata:
Expand All @@ -22,10 +11,9 @@ spec:
chart: cosi
sourceRef:
kind: HelmRepository
name: takirala
# name: mesosphere.github.io-charts-stable
name: mesosphere.github.io-charts-stable
namespace: kommander-flux
version: 0.0.1-alpha.2
version: 0.0.1-alpha.1
interval: 15s
install:
crds: CreateReplace
Expand Down

0 comments on commit 75f7b89

Please sign in to comment.