diff --git a/.github/workflows/product-helm-update.yml b/.github/workflows/product-helm-update.yml index 5fd2d2a..0459ebe 100644 --- a/.github/workflows/product-helm-update.yml +++ b/.github/workflows/product-helm-update.yml @@ -1,6 +1,7 @@ name: Update helm chart dependencies on: + workflow_dispatch: repository_dispatch: types: [helm-update-deps] diff --git a/helm/Chart.lock b/helm/Chart.lock new file mode 100644 index 0000000..e2ee38e --- /dev/null +++ b/helm/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: onecx-workspace-svc + repository: oci://ghcr.io/onecx/charts + version: 0.0.0-rc.4 +digest: sha256:8cd0e32b359ef76c220a1c2d9d9ee1461d218bd5800acf561997eba5671210ae +generated: "2023-12-13T19:53:02.376282565+01:00" diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 0665486..e70956b 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -1,16 +1,10 @@ +apiversion: v2 name: onecx-workspace -home: "" -sources: [] version: 0.0.0 -description: "" -keywords: [] -maintainers: [] -icon: "" -apiversion: v2 -condition: "" -tags: "" appversion: 0.0.0 -deprecated: false -annotations: {} -kubeversion: "" -type: "" +dependencies: +- name: onecx-workspace-svc + version: "*-0" + repository: oci://ghcr.io/onecx/charts + condition: "deployment.svc" + alias: "svc" diff --git a/helm/values.yaml b/helm/values.yaml index e69de29..2859e77 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -0,0 +1,2 @@ +deployment: + svc: true \ No newline at end of file