Skip to content

Commit

Permalink
fix(charts): bump greenhouse chart dependencies (#169)
Browse files Browse the repository at this point in the history
* fix(charts): bump greenhouse chart dependencies

* feat: only upload greenhouse umbrella chart
  • Loading branch information
IvoGoman committed Apr 26, 2024
1 parent e7b210b commit 73ae259
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 23 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/helm-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,8 @@ jobs:
fail-fast: false
matrix:
include:
- chartDir: charts/cors-proxy
chartName: cors-proxy
- chartDir: charts/demo
chartName: demo
- chartDir: charts/greenhouse
chartName: greenhouse
- chartDir: charts/headscale
chartName: headscale
- chartDir: charts/idproxy
chartName: idproxy
- chartDir: charts/manager
chartName: manager
- chartDir: charts/tailscale-proxy
chartName: tailscale-proxy
- chartDir: charts/team-membership
chartName: team-membership
- chartDir: charts/ui
chartName: ui
- chartDir: charts/website
chartName: website

Expand Down
8 changes: 4 additions & 4 deletions charts/greenhouse/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
version: 0.1.0
- name: headscale
repository: file://../headscale
version: 0.1.2
version: 0.1.3
- name: tailscale-proxy
repository: file://../tailscale-proxy
version: 0.1.0
Expand All @@ -19,9 +19,9 @@ dependencies:
version: 0.1.1
- name: ui
repository: file://../ui
version: 0.1.1
version: 0.1.2
- name: demo
repository: file://../demo
version: 0.1.0
digest: sha256:3c57b6969db42939d67c442bfce2c408b649e75595250123673de2c761d52703
generated: "2024-04-23T14:23:38.012586+02:00"
digest: sha256:3121eb3613938eaae0d84bc9918e1fa7df7e6b76fe2d26558cf57ae32fe303cd
generated: "2024-04-25T16:34:11.743386+02:00"
6 changes: 3 additions & 3 deletions charts/greenhouse/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: greenhouse
description: A Helm chart for deploying greenhouse

type: application
version: 0.1.3
version: 0.1.4
appVersion: "0.1.0"

dependencies:
Expand All @@ -24,7 +24,7 @@ dependencies:
version: 0.1.0
- condition: headscale.enabled
name: headscale
version: 0.1.2
version: 0.1.3
repository: "file://../headscale"
- condition: tailscale-proxy.enabled
name: tailscale-proxy
Expand All @@ -34,7 +34,7 @@ dependencies:
version: 0.1.1
repository: "file://../manager"
- name: ui
version: 0.1.1
version: 0.1.2
repository: "file://../ui"
- name: demo
version: 0.1.0
Expand Down

0 comments on commit 73ae259

Please sign in to comment.