Skip to content

Commit

Permalink
fix: default "<tag>" prevents app version from being used as image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
novak-oleksandr committed Nov 5, 2024
1 parent 8f066e2 commit f366f67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/helm-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ app:
port: 9000

pod:
repository: "<path to your OCI repository>"
version: "<tag>"
repository: ""
version: ""
resources:
limits:
cpu: 100m
Expand Down

0 comments on commit f366f67

Please sign in to comment.