Skip to content

Commit

Permalink
fix: Use array instead of map for apps values (#1247)
Browse files Browse the repository at this point in the history
* refactor: Update default apps values to array

* ci: Remove default app version validation check
  • Loading branch information
gracedo authored May 18, 2023
1 parent 5218231 commit 2ff452c
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 47 deletions.
7 changes: 0 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@ repos:
stages: [commit]
always_run: true
pass_filenames: false
- id: check-default-apps-versions
name: Check default apps versions
entry: hack/validate-default-apps-versions.sh
language: system
stages: [commit]
always_run: true
pass_filenames: false
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
hooks:
Expand Down
20 changes: 0 additions & 20 deletions hack/validate-default-apps-versions.sh

This file was deleted.

42 changes: 22 additions & 20 deletions services/kommander/0.6.0/defaults/cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,16 @@ data:
tag: ${kommanderLicensingControllerWebhookImageTag}
repository: ${kommanderLicensingControllerWebhookImageRepository}
defaultEnterpriseApps:
centralized-kubecost: "0.34.0"
kubecost: "0.34.0"
kubecost-thanos-traefik: "0.0.1"
centralized-grafana: "45.21.0"
karma: "2.0.2"
karma-traefik: "0.0.1"
prometheus-thanos-traefik: "0.0.1"
thanos: "12.4.3"
- "centralized-kubecost"
- "kubecost"
- "kubecost-thanos-traefik"
- "centralized-grafana"
- "karma"
- "karma-traefik"
- "prometheus-thanos-traefik"
- "thanos"
kommander-ui:
enabled: false
capimate:
image:
tag: v0.0.0-dev.0
Expand All @@ -96,15 +98,15 @@ data:
attached:
prerequisites:
defaultApps:
reloader: "1.0.24"
traefik: "23.0.1"
kubernetes-dashboard: "6.0.7"
kubecost: "0.34.0"
kube-prometheus-stack: "45.21.0"
prometheus-adapter: "4.2.0"
prometheus-thanos-traefik: "0.0.1"
kubecost-thanos-traefik: "0.0.1"
cert-manager: "1.11.0"
karma-traefik: "0.0.1"
gatekeeper: "3.12.0"
kommander-flux: "0.41.2"
- "reloader"
- "traefik"
- "kubernetes-dashboard"
- "kubecost"
- "kube-prometheus-stack"
- "prometheus-adapter"
- "prometheus-thanos-traefik"
- "kubecost-thanos-traefik"
- "cert-manager"
- "karma-traefik"
- "gatekeeper"
- "kommander-flux"

0 comments on commit 2ff452c

Please sign in to comment.