Skip to content

Commit

Permalink
Updating console to v0.3.1 (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
schottra authored Feb 14, 2020
1 parent bb9d956 commit fbfedae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployment/sandbox/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1083,7 +1083,7 @@ spec:
- envFrom:
- configMapRef:
name: flyte-console-config
image: docker.io/lyft/flyteconsole:v0.2.1
image: docker.io/lyft/flyteconsole:v0.3.1
name: flyteconsole
ports:
- containerPort: 8080
Expand Down
2 changes: 1 addition & 1 deletion kustomize/base/console/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
emptyDir: {}
containers:
- name: flyteconsole
image: docker.io/lyft/flyteconsole:v0.2.1
image: docker.io/lyft/flyteconsole:v0.3.1
# args: []
ports:
- containerPort: 8080
Expand Down

0 comments on commit fbfedae

Please sign in to comment.