Skip to content

Commit 5656991

Browse files
Merge pull request #798 from cncf/set-k8sdata-gate
upgrade docker image in charts and flows
2 parents 6d8162d + ae68b89 commit 5656991

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/apisnoop_weekly_updater.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
2727
- name: start SnoopDB
2828
run: |
29-
docker run -e POSTGRES_USER=apisnoop -e POSTGRES_DB=apisnoop --name snoopdb -d -p 5432:5432 gcr.io/k8s-staging-apisnoop/snoopdb:v20230201-0.2.0-445-g6d6e89d
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
3030
until psql -U apisnoop -d apisnoop -h localhost -c 'select 0;'; do
3131
docker logs --tail=100 snoopdb
3232
sleep 10s

charts/snoopdb/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.3.0
18+
version: 1.4.0
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
23-
appVersion: v20230815-auditlogger-1.2.9-4-g0f70df6
23+
appVersion: v20230912-snoopdb-1.3.0-18-g6d8162d

0 commit comments

Comments
 (0)