Skip to content

Commit

Permalink
fix: remove aws-cli (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-klimko authored Nov 19, 2024
1 parent 92a35e4 commit f78b8a8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/gitops-runtime/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ dependencies:
- name: garage
repository: https://codefresh-io.github.io/garage
alias: garage-workflows-artifact-storage
version: 0.5.0-cf.1
version: 0.5.0-cf.2
condition: garage-workflows-artifact-storage.enabled
3 changes: 3 additions & 0 deletions charts/gitops-runtime/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -649,3 +649,6 @@ garage-workflows-artifact-storage:
size: 100Mi
# -- Resources for garage pods. For smaller deployments at least 100m CPU and 1024Mi memory is reccommended. For larger deployments double this size.
resources: {}
# -- Helm tests
tests:
enabled: false
2 changes: 1 addition & 1 deletion scripts/get-all-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ helm template release-name $CHARTDIR -f $VALUESFILE \
| awk -F ': ' '{print $2}' | awk NF \
| tr -d '"' | tr -d ',' | cut -f1 -d"@" \
| sort -u \
> $OUTPUTFILE
> $OUTPUTFILE

0 comments on commit f78b8a8

Please sign in to comment.