Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com>
  • Loading branch information
EngHabu committed Apr 30, 2021
1 parent 7cd7994 commit 08a9dee
Show file tree
Hide file tree
Showing 11 changed files with 142 additions and 86 deletions.
40 changes: 26 additions & 14 deletions deployment/eks/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8156,7 +8156,9 @@ data:
httpPort: 8088
grpcPort: 8089
security:
# Controls whether to serve requests over SSL/TLS.
secure: false
# Controls whether to enforce authentication. Follow the guide in https://docs.flyte.org/ on how to setup authentication.
useAuth: false
allowCors: true
allowedOrigins:
Expand All @@ -8166,6 +8168,15 @@ data:
- "Content-Type"
- "flyte-authorization"
auth:
authorizedUris:
# This should point at your public http Uri.
- https://localhost:30081
# This will be used by internal services in the same namespace as flyteadmin
- http://flyteadmin:80
# This will be used by internal services in the same cluster but different namespaces
- http://flyteadmin.flyte.svc.cluster.local:80
# Controls app authentication config
appAuth:
thirdPartyConfig:
flyteClient:
Expand All @@ -8174,6 +8185,7 @@ data:
scopes:
- offline
- all
# Controls user authentication
userAuth:
openId:
baseUrl: https://accounts.google.com
Expand Down Expand Up @@ -8224,7 +8236,7 @@ data:
gpu: 1
kind: ConfigMap
metadata:
name: flyte-admin-config-k79c9bh7t4
name: flyte-admin-config-49kdc8f554
namespace: flyte
---
apiVersion: v1
Expand Down Expand Up @@ -8621,7 +8633,7 @@ spec:
- --config
- /etc/datacatalog/config/*.yaml
- serve
image: ghcr.io/flyteorg/datacatalog:v0.3.1
image: ghcr.io/flyteorg/datacatalog:v0.3.2
imagePullPolicy: IfNotPresent
name: datacatalog
ports:
Expand All @@ -8644,7 +8656,7 @@ spec:
- /etc/datacatalog/config/*.yaml
- migrate
- run
image: ghcr.io/flyteorg/datacatalog:v0.3.1
image: ghcr.io/flyteorg/datacatalog:v0.3.2
imagePullPolicy: IfNotPresent
name: run-migrations
volumeMounts:
Expand Down Expand Up @@ -8701,7 +8713,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: ghcr.io/flyteorg/flytepropeller:v0.10.0
image: ghcr.io/flyteorg/flytepropeller:v0.10.6
imagePullPolicy: IfNotPresent
name: webhook
volumeMounts:
Expand Down Expand Up @@ -8749,7 +8761,7 @@ spec:
- --config
- /etc/flyte/config/*.yaml
- serve
image: ghcr.io/flyteorg/flyteadmin:v0.4.7
image: ghcr.io/flyteorg/flyteadmin:v0.5.0
imagePullPolicy: IfNotPresent
name: flyteadmin
ports:
Expand Down Expand Up @@ -8796,7 +8808,7 @@ spec:
- /etc/flyte/config/*.yaml
- migrate
- run
image: ghcr.io/flyteorg/flyteadmin:v0.4.7
image: ghcr.io/flyteorg/flyteadmin:v0.5.0
imagePullPolicy: IfNotPresent
name: run-migrations
volumeMounts:
Expand All @@ -8813,7 +8825,7 @@ spec:
- flytesnacks
- flytetester
- flyteexamples
image: ghcr.io/flyteorg/flyteadmin:v0.4.7
image: ghcr.io/flyteorg/flyteadmin:v0.5.0
imagePullPolicy: IfNotPresent
name: seed-projects
volumeMounts:
Expand All @@ -8827,7 +8839,7 @@ spec:
- /etc/flyte/config/*.yaml
- clusterresource
- sync
image: ghcr.io/flyteorg/flyteadmin:v0.4.7
image: ghcr.io/flyteorg/flyteadmin:v0.5.0
imagePullPolicy: IfNotPresent
name: sync-cluster-resources
volumeMounts:
Expand All @@ -8847,7 +8859,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: ghcr.io/flyteorg/flyteadmin:v0.4.7
image: ghcr.io/flyteorg/flyteadmin:v0.5.0
imagePullPolicy: IfNotPresent
name: generate-secrets
volumeMounts:
Expand All @@ -8858,7 +8870,7 @@ spec:
- emptyDir: {}
name: shared-data
- configMap:
name: flyte-admin-config-k79c9bh7t4
name: flyte-admin-config-49kdc8f554
name: config-volume
- configMap:
name: clusterresource-template-tkdkkt4cb5
Expand Down Expand Up @@ -8937,7 +8949,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.name
image: ghcr.io/flyteorg/flytepropeller:v0.10.0
image: ghcr.io/flyteorg/flytepropeller:v0.10.6
imagePullPolicy: IfNotPresent
name: flytepropeller
ports:
Expand Down Expand Up @@ -9129,7 +9141,7 @@ spec:
- /etc/flyte/config/*.yaml
- clusterresource
- sync
image: ghcr.io/flyteorg/flyteadmin:v0.4.7
image: ghcr.io/flyteorg/flyteadmin:v0.5.0
imagePullPolicy: IfNotPresent
name: sync-cluster-resources
volumeMounts:
Expand All @@ -9146,7 +9158,7 @@ spec:
name: clusterresource-template-tkdkkt4cb5
name: resource-templates
- configMap:
name: flyte-admin-config-k79c9bh7t4
name: flyte-admin-config-49kdc8f554
name: config-volume
- name: db-pass
secret:
Expand Down Expand Up @@ -9179,7 +9191,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: ghcr.io/flyteorg/flytepropeller:v0.10.0
image: ghcr.io/flyteorg/flytepropeller:v0.10.6
imagePullPolicy: IfNotPresent
name: webhook
volumeMounts:
Expand Down
40 changes: 26 additions & 14 deletions deployment/gcp/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8147,7 +8147,9 @@ data:
httpPort: 8088
grpcPort: 8089
security:
# Controls whether to serve requests over SSL/TLS.
secure: false
# Controls whether to enforce authentication. Follow the guide in https://docs.flyte.org/ on how to setup authentication.
useAuth: false
allowCors: true
allowedOrigins:
Expand All @@ -8157,6 +8159,15 @@ data:
- "Content-Type"
- "flyte-authorization"
auth:
authorizedUris:
# This should point at your public http Uri.
- https://localhost:30081
# This will be used by internal services in the same namespace as flyteadmin
- http://flyteadmin:80
# This will be used by internal services in the same cluster but different namespaces
- http://flyteadmin.flyte.svc.cluster.local:80

# Controls app authentication config
appAuth:
thirdPartyConfig:
flyteClient:
Expand All @@ -8165,6 +8176,7 @@ data:
scopes:
- offline
- all
# Controls user authentication
userAuth:
openId:
baseUrl: https://accounts.google.com
Expand Down Expand Up @@ -8215,7 +8227,7 @@ data:
gpu: 1
kind: ConfigMap
metadata:
name: flyte-admin-config-95g5286ffc
name: flyte-admin-config-7bk9bgt47c
namespace: flyte
---
apiVersion: v1
Expand Down Expand Up @@ -8653,7 +8665,7 @@ spec:
- --config
- /etc/datacatalog/config/*.yaml
- serve
image: ghcr.io/flyteorg/datacatalog:v0.3.1
image: ghcr.io/flyteorg/datacatalog:v0.3.2
imagePullPolicy: IfNotPresent
name: datacatalog
ports:
Expand All @@ -8676,7 +8688,7 @@ spec:
- /etc/datacatalog/config/*.yaml
- migrate
- run
image: ghcr.io/flyteorg/datacatalog:v0.3.1
image: ghcr.io/flyteorg/datacatalog:v0.3.2
imagePullPolicy: IfNotPresent
name: run-migrations
volumeMounts:
Expand Down Expand Up @@ -8733,7 +8745,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: ghcr.io/flyteorg/flytepropeller:v0.10.0
image: ghcr.io/flyteorg/flytepropeller:v0.10.6
imagePullPolicy: IfNotPresent
name: webhook
volumeMounts:
Expand Down Expand Up @@ -8781,7 +8793,7 @@ spec:
- --config
- /etc/flyte/config/*.yaml
- serve
image: ghcr.io/flyteorg/flyteadmin:v0.4.7
image: ghcr.io/flyteorg/flyteadmin:v0.5.0
imagePullPolicy: IfNotPresent
name: flyteadmin
ports:
Expand Down Expand Up @@ -8828,7 +8840,7 @@ spec:
- /etc/flyte/config/*.yaml
- migrate
- run
image: ghcr.io/flyteorg/flyteadmin:v0.4.7
image: ghcr.io/flyteorg/flyteadmin:v0.5.0
imagePullPolicy: IfNotPresent
name: run-migrations
volumeMounts:
Expand All @@ -8845,7 +8857,7 @@ spec:
- flytesnacks
- flytetester
- flyteexamples
image: ghcr.io/flyteorg/flyteadmin:v0.4.7
image: ghcr.io/flyteorg/flyteadmin:v0.5.0
imagePullPolicy: IfNotPresent
name: seed-projects
volumeMounts:
Expand All @@ -8859,7 +8871,7 @@ spec:
- /etc/flyte/config/*.yaml
- clusterresource
- sync
image: ghcr.io/flyteorg/flyteadmin:v0.4.7
image: ghcr.io/flyteorg/flyteadmin:v0.5.0
imagePullPolicy: IfNotPresent
name: sync-cluster-resources
volumeMounts:
Expand All @@ -8879,7 +8891,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: ghcr.io/flyteorg/flyteadmin:v0.4.7
image: ghcr.io/flyteorg/flyteadmin:v0.5.0
imagePullPolicy: IfNotPresent
name: generate-secrets
volumeMounts:
Expand All @@ -8890,7 +8902,7 @@ spec:
- emptyDir: {}
name: shared-data
- configMap:
name: flyte-admin-config-95g5286ffc
name: flyte-admin-config-7bk9bgt47c
name: config-volume
- configMap:
name: clusterresource-template-tkdkkt4cb5
Expand Down Expand Up @@ -8969,7 +8981,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.name
image: ghcr.io/flyteorg/flytepropeller:v0.10.0
image: ghcr.io/flyteorg/flytepropeller:v0.10.6
imagePullPolicy: IfNotPresent
name: flytepropeller
ports:
Expand Down Expand Up @@ -9161,7 +9173,7 @@ spec:
- /etc/flyte/config/*.yaml
- clusterresource
- sync
image: ghcr.io/flyteorg/flyteadmin:v0.4.7
image: ghcr.io/flyteorg/flyteadmin:v0.5.0
imagePullPolicy: IfNotPresent
name: sync-cluster-resources
volumeMounts:
Expand All @@ -9178,7 +9190,7 @@ spec:
name: clusterresource-template-tkdkkt4cb5
name: resource-templates
- configMap:
name: flyte-admin-config-95g5286ffc
name: flyte-admin-config-7bk9bgt47c
name: config-volume
- name: db-pass
secret:
Expand Down Expand Up @@ -9211,7 +9223,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: ghcr.io/flyteorg/flytepropeller:v0.10.0
image: ghcr.io/flyteorg/flytepropeller:v0.10.6
imagePullPolicy: IfNotPresent
name: webhook
volumeMounts:
Expand Down
Loading

0 comments on commit 08a9dee

Please sign in to comment.