Skip to content
This repository was archived by the owner on Dec 26, 2024. It is now read-only.

Commit c6e2241

Browse files
chore(helm): fix default image tag (#2145)
chore(helm): fix devault image tag
1 parent 5c1b07a commit c6e2241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployments/helm/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ deployment:
1919
# The container image
2020
image:
2121
repository: ghcr.io/starkware-libs/papyrus
22-
tag: 0.2.0
22+
tag: 0.4.0
2323
# The container's pullPolicy
2424
pullPolicy: Always
2525
# Optional - nodeSelector

0 commit comments

Comments
 (0)