Skip to content

Commit

Permalink
Fix test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
life1347 committed Oct 20, 2018
1 parent adcd191 commit a53b567
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/fission-all/templates/deployment.yaml
Expand Up @@ -366,7 +366,7 @@ spec:
spec:
containers:
- name: influxdb
image: {{ .Values.repository }}/tutum/influxdb
image: tutum/influxdb
env:
- name: PRE_CREATE_DB
value: fissionFunctionLog
Expand Down
2 changes: 1 addition & 1 deletion test/build_and_test.sh
Expand Up @@ -19,8 +19,8 @@ source $(dirname $0)/test_utils.sh

REPO=gcr.io/fission-ci
IMAGE=fission-bundle
FLUENTD_IMAGE=fluentd
FETCHER_IMAGE=$REPO/fetcher
FLUENTD_IMAGE=gcr.io/fission-ci/fluentd
BUILDER_IMAGE=$REPO/builder
TAG=test
PRUNE_INTERVAL=1 # this variable controls the interval to run archivePruner. The unit is in minutes.
Expand Down

0 comments on commit a53b567

Please sign in to comment.