Skip to content

Commit c2ca425

Browse files
Update functions image version
* fix migration copy script bash syntax
1 parent e8d66af commit c2ca425

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/supabase/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,10 +187,10 @@ To make copying scripts easier, use this handy bash script:
187187
```bash
188188
#!/bin/bash
189189
190-
clipboard="\n"
191190
for file in $1/*; do
192191
clipboard+=" $(basename $file): |\n"
193192
clipboard+=$(cat $file | awk '{print " "$0}')
193+
clipboard+="\n"
194194
done
195195
196196
echo -e "$clipboard"

charts/supabase/values.example.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,4 +216,4 @@ vector:
216216

217217
functions:
218218
image:
219-
tag: v1.18.1
219+
tag: v1.20.2

0 commit comments

Comments
 (0)