Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update flyte to use container registry images instead #630

Merged
merged 1 commit into from
Dec 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions deployment/eks/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8196,7 +8196,7 @@ data:
k8s:
co-pilot:
name: "flyte-copilot-"
image: "docker.io/lyft/flytecopilot:v0.3.35"
image: "ghcr.io/lyft/flyteplugins/flytecopilot:dc4bdbd61cac88a39a5ff43e40f026bdbc2c78a2"
start-timeout: "30s"
core.yaml: |
propeller:
Expand Down Expand Up @@ -8333,7 +8333,7 @@ kind: ConfigMap
metadata:
annotations: {}
labels: {}
name: flyte-propeller-config-6gc52f8d7m
name: flyte-propeller-config-88bdc8dc9f
namespace: flyte
---
apiVersion: v1
Expand Down Expand Up @@ -8496,7 +8496,7 @@ spec:
- --config
- /etc/datacatalog/config/*.yaml
- serve
image: docker.io/lyft/datacatalog:v0.2.2
image: ghcr.io/lyft/datacatalog:v0.2.130
imagePullPolicy: IfNotPresent
name: datacatalog
ports:
Expand All @@ -8520,7 +8520,7 @@ spec:
- /etc/datacatalog/config/*.yaml
- migrate
- run
image: docker.io/lyft/datacatalog:v0.2.2
image: ghcr.io/lyft/datacatalog:v0.2.130
imagePullPolicy: IfNotPresent
name: run-migrations
volumeMounts:
Expand Down Expand Up @@ -8569,7 +8569,7 @@ spec:
- --config
- /etc/flyte/config/*.yaml
- serve
image: docker.io/lyft/flyteadmin:v0.3.15
image: ghcr.io/lyft/flyteadmin:v0.3.26
imagePullPolicy: IfNotPresent
name: flyteadmin
ports:
Expand Down Expand Up @@ -8615,7 +8615,7 @@ spec:
- /etc/flyte/config/*.yaml
- migrate
- run
image: docker.io/lyft/flyteadmin:v0.3.15
image: ghcr.io/lyft/flyteadmin:v0.3.26
imagePullPolicy: IfNotPresent
name: run-migrations
volumeMounts:
Expand All @@ -8633,7 +8633,7 @@ spec:
- flytesnacks
- flytetester
- flyteexamples
image: docker.io/lyft/flyteadmin:v0.3.15
image: ghcr.io/lyft/flyteadmin:v0.3.26
imagePullPolicy: IfNotPresent
name: seed-projects
volumeMounts:
Expand All @@ -8648,7 +8648,7 @@ spec:
- /etc/flyte/config/*.yaml
- clusterresource
- sync
image: docker.io/lyft/flyteadmin:v0.3.15
image: ghcr.io/lyft/flyteadmin:v0.3.26
imagePullPolicy: IfNotPresent
name: sync-cluster-resources
volumeMounts:
Expand Down Expand Up @@ -8695,7 +8695,7 @@ spec:
- envFrom:
- configMapRef:
name: flyte-console-config
image: docker.io/lyft/flyteconsole:v0.17.7
image: ghcr.io/lyft/flyteconsole:v0.17.8
name: flyteconsole
ports:
- containerPort: 8080
Expand Down Expand Up @@ -8739,7 +8739,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.name
image: docker.io/lyft/flytepropeller:v0.5.2
image: ghcr.io/lyft/flytepropeller:v0.5.8
imagePullPolicy: IfNotPresent
name: flytepropeller
ports:
Expand All @@ -8755,7 +8755,7 @@ spec:
serviceAccountName: flytepropeller
volumes:
- configMap:
name: flyte-propeller-config-6gc52f8d7m
name: flyte-propeller-config-88bdc8dc9f
name: config-volume
---
apiVersion: apps/v1
Expand Down Expand Up @@ -8927,7 +8927,7 @@ spec:
- /etc/flyte/config/*.yaml
- clusterresource
- sync
image: docker.io/lyft/flyteadmin:v0.3.15
image: ghcr.io/lyft/flyteadmin:v0.3.26
imagePullPolicy: IfNotPresent
name: sync-cluster-resources
volumeMounts:
Expand Down
24 changes: 12 additions & 12 deletions deployment/gcp/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8187,7 +8187,7 @@ data:
k8s:
co-pilot:
name: "flyte-copilot-"
image: "docker.io/lyft/flytecopilot:v0.3.35"
image: "ghcr.io/lyft/flyteplugins/flytecopilot:dc4bdbd61cac88a39a5ff43e40f026bdbc2c78a2"
start-timeout: "30s"
core.yaml: |
propeller:
Expand Down Expand Up @@ -8324,7 +8324,7 @@ kind: ConfigMap
metadata:
annotations: {}
labels: {}
name: flyte-propeller-config-d4m5hmhm8k
name: flyte-propeller-config-7288ccf2f8
namespace: flyte
---
apiVersion: v1
Expand Down Expand Up @@ -8564,7 +8564,7 @@ spec:
- --config
- /etc/datacatalog/config/*.yaml
- serve
image: docker.io/lyft/datacatalog:v0.2.2
image: ghcr.io/lyft/datacatalog:v0.2.130
imagePullPolicy: IfNotPresent
name: datacatalog
ports:
Expand All @@ -8588,7 +8588,7 @@ spec:
- /etc/datacatalog/config/*.yaml
- migrate
- run
image: docker.io/lyft/datacatalog:v0.2.2
image: ghcr.io/lyft/datacatalog:v0.2.130
imagePullPolicy: IfNotPresent
name: run-migrations
volumeMounts:
Expand Down Expand Up @@ -8637,7 +8637,7 @@ spec:
- --config
- /etc/flyte/config/*.yaml
- serve
image: docker.io/lyft/flyteadmin:v0.3.15
image: ghcr.io/lyft/flyteadmin:v0.3.26
imagePullPolicy: IfNotPresent
name: flyteadmin
ports:
Expand Down Expand Up @@ -8683,7 +8683,7 @@ spec:
- /etc/flyte/config/*.yaml
- migrate
- run
image: docker.io/lyft/flyteadmin:v0.3.15
image: ghcr.io/lyft/flyteadmin:v0.3.26
imagePullPolicy: IfNotPresent
name: run-migrations
volumeMounts:
Expand All @@ -8701,7 +8701,7 @@ spec:
- flytesnacks
- flytetester
- flyteexamples
image: docker.io/lyft/flyteadmin:v0.3.15
image: ghcr.io/lyft/flyteadmin:v0.3.26
imagePullPolicy: IfNotPresent
name: seed-projects
volumeMounts:
Expand All @@ -8716,7 +8716,7 @@ spec:
- /etc/flyte/config/*.yaml
- clusterresource
- sync
image: docker.io/lyft/flyteadmin:v0.3.15
image: ghcr.io/lyft/flyteadmin:v0.3.26
imagePullPolicy: IfNotPresent
name: sync-cluster-resources
volumeMounts:
Expand Down Expand Up @@ -8763,7 +8763,7 @@ spec:
- envFrom:
- configMapRef:
name: flyte-console-config
image: docker.io/lyft/flyteconsole:v0.17.7
image: ghcr.io/lyft/flyteconsole:v0.17.8
name: flyteconsole
ports:
- containerPort: 8080
Expand Down Expand Up @@ -8807,7 +8807,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.name
image: docker.io/lyft/flytepropeller:v0.5.2
image: ghcr.io/lyft/flytepropeller:v0.5.8
imagePullPolicy: IfNotPresent
name: flytepropeller
ports:
Expand All @@ -8823,7 +8823,7 @@ spec:
serviceAccountName: flytepropeller
volumes:
- configMap:
name: flyte-propeller-config-d4m5hmhm8k
name: flyte-propeller-config-7288ccf2f8
name: config-volume
---
apiVersion: apps/v1
Expand Down Expand Up @@ -8995,7 +8995,7 @@ spec:
- /etc/flyte/config/*.yaml
- clusterresource
- sync
image: docker.io/lyft/flyteadmin:v0.3.15
image: ghcr.io/lyft/flyteadmin:v0.3.26
imagePullPolicy: IfNotPresent
name: sync-cluster-resources
volumeMounts:
Expand Down
24 changes: 12 additions & 12 deletions deployment/sandbox/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8374,7 +8374,7 @@ data:
k8s:
co-pilot:
name: "flyte-copilot-"
image: "docker.io/lyft/flytecopilot:v0.3.35"
image: "ghcr.io/lyft/flyteplugins/flytecopilot:dc4bdbd61cac88a39a5ff43e40f026bdbc2c78a2"
start-timeout: "30s"
core.yaml: |
propeller:
Expand Down Expand Up @@ -8486,7 +8486,7 @@ kind: ConfigMap
metadata:
annotations: {}
labels: {}
name: flyte-propeller-config-57md596t6f
name: flyte-propeller-config-t88d5b727h
namespace: flyte
---
apiVersion: v1
Expand Down Expand Up @@ -8790,7 +8790,7 @@ spec:
- --config
- /etc/datacatalog/config/*.yaml
- serve
image: docker.io/lyft/datacatalog:v0.2.2
image: ghcr.io/lyft/datacatalog:v0.2.130
imagePullPolicy: IfNotPresent
name: datacatalog
ports:
Expand All @@ -8809,7 +8809,7 @@ spec:
- /etc/datacatalog/config/*.yaml
- migrate
- run
image: docker.io/lyft/datacatalog:v0.2.2
image: ghcr.io/lyft/datacatalog:v0.2.130
imagePullPolicy: IfNotPresent
name: run-migrations
volumeMounts:
Expand Down Expand Up @@ -8858,7 +8858,7 @@ spec:
- --config
- /etc/flyte/config/*.yaml
- serve
image: docker.io/lyft/flyteadmin:v0.3.15
image: ghcr.io/lyft/flyteadmin:v0.3.26
imagePullPolicy: IfNotPresent
name: flyteadmin
ports:
Expand Down Expand Up @@ -8904,7 +8904,7 @@ spec:
- /etc/flyte/config/*.yaml
- migrate
- run
image: docker.io/lyft/flyteadmin:v0.3.15
image: ghcr.io/lyft/flyteadmin:v0.3.26
imagePullPolicy: IfNotPresent
name: run-migrations
volumeMounts:
Expand All @@ -8922,7 +8922,7 @@ spec:
- flytesnacks
- flytetester
- flyteexamples
image: docker.io/lyft/flyteadmin:v0.3.15
image: ghcr.io/lyft/flyteadmin:v0.3.26
imagePullPolicy: IfNotPresent
name: seed-projects
volumeMounts:
Expand All @@ -8937,7 +8937,7 @@ spec:
- /etc/flyte/config/*.yaml
- clusterresource
- sync
image: docker.io/lyft/flyteadmin:v0.3.15
image: ghcr.io/lyft/flyteadmin:v0.3.26
imagePullPolicy: IfNotPresent
name: sync-cluster-resources
volumeMounts:
Expand Down Expand Up @@ -8990,7 +8990,7 @@ spec:
- envFrom:
- configMapRef:
name: flyte-console-config
image: docker.io/lyft/flyteconsole:v0.17.7
image: ghcr.io/lyft/flyteconsole:v0.17.8
name: flyteconsole
ports:
- containerPort: 8080
Expand Down Expand Up @@ -9034,7 +9034,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.name
image: docker.io/lyft/flytepropeller:v0.5.2
image: ghcr.io/lyft/flytepropeller:v0.5.8
imagePullPolicy: IfNotPresent
name: flytepropeller
ports:
Expand All @@ -9045,7 +9045,7 @@ spec:
serviceAccountName: flytepropeller
volumes:
- configMap:
name: flyte-propeller-config-57md596t6f
name: flyte-propeller-config-t88d5b727h
name: config-volume
---
apiVersion: apps/v1
Expand Down Expand Up @@ -9279,7 +9279,7 @@ spec:
- /etc/flyte/config/*.yaml
- clusterresource
- sync
image: docker.io/lyft/flyteadmin:v0.3.15
image: ghcr.io/lyft/flyteadmin:v0.3.26
imagePullPolicy: IfNotPresent
name: sync-cluster-resources
volumeMounts:
Expand Down
Loading