File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments