diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 34048d9..15e7104 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -11,4 +11,14 @@ dependencies: version: "*-0" repository: oci://ghcr.io/onecx/charts condition: "deployment.svc" - alias: "svc" \ No newline at end of file + alias: "svc" +- name: onecx-announcement-bff + version: "*-0" + repository: oci://ghcr.io/onecx/charts + condition: "deployment.svc" + alias: "bff" +- name: onecx-announcement-ui + version: "*-0" + repository: oci://ghcr.io/onecx/charts + condition: "deployment.svc" + alias: "ui" \ No newline at end of file diff --git a/helm/values.yaml b/helm/values.yaml index 82e4e0e..ef7bb84 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -1,5 +1,7 @@ deployment: svc: true + bff: true + ui: true product: info: @@ -7,5 +9,5 @@ product: description: "OneCX Announcement" imageUrl: "" iconName: "bullhorn" - displayName: "OneCX Snnouncement" + displayName: "OneCX Announcement" basePath: "/announcement"