Skip to content

Commit

Permalink
Update to FlyteAdmin v0.1.3 (#7)
Browse files Browse the repository at this point in the history
* update to v0.1.3

* make kustomize
  • Loading branch information
migueltol22 authored Oct 25, 2019
1 parent 9c811f5 commit 3725dc3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deployment/sandbox/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1006,7 +1006,7 @@ spec:
- --config
- /etc/flyte/config/flyteadmin_config.yaml
- serve
image: docker.io/lyft/flyteadmin:v0.1.1
image: docker.io/lyft/flyteadmin:v0.1.3
imagePullPolicy: IfNotPresent
name: flyteadmin
ports:
Expand Down
2 changes: 1 addition & 1 deletion deployment/test/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ spec:
- --config
- /etc/flyte/config/flyteadmin_config.yaml
- serve
image: docker.io/lyft/flyteadmin:v0.1.1
image: docker.io/lyft/flyteadmin:v0.1.3
imagePullPolicy: IfNotPresent
name: flyteadmin
ports:
Expand Down
4 changes: 2 additions & 2 deletions kustomize/base/admindeployment/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ spec:
name: flyte-admin-config
initContainers:
- name: run-migrations
image: docker.io/lyft/flyteadmin:v0.1.1
image: docker.io/lyft/flyteadmin:v0.1.3
imagePullPolicy: IfNotPresent
command: ["flyteadmin", "--logtostderr", "--config", "/etc/flyte/config/flyteadmin_config.yaml", "migrate", "run"]
volumeMounts:
- name: config-volume
mountPath: /etc/flyte/config
containers:
- name: flyteadmin
image: docker.io/lyft/flyteadmin:v0.1.1
image: docker.io/lyft/flyteadmin:v0.1.3
imagePullPolicy: IfNotPresent
command: ["flyteadmin", "--logtostderr", "--config", "/etc/flyte/config/flyteadmin_config.yaml", "serve"]
ports:
Expand Down

0 comments on commit 3725dc3

Please sign in to comment.