Skip to content

Commit

Permalink
feat: make dependency after release
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollorion committed Aug 15, 2024
1 parent d59e5c8 commit 48e1f4e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,7 @@ jobs:
run: helm lint vcs-agent/

- name: Lint spacelift-workerpool-controller chart
run: helm lint spacelift-workerpool-controller/
# TODO: Enable strict linting after spacelift-promex is released
# run: helm lint --strict spacelift-workerpool-controller/
run: helm lint --strict spacelift-workerpool-controller/

- name: Lint spacelift-operator chart
run: helm lint --strict spacelift-operator/
Expand Down
18 changes: 10 additions & 8 deletions spacelift-workerpool-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@ apiVersion: v2
name: spacelift-workerpool-controller
description: A Helm chart for deploying spacelift workerpool controller
type: application
version: 0.2.0
version: 0.1.0
appVersion: "v0.0.12"

dependencies:
- name: spacelift-promex
version: 0.0.1
repository: "https://downloads.spacelift.io/helm"
# For local testing
#repository: "file://../spacelift-promex"
condition: spacelift-promex.enabled
# TODO:// Make spacelift-promex a dependency of this chart
# This should be done after spacelift-promex is published to the Helm repository
#dependencies:
# - name: spacelift-promex
# version: 0.0.1
# repository: "https://downloads.spacelift.io/helm"
# # For local testing
# #repository: "file://../spacelift-promex"
# condition: spacelift-promex.enabled

0 comments on commit 48e1f4e

Please sign in to comment.