Skip to content

Commit

Permalink
build charts
Browse files Browse the repository at this point in the history
  • Loading branch information
apetti1920 committed Dec 19, 2024
1 parent 1dc4082 commit 22a0526
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions charts/argo-cd/BUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
helm_artifact(
name="redis-ha",
artifact="redis-ha",
version="4.29.4",
repository="https://dandydeveloper.github.io/charts/"
)

helm_chart(
name="k-argo",
registries=["@klaviyo-dev", "@klaviyo-eng", "@klaviyo-prod"],
repository="k-argo",
dependencies=[":redis-ha"],
)

0 comments on commit 22a0526

Please sign in to comment.