Skip to content

Commit 1dc3589

Browse files
fix: remove aws-cli (#336)
1 parent 5600f42 commit 1dc3589

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
@@ -57,5 +57,5 @@ dependencies:
5757
- name: garage
5858
repository: https://codefresh-io.github.io/garage
5959
alias: garage-workflows-artifact-storage
60-
version: 0.5.0-cf.1
60+
version: 0.5.0-cf.2
6161
condition: garage-workflows-artifact-storage.enabled

charts/gitops-runtime/values.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -600,3 +600,6 @@ garage-workflows-artifact-storage:
600600
size: 100Mi
601601
# -- Resources for garage pods. For smaller deployments at least 100m CPU and 1024Mi memory is reccommended. For larger deployments double this size.
602602
resources: {}
603+
# -- Helm tests
604+
tests:
605+
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)