Skip to content

Commit

Permalink
Update Flyte Components (#1206)
Browse files Browse the repository at this point in the history
  • Loading branch information
flyte-bot authored Jul 5, 2021
1 parent 88ea0d8 commit 5a2f5f9
Show file tree
Hide file tree
Showing 13 changed files with 101 additions and 101 deletions.
22 changes: 11 additions & 11 deletions deployment/eks/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8612,7 +8612,7 @@ spec:
- --config
- /etc/datacatalog/config/*.yaml
- serve
image: cr.flyte.org/flyteorg/datacatalog:v0.3.4
image: cr.flyte.org/flyteorg/datacatalog:v0.3.5
imagePullPolicy: IfNotPresent
name: datacatalog
ports:
Expand All @@ -8635,7 +8635,7 @@ spec:
- /etc/datacatalog/config/*.yaml
- migrate
- run
image: cr.flyte.org/flyteorg/datacatalog:v0.3.4
image: cr.flyte.org/flyteorg/datacatalog:v0.3.5
imagePullPolicy: IfNotPresent
name: run-migrations
volumeMounts:
Expand Down Expand Up @@ -8692,7 +8692,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: cr.flyte.org/flyteorg/flytepropeller:v0.11.0
image: cr.flyte.org/flyteorg/flytepropeller:v0.12.9
imagePullPolicy: IfNotPresent
name: webhook
volumeMounts:
Expand Down Expand Up @@ -8740,7 +8740,7 @@ spec:
- --config
- /etc/flyte/config/*.yaml
- serve
image: cr.flyte.org/flyteorg/flyteadmin:v0.6.0
image: cr.flyte.org/flyteorg/flyteadmin:v0.6.10
imagePullPolicy: IfNotPresent
name: flyteadmin
ports:
Expand Down Expand Up @@ -8787,7 +8787,7 @@ spec:
- /etc/flyte/config/*.yaml
- migrate
- run
image: cr.flyte.org/flyteorg/flyteadmin:v0.6.0
image: cr.flyte.org/flyteorg/flyteadmin:v0.6.10
imagePullPolicy: IfNotPresent
name: run-migrations
volumeMounts:
Expand All @@ -8804,7 +8804,7 @@ spec:
- flytesnacks
- flytetester
- flyteexamples
image: cr.flyte.org/flyteorg/flyteadmin:v0.6.0
image: cr.flyte.org/flyteorg/flyteadmin:v0.6.10
imagePullPolicy: IfNotPresent
name: seed-projects
volumeMounts:
Expand All @@ -8818,7 +8818,7 @@ spec:
- /etc/flyte/config/*.yaml
- clusterresource
- sync
image: cr.flyte.org/flyteorg/flyteadmin:v0.6.0
image: cr.flyte.org/flyteorg/flyteadmin:v0.6.10
imagePullPolicy: IfNotPresent
name: sync-cluster-resources
volumeMounts:
Expand All @@ -8838,7 +8838,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: cr.flyte.org/flyteorg/flyteadmin:v0.6.0
image: cr.flyte.org/flyteorg/flyteadmin:v0.6.10
imagePullPolicy: IfNotPresent
name: generate-secrets
volumeMounts:
Expand Down Expand Up @@ -8928,7 +8928,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.name
image: cr.flyte.org/flyteorg/flytepropeller:v0.11.0
image: cr.flyte.org/flyteorg/flytepropeller:v0.12.9
imagePullPolicy: IfNotPresent
name: flytepropeller
ports:
Expand Down Expand Up @@ -9120,7 +9120,7 @@ spec:
- /etc/flyte/config/*.yaml
- clusterresource
- sync
image: cr.flyte.org/flyteorg/flyteadmin:v0.6.0
image: cr.flyte.org/flyteorg/flyteadmin:v0.6.10
imagePullPolicy: IfNotPresent
name: sync-cluster-resources
volumeMounts:
Expand Down Expand Up @@ -9170,7 +9170,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: cr.flyte.org/flyteorg/flytepropeller:v0.11.0
image: cr.flyte.org/flyteorg/flytepropeller:v0.12.9
imagePullPolicy: IfNotPresent
name: webhook
volumeMounts:
Expand Down
24 changes: 12 additions & 12 deletions deployment/eks/flyte_helm_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1340,7 +1340,7 @@ spec:
- /etc/flyte/config/*.yaml
- migrate
- run
image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.0"
image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.10"
imagePullPolicy: "IfNotPresent"
name: run-migrations
volumeMounts:
Expand All @@ -1357,7 +1357,7 @@ spec:
- flytesnacks
- flytetester
- flyteexamples
image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.0"
image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.10"
imagePullPolicy: "IfNotPresent"
name: seed-projects
volumeMounts:
Expand All @@ -1371,7 +1371,7 @@ spec:
- /etc/flyte/config/*.yaml
- clusterresource
- sync
image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.0"
image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.10"
imagePullPolicy: "IfNotPresent"
name: sync-cluster-resources
volumeMounts:
Expand All @@ -1382,7 +1382,7 @@ spec:
- mountPath: /etc/flyte/config
name: config-volume
- name: generate-secrets
image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.0"
image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.10"
imagePullPolicy: "IfNotPresent"
command: ["/bin/sh", "-c"]
args:
Expand All @@ -1403,7 +1403,7 @@ spec:
- --config
- /etc/flyte/config/*.yaml
- serve
image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.0"
image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.10"
imagePullPolicy: "IfNotPresent"
name: flyteadmin
ports:
Expand Down Expand Up @@ -1562,7 +1562,7 @@ spec:
- /etc/datacatalog/config/*.yaml
- migrate
- run
image: "cr.flyte.org/flyteorg/datacatalog:v0.3.4"
image: "cr.flyte.org/flyteorg/datacatalog:v0.3.5"
imagePullPolicy: "IfNotPresent"
name: run-migrations
volumeMounts:
Expand All @@ -1576,7 +1576,7 @@ spec:
- --config
- /etc/datacatalog/config/*.yaml
- serve
image: "cr.flyte.org/flyteorg/datacatalog:v0.3.4"
image: "cr.flyte.org/flyteorg/datacatalog:v0.3.5"
imagePullPolicy: "IfNotPresent"
name: datacatalog
ports:
Expand Down Expand Up @@ -1651,7 +1651,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.name
image: "cr.flyte.org/flyteorg/flytepropeller:v0.11.0"
image: "cr.flyte.org/flyteorg/flytepropeller:v0.12.9"
imagePullPolicy: "IfNotPresent"
name: flytepropeller
ports:
Expand Down Expand Up @@ -1704,14 +1704,14 @@ spec:
labels:
app: flyte-pod-webhook
app.kubernetes.io/name: flyte-pod-webhook
app.kubernetes.io/version: v0.11.0
app.kubernetes.io/version: v0.12.9
annotations:
configChecksum: "777a87595226a9f853f6caf06d8b1a588dc52eb4865415ea61c4a6155b62714"
spec:
serviceAccountName: flyte-pod-webhook
initContainers:
- name: generate-secrets
image: "cr.flyte.org/flyteorg/flytepropeller:v0.11.0"
image: "cr.flyte.org/flyteorg/flytepropeller:v0.12.9"
imagePullPolicy: "IfNotPresent"
command:
- flytepropeller
Expand All @@ -1734,7 +1734,7 @@ spec:
mountPath: /etc/flyte/config
containers:
- name: webhook
image: "cr.flyte.org/flyteorg/flytepropeller:v0.11.0"
image: "cr.flyte.org/flyteorg/flytepropeller:v0.12.9"
imagePullPolicy: "IfNotPresent"
command:
- flytepropeller
Expand Down Expand Up @@ -1916,7 +1916,7 @@ spec:
- /etc/flyte/config/*.yaml
- clusterresource
- sync
image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.0"
image: "cr.flyte.org/flyteorg/flyteadmin:v0.6.10"
imagePullPolicy: "IfNotPresent"
name: sync-cluster-resources
volumeMounts:
Expand Down
22 changes: 11 additions & 11 deletions deployment/gcp/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8654,7 +8654,7 @@ spec:
- --config
- /etc/datacatalog/config/*.yaml
- serve
image: cr.flyte.org/flyteorg/datacatalog:v0.3.4
image: cr.flyte.org/flyteorg/datacatalog:v0.3.5
imagePullPolicy: IfNotPresent
name: datacatalog
ports:
Expand All @@ -8677,7 +8677,7 @@ spec:
- /etc/datacatalog/config/*.yaml
- migrate
- run
image: cr.flyte.org/flyteorg/datacatalog:v0.3.4
image: cr.flyte.org/flyteorg/datacatalog:v0.3.5
imagePullPolicy: IfNotPresent
name: run-migrations
volumeMounts:
Expand Down Expand Up @@ -8734,7 +8734,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: cr.flyte.org/flyteorg/flytepropeller:v0.11.0
image: cr.flyte.org/flyteorg/flytepropeller:v0.12.9
imagePullPolicy: IfNotPresent
name: webhook
volumeMounts:
Expand Down Expand Up @@ -8782,7 +8782,7 @@ spec:
- --config
- /etc/flyte/config/*.yaml
- serve
image: cr.flyte.org/flyteorg/flyteadmin:v0.6.0
image: cr.flyte.org/flyteorg/flyteadmin:v0.6.10
imagePullPolicy: IfNotPresent
name: flyteadmin
ports:
Expand Down Expand Up @@ -8829,7 +8829,7 @@ spec:
- /etc/flyte/config/*.yaml
- migrate
- run
image: cr.flyte.org/flyteorg/flyteadmin:v0.6.0
image: cr.flyte.org/flyteorg/flyteadmin:v0.6.10
imagePullPolicy: IfNotPresent
name: run-migrations
volumeMounts:
Expand All @@ -8846,7 +8846,7 @@ spec:
- flytesnacks
- flytetester
- flyteexamples
image: cr.flyte.org/flyteorg/flyteadmin:v0.6.0
image: cr.flyte.org/flyteorg/flyteadmin:v0.6.10
imagePullPolicy: IfNotPresent
name: seed-projects
volumeMounts:
Expand All @@ -8860,7 +8860,7 @@ spec:
- /etc/flyte/config/*.yaml
- clusterresource
- sync
image: cr.flyte.org/flyteorg/flyteadmin:v0.6.0
image: cr.flyte.org/flyteorg/flyteadmin:v0.6.10
imagePullPolicy: IfNotPresent
name: sync-cluster-resources
volumeMounts:
Expand All @@ -8880,7 +8880,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: cr.flyte.org/flyteorg/flyteadmin:v0.6.0
image: cr.flyte.org/flyteorg/flyteadmin:v0.6.10
imagePullPolicy: IfNotPresent
name: generate-secrets
volumeMounts:
Expand Down Expand Up @@ -8970,7 +8970,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.name
image: cr.flyte.org/flyteorg/flytepropeller:v0.11.0
image: cr.flyte.org/flyteorg/flytepropeller:v0.12.9
imagePullPolicy: IfNotPresent
name: flytepropeller
ports:
Expand Down Expand Up @@ -9162,7 +9162,7 @@ spec:
- /etc/flyte/config/*.yaml
- clusterresource
- sync
image: cr.flyte.org/flyteorg/flyteadmin:v0.6.0
image: cr.flyte.org/flyteorg/flyteadmin:v0.6.10
imagePullPolicy: IfNotPresent
name: sync-cluster-resources
volumeMounts:
Expand Down Expand Up @@ -9212,7 +9212,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: cr.flyte.org/flyteorg/flytepropeller:v0.11.0
image: cr.flyte.org/flyteorg/flytepropeller:v0.12.9
imagePullPolicy: IfNotPresent
name: webhook
volumeMounts:
Expand Down
Loading

0 comments on commit 5a2f5f9

Please sign in to comment.