Skip to content

Commit

Permalink
Bump flyteadmin to v0.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
katrogan committed Jun 30, 2020
1 parent b5bf46f commit a571a39
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
8 changes: 4 additions & 4 deletions deployment/eks/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ spec:
- /etc/flyte/config/flyteadmin_config.yaml
- migrate
- run
image: docker.io/lyft/flyteadmin:v0.2.10
image: docker.io/lyft/flyteadmin:v0.2.11
imagePullPolicy: IfNotPresent
name: run-migrations
volumeMounts:
Expand All @@ -663,7 +663,7 @@ spec:
- flytesnacks
- flytetester
- flyteexamples
image: docker.io/lyft/flyteadmin:v0.2.10
image: docker.io/lyft/flyteadmin:v0.2.11
imagePullPolicy: IfNotPresent
name: seed-projects
volumeMounts:
Expand All @@ -676,7 +676,7 @@ spec:
- /etc/flyte/config/flyteadmin_config.yaml
- clusterresource
- sync
image: docker.io/lyft/flyteadmin:v0.2.10
image: docker.io/lyft/flyteadmin:v0.2.11
imagePullPolicy: IfNotPresent
name: sync-cluster-resources
volumeMounts:
Expand Down Expand Up @@ -874,7 +874,7 @@ spec:
- /etc/flyte/config/flyteadmin_config.yaml
- clusterresource
- sync
image: docker.io/lyft/flyteadmin:v0.2.10
image: docker.io/lyft/flyteadmin:v0.2.11
imagePullPolicy: IfNotPresent
name: sync-cluster-resources
volumeMounts:
Expand Down
8 changes: 4 additions & 4 deletions deployment/sandbox/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1089,7 +1089,7 @@ spec:
- /etc/flyte/config/flyteadmin_config.yaml
- migrate
- run
image: docker.io/lyft/flyteadmin:v0.2.10
image: docker.io/lyft/flyteadmin:v0.2.11
imagePullPolicy: IfNotPresent
name: run-migrations
volumeMounts:
Expand All @@ -1105,7 +1105,7 @@ spec:
- flytesnacks
- flytetester
- flyteexamples
image: docker.io/lyft/flyteadmin:v0.2.10
image: docker.io/lyft/flyteadmin:v0.2.11
imagePullPolicy: IfNotPresent
name: seed-projects
volumeMounts:
Expand All @@ -1118,7 +1118,7 @@ spec:
- /etc/flyte/config/flyteadmin_config.yaml
- clusterresource
- sync
image: docker.io/lyft/flyteadmin:v0.2.10
image: docker.io/lyft/flyteadmin:v0.2.11
imagePullPolicy: IfNotPresent
name: sync-cluster-resources
volumeMounts:
Expand Down Expand Up @@ -1526,7 +1526,7 @@ spec:
- /etc/flyte/config/flyteadmin_config.yaml
- clusterresource
- sync
image: docker.io/lyft/flyteadmin:v0.2.10
image: docker.io/lyft/flyteadmin:v0.2.11
imagePullPolicy: IfNotPresent
name: sync-cluster-resources
volumeMounts:
Expand Down
8 changes: 4 additions & 4 deletions deployment/test/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ spec:
- /etc/flyte/config/flyteadmin_config.yaml
- migrate
- run
image: docker.io/lyft/flyteadmin:v0.2.10
image: docker.io/lyft/flyteadmin:v0.2.11
imagePullPolicy: IfNotPresent
name: run-migrations
volumeMounts:
Expand All @@ -726,7 +726,7 @@ spec:
- flytesnacks
- flytetester
- flyteexamples
image: docker.io/lyft/flyteadmin:v0.2.10
image: docker.io/lyft/flyteadmin:v0.2.11
imagePullPolicy: IfNotPresent
name: seed-projects
volumeMounts:
Expand All @@ -739,7 +739,7 @@ spec:
- /etc/flyte/config/flyteadmin_config.yaml
- clusterresource
- sync
image: docker.io/lyft/flyteadmin:v0.2.10
image: docker.io/lyft/flyteadmin:v0.2.11
imagePullPolicy: IfNotPresent
name: sync-cluster-resources
volumeMounts:
Expand Down Expand Up @@ -1037,7 +1037,7 @@ spec:
- /etc/flyte/config/flyteadmin_config.yaml
- clusterresource
- sync
image: docker.io/lyft/flyteadmin:v0.2.10
image: docker.io/lyft/flyteadmin:v0.2.11
imagePullPolicy: IfNotPresent
name: sync-cluster-resources
volumeMounts:
Expand Down
6 changes: 3 additions & 3 deletions kustomize/overlays/eks/admindeployment/admindeployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,23 @@ spec:
name: clusterresource-template
initContainers:
- name: run-migrations
image: docker.io/lyft/flyteadmin:v0.2.10
image: docker.io/lyft/flyteadmin:v0.2.11
imagePullPolicy: IfNotPresent
command: ["flyteadmin", "--logtostderr", "--config", "/etc/flyte/config/flyteadmin_config.yaml",
"migrate", "run"]
volumeMounts:
- name: config-volume
mountPath: /etc/flyte/config
- name: seed-projects
image: docker.io/lyft/flyteadmin:v0.2.10
image: docker.io/lyft/flyteadmin:v0.2.11
imagePullPolicy: IfNotPresent
command: ["flyteadmin", "--logtostderr", "--config", "/etc/flyte/config/flyteadmin_config.yaml",
"migrate", "seed-projects", "flytesnacks", "flytetester", "flyteexamples"]
volumeMounts:
- name: config-volume
mountPath: /etc/flyte/config
- name: sync-cluster-resources
image: docker.io/lyft/flyteadmin:v0.2.10
image: docker.io/lyft/flyteadmin:v0.2.11
imagePullPolicy: IfNotPresent
command: ["flyteadmin", "--logtostderr", "--config", "/etc/flyte/config/flyteadmin_config.yaml", "clusterresource", "sync"]
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion kustomize/overlays/eks/admindeployment/cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
serviceAccountName: flyteadmin
containers:
- name: sync-cluster-resources
image: docker.io/lyft/flyteadmin:v0.2.10
image: docker.io/lyft/flyteadmin:v0.2.11
imagePullPolicy: IfNotPresent
command: ["flyteadmin", "--logtostderr", "--config", "/etc/flyte/config/flyteadmin_config.yaml", "clusterresource", "sync"]
volumeMounts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,23 @@ spec:
'until pg_isready -h postgres -p 5432;
do echo waiting for database; sleep 2; done;']
- name: run-migrations
image: docker.io/lyft/flyteadmin:v0.2.10
image: docker.io/lyft/flyteadmin:v0.2.11
imagePullPolicy: IfNotPresent
command: ["flyteadmin", "--logtostderr", "--config", "/etc/flyte/config/flyteadmin_config.yaml",
"migrate", "run"]
volumeMounts:
- name: config-volume
mountPath: /etc/flyte/config
- name: seed-projects
image: docker.io/lyft/flyteadmin:v0.2.10
image: docker.io/lyft/flyteadmin:v0.2.11
imagePullPolicy: IfNotPresent
command: ["flyteadmin", "--logtostderr", "--config", "/etc/flyte/config/flyteadmin_config.yaml",
"migrate", "seed-projects", "flytesnacks", "flytetester", "flyteexamples"]
volumeMounts:
- name: config-volume
mountPath: /etc/flyte/config
- name: sync-cluster-resources
image: docker.io/lyft/flyteadmin:v0.2.10
image: docker.io/lyft/flyteadmin:v0.2.11
imagePullPolicy: IfNotPresent
command: ["flyteadmin", "--logtostderr", "--config", "/etc/flyte/config/flyteadmin_config.yaml", "clusterresource", "sync"]
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion kustomize/overlays/sandbox/admindeployment/cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
serviceAccountName: flyteadmin
containers:
- name: sync-cluster-resources
image: docker.io/lyft/flyteadmin:v0.2.10
image: docker.io/lyft/flyteadmin:v0.2.11
imagePullPolicy: IfNotPresent
command: ["flyteadmin", "--logtostderr", "--config", "/etc/flyte/config/flyteadmin_config.yaml", "clusterresource", "sync"]
volumeMounts:
Expand Down

0 comments on commit a571a39

Please sign in to comment.