Skip to content

Commit

Permalink
chore: replaced cf_short_version by cf_build_id
Browse files Browse the repository at this point in the history
  • Loading branch information
zsinnema committed May 5, 2021
1 parent 773c87c commit e972e37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions service/k8s/scidash.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ spec:
spec:
containers:
- name: scidash
image: us.gcr.io/metacellllc/scidash:{{CF_SHORT_REVISION}}
image: us.gcr.io/metacellllc/scidash:{{CF_BUILD_ID}}
imagePullPolicy: IfNotPresent
env:
- name: CF_SHORT_REVISION
value: "{{CF_SHORT_REVISION}}"
- name: CF_BUILD_ID
value: "{{CF_BUILD_ID}}"
- name: ENVIRONMENT
value: "{{ENVIRONMENT}}"
ports:
Expand Down

0 comments on commit e972e37

Please sign in to comment.