Skip to content

Commit

Permalink
feat: update product helm (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejpetras authored Dec 13, 2023
1 parent f469df1 commit d58b85d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 13 deletions.
1 change: 1 addition & 0 deletions .github/workflows/product-helm-update.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Update helm chart dependencies

on:
workflow_dispatch:
repository_dispatch:
types: [helm-update-deps]

Expand Down
6 changes: 6 additions & 0 deletions helm/Chart.lock
Original file line number Diff line number Diff line change
@@ -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"
20 changes: 7 additions & 13 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 2 additions & 0 deletions helm/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
deployment:
svc: true

0 comments on commit d58b85d

Please sign in to comment.