diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index a0d4e1dd..6eba045b 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -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 diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index 5d82d5fb..41a4d1b4 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -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 diff --git a/scripts/get-all-images.sh b/scripts/get-all-images.sh index a2426b9b..ca1ffb41 100755 --- a/scripts/get-all-images.sh +++ b/scripts/get-all-images.sh @@ -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 \ No newline at end of file + > $OUTPUTFILE