Skip to content

Commit

Permalink
merge in artifacts
Browse files Browse the repository at this point in the history
Signed-off-by: Yee Hing Tong <[email protected]>
  • Loading branch information
wild-endeavor committed Jan 9, 2024
2 parents 49d3f7d + 7557d62 commit d3f432d
Show file tree
Hide file tree
Showing 27 changed files with 1,108 additions and 870 deletions.
162 changes: 98 additions & 64 deletions README.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions charts/flyte-sandbox/templates/buildkit/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ spec:
metadata:
labels: {{- include "flyte-sandbox.buildkitSelectorLabels" . | nindent 8 }}
spec:
dnsPolicy: ClusterFirstWithHostNet
hostNetwork: true
containers:
- name: buildkit
Expand Down
3 changes: 2 additions & 1 deletion docker/sandbox-bundled/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ flyte:
.PHONY: manifests
manifests:
mkdir -p manifests
helm dependency update ../../charts/flyte-sandbox
helm dependency update ../../charts/flyteagent
helm dependency update ../../charts/flyte-binary
helm dependency update ../../charts/flyte-sandbox
kustomize build \
--enable-helm \
--load-restrictor=LoadRestrictionsNone \
Expand Down
5 changes: 3 additions & 2 deletions docker/sandbox-bundled/manifests/complete-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@ type: Opaque
---
apiVersion: v1
data:
haSharedSecret: YnVFTHBEdHY1d3YwbUFtMw==
haSharedSecret: SzdFS2NpQ1FCMGZpZmdvVA==
proxyPassword: ""
proxyUsername: ""
kind: Secret
Expand Down Expand Up @@ -1453,6 +1453,7 @@ spec:
periodSeconds: 30
securityContext:
privileged: true
dnsPolicy: ClusterFirstWithHostNet
hostNetwork: true
---
apiVersion: apps/v1
Expand All @@ -1476,7 +1477,7 @@ spec:
metadata:
annotations:
checksum/config: 8f50e768255a87f078ba8b9879a0c174c3e045ffb46ac8723d2eedbe293c8d81
checksum/secret: aad56d8c5540c8359383701753f32ea5924abb66f5f68bf79e208df38c4f70db
checksum/secret: 76b53c5ec281a0fe662b1a3cf26e50a247832d71aafa79a49294e1c7e82cb462
labels:
app: docker-registry
release: flyte-sandbox
Expand Down
5 changes: 3 additions & 2 deletions docker/sandbox-bundled/manifests/complete.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@ type: Opaque
---
apiVersion: v1
data:
haSharedSecret: UGJnMklaMkJQUDNZekZnSQ==
haSharedSecret: NGtneHhldjRLS0s2VnBFYg==
proxyPassword: ""
proxyUsername: ""
kind: Secret
Expand Down Expand Up @@ -1401,6 +1401,7 @@ spec:
periodSeconds: 30
securityContext:
privileged: true
dnsPolicy: ClusterFirstWithHostNet
hostNetwork: true
---
apiVersion: apps/v1
Expand All @@ -1424,7 +1425,7 @@ spec:
metadata:
annotations:
checksum/config: 8f50e768255a87f078ba8b9879a0c174c3e045ffb46ac8723d2eedbe293c8d81
checksum/secret: 7b29a08bc860be390e60c5d9743e190acd5efbba619e25a49355fbeeba42030e
checksum/secret: 7ce7b101d2a314d4e180934a2329db83ad951e7d832fd0855b9adecbc52dac57
labels:
app: docker-registry
release: flyte-sandbox
Expand Down
5 changes: 3 additions & 2 deletions docker/sandbox-bundled/manifests/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ metadata:
---
apiVersion: v1
data:
haSharedSecret: clV0UmNjV2U2R0ozem9XUg==
haSharedSecret: QlRBU1c2TE9Ma1dGZHdNOQ==
proxyPassword: ""
proxyUsername: ""
kind: Secret
Expand Down Expand Up @@ -958,6 +958,7 @@ spec:
periodSeconds: 30
securityContext:
privileged: true
dnsPolicy: ClusterFirstWithHostNet
hostNetwork: true
---
apiVersion: apps/v1
Expand All @@ -981,7 +982,7 @@ spec:
metadata:
annotations:
checksum/config: 8f50e768255a87f078ba8b9879a0c174c3e045ffb46ac8723d2eedbe293c8d81
checksum/secret: 7223714463ea7b1a44702659099c6e3e3be23e3756b7d8a2aaf978780cb28e81
checksum/secret: 5b126beacb3ed19e3d0c3a580dcbc29332e445220eebd916e688e0c8d7cfdf23
labels:
app: docker-registry
release: flyte-sandbox
Expand Down
38 changes: 19 additions & 19 deletions flyteidl/gen/pb-cpp/flyteidl/artifact/artifacts.grpc.pb.cc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d3f432d

Please sign in to comment.