Skip to content

Commit bc9ed74

Browse files
authored
Merge pull request #833 from cncf/update-weekly-updater-image-version
chore: update snoopdb image version in updater
2 parents 51969fb + d96d4c1 commit bc9ed74

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/apisnoop_weekly_updater.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
schedule:
66
- cron: "0 12 * * 6"
77

8+
env:
9+
IMAGE: gcr.io/k8s-staging-apisnoop/snoopdb:v20240109-snoopdb-1.4.2-47-g51969fb
810

911
jobs:
1012
update:
@@ -26,7 +28,7 @@ jobs:
2628
2729
- name: start SnoopDB
2830
run: |
29-
docker run -e POSTGRES_USER=apisnoop -e POSTGRES_DB=apisnoop -e LOAD_K8S_DATA=true --name snoopdb -d -p 5432:5432 gcr.io/k8s-staging-apisnoop/snoopdb:v20230912-snoopdb-1.3.0-18-g6d8162d
31+
docker run -e POSTGRES_USER=apisnoop -e POSTGRES_DB=apisnoop -e LOAD_K8S_DATA=true --name snoopdb -d -p 5432:5432 $IMAGE
3032
until psql -U apisnoop -d apisnoop -h localhost -c 'select 0;'; do
3133
docker logs --tail=100 snoopdb
3234
sleep 10s

0 commit comments

Comments
 (0)