diff --git a/helm/Chart.lock b/helm/Chart.lock index 8284880..164e686 100644 --- a/helm/Chart.lock +++ b/helm/Chart.lock @@ -8,5 +8,8 @@ dependencies: - name: onecx-workspace-bff repository: oci://ghcr.io/onecx/charts version: 0.0.0-rc.17 -digest: sha256:eed5838ad073f043acbc0b56b73e77988954b0b27b13eb9275abec54b87656e2 -generated: "2024-02-19T17:58:29.503735336Z" +- name: onecx-workspace-ui + repository: oci://ghcr.io/onecx/charts + version: 0.0.0-rc.6 +digest: sha256:d67429f0cc045957aed6584960a0827d7926a98c624e26169e68c6d64d6a2779 +generated: "2024-02-20T09:47:52.9401657+01:00" diff --git a/helm/Chart.yaml b/helm/Chart.yaml index df20ce8..09dfcd7 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -10,10 +10,15 @@ dependencies: - name: onecx-workspace-svc version: "*-0" repository: oci://ghcr.io/onecx/charts - condition: "deployment.svc" + condition: "deployment.svc" alias: "svc" - name: onecx-workspace-bff version: "*-0" repository: oci://ghcr.io/onecx/charts - condition: "deployment.bff" - alias: "bff" + condition: "deployment.bff" + alias: "bff" +- name: onecx-workspace-ui + version: "*-0" + repository: oci://ghcr.io/onecx/charts + condition: "deployment.ui" + alias: "ui" diff --git a/helm/values.yaml b/helm/values.yaml index 4e2f590..bf8a6bd 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -1,6 +1,7 @@ deployment: svc: true bff: true + ui: true product: info: