Skip to content

Commit f78b8a8

Browse files
fix: remove aws-cli (#336)
1 parent 92a35e4 commit f78b8a8

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

charts/gitops-runtime/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ dependencies:
4444
- name: garage
4545
repository: https://codefresh-io.github.io/garage
4646
alias: garage-workflows-artifact-storage
47-
version: 0.5.0-cf.1
47+
version: 0.5.0-cf.2
4848
condition: garage-workflows-artifact-storage.enabled

charts/gitops-runtime/values.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -649,3 +649,6 @@ garage-workflows-artifact-storage:
649649
size: 100Mi
650650
# -- Resources for garage pods. For smaller deployments at least 100m CPU and 1024Mi memory is reccommended. For larger deployments double this size.
651651
resources: {}
652+
# -- Helm tests
653+
tests:
654+
enabled: false

scripts/get-all-images.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ helm template release-name $CHARTDIR -f $VALUESFILE \
1111
| awk -F ': ' '{print $2}' | awk NF \
1212
| tr -d '"' | tr -d ',' | cut -f1 -d"@" \
1313
| sort -u \
14-
> $OUTPUTFILE
14+
> $OUTPUTFILE

0 commit comments

Comments
 (0)