Skip to content

fix: remove aws-cli #336

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/gitops-runtime/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
@@ -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
@@ -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