Skip to content

Commit

Permalink
Fix helm charts (#4)
Browse files Browse the repository at this point in the history
* fix: product config

* fix: product config
  • Loading branch information
HenryT-CG authored Mar 20, 2024
1 parent 33210ba commit 00f5058
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 10 deletions.
10 changes: 8 additions & 2 deletions helm/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,11 @@ dependencies:
- name: onecx-iam-kc-client-operator
repository: oci://ghcr.io/onecx/charts
version: 0.0.0-rc.10
digest: sha256:787554e08bf8f48271792b5401aa524f884377f564e0ca8ebaf36c93ba92edfe
generated: "2024-03-13T13:42:16.489024005Z"
- name: onecx-iam-bff
repository: oci://ghcr.io/onecx/charts
version: 0.0.0-rc.5
- name: onecx-iam-ui
repository: oci://ghcr.io/onecx/charts
version: 0.0.0-rc.5
digest: sha256:09693e920c761e8c0dff75f885a968775a9fd5c23778e190908c7c356783f33f
generated: "2024-03-20T16:27:08.3143809+01:00"
16 changes: 13 additions & 3 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,20 @@ dependencies:
- name: onecx-iam-kc-svc
version: "*-0"
repository: oci://ghcr.io/onecx/charts
condition: "deployment.kc-svc"
condition: "deployment.kc-svc"
alias: "kc-svc"
- name: onecx-iam-kc-client-operator
version: "*-0"
repository: oci://ghcr.io/onecx/charts
condition: "deployment.kc-client-operator"
alias: "kc-client-operator"
condition: "deployment.kc-client-operator"
alias: "kc-client-operator"
- name: onecx-iam-bff
version: "*-0"
repository: oci://ghcr.io/onecx/charts
condition: "deployment.bff"
alias: "bff"
- name: onecx-iam-ui
version: "*-0"
repository: oci://ghcr.io/onecx/charts
condition: "deployment.ui"
alias: "ui"
12 changes: 7 additions & 5 deletions helm/values.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
deployment:
kc-svc: true
ui: true
bff: true
kc-svc: true
kc-client-operator: true

product:
info:
data:
description: "Onecx IAM service"
description: "OneCX IAM"
imageUrl: ""
iconName: "id-card"
displayName: "Onecx IAM"
basePath: "/iam"
displayName: "OneCX IAM"
basePath: "/iam"

0 comments on commit 00f5058

Please sign in to comment.