Skip to content

Commit

Permalink
pin all helm chart versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sunu committed Dec 10, 2024
1 parent 21bc4f4 commit 274c8b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ jobs:
working-directory: ./helm
run: >
helm upgrade --install langfuse langfuse/langfuse
--version 0.8.0
-f langfuse/values.yaml
--set postgresql.auth.password=${{ secrets.DATABASE_PASSWORD }}
--set langfuse.nextauth.secret=${{ secrets.LANGFUSE_NEXTAUTH_SECRET }}
Expand All @@ -114,6 +115,7 @@ jobs:
run: >
helm upgrade --install
kube-prometheus-stack
--version 66.3.1
--namespace support
--create-namespace
prometheus-community/kube-prometheus-stack
Expand All @@ -124,6 +126,7 @@ jobs:
working-directory: ./helm
run: >
helm upgrade --install
--version 2.10.2
--namespace support
--create-namespace
loki
Expand Down

0 comments on commit 274c8b0

Please sign in to comment.