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

beacuse flyte-binary image has no version tag, it is replaced with fl… #5749

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion charts/flyte-binary/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Chart for basic single Flyte executable deployment
| deployment.genAdminAuthSecret.args | list | `[]` | |
| deployment.genAdminAuthSecret.command | list | `[]` | |
| deployment.image.pullPolicy | string | `"IfNotPresent"` | |
| deployment.image.repository | string | `"cr.flyte.org/flyteorg/flyte-binary"` | |
| deployment.image.repository | string | `"cr.flyte.org/flyteorg/flyte-binary-release"` | |
| deployment.image.tag | string | `"latest"` | |
| deployment.initContainers | list | `[]` | |
| deployment.labels | object | `{}` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/flyte-binary/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ deployment:
# image Configure image to use for Flyte
image:
# repository Flyte image repository
repository: cr.flyte.org/flyteorg/flyte-binary # FLYTE_IMAGE
repository: cr.flyte.org/flyteorg/flyte-binary-release # FLYTE_IMAGE
# tag Flyte image tag
tag: latest # FLYTE_TAG
# pullPolicy Flyte image pull policy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ spec:
done
containers:
- name: flyte
image: "cr.flyte.org/flyteorg/flyte-binary:latest"
image: "cr.flyte.org/flyteorg/flyte-binary-release:latest"
imagePullPolicy: "IfNotPresent"
args:
- start
Expand Down
4 changes: 2 additions & 2 deletions docker/sandbox-bundled/manifests/complete-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ type: Opaque
---
apiVersion: v1
data:
haSharedSecret: bTM0eldMZ3IxWE1jZXZ3cg==
haSharedSecret: eTBtQjN1UGF6eml5Y2RDZg==
proxyPassword: ""
proxyUsername: ""
kind: Secret
Expand Down Expand Up @@ -1413,7 +1413,7 @@ spec:
metadata:
annotations:
checksum/config: 8f50e768255a87f078ba8b9879a0c174c3e045ffb46ac8723d2eedbe293c8d81
checksum/secret: f6b8f4ae413528aa882ed401dca20e11f8947e1ca829df6bedbf16698de03cdf
checksum/secret: c0554623a0c80277e5efb9480993a6ce7735b6af2a29ab94615116d491d39acb
labels:
app: docker-registry
release: flyte-sandbox
Expand Down
4 changes: 2 additions & 2 deletions docker/sandbox-bundled/manifests/complete.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ type: Opaque
---
apiVersion: v1
data:
haSharedSecret: Wkl6V2diWk50S1Ftd1R3Nw==
haSharedSecret: UjJyWExzZzh5bUJUcGlpUA==
proxyPassword: ""
proxyUsername: ""
kind: Secret
Expand Down Expand Up @@ -1362,7 +1362,7 @@ spec:
metadata:
annotations:
checksum/config: 8f50e768255a87f078ba8b9879a0c174c3e045ffb46ac8723d2eedbe293c8d81
checksum/secret: ab69c0935db6eb0dd11b9df6716336d8f993cb949d112fd0417d1133a88000cc
checksum/secret: 31592a6851bbd987aeedf3007a3cd3b35ce660610ab4319a6cef825102bb50e5
labels:
app: docker-registry
release: flyte-sandbox
Expand Down
4 changes: 2 additions & 2 deletions docker/sandbox-bundled/manifests/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ metadata:
---
apiVersion: v1
data:
haSharedSecret: Z1BQdzNCck9SbGF2bFBNcg==
haSharedSecret: c2U1RWJGSDluQlhPNkRjQg==
proxyPassword: ""
proxyUsername: ""
kind: Secret
Expand Down Expand Up @@ -934,7 +934,7 @@ spec:
metadata:
annotations:
checksum/config: 8f50e768255a87f078ba8b9879a0c174c3e045ffb46ac8723d2eedbe293c8d81
checksum/secret: 42de0a9877ccf019375a303e7a813c44ec6dc92758e3af6c0f10aeb4c3a1071c
checksum/secret: 99c771b1bb9612755a73e5f0d2a96969471b3fe7de17439200dd8c2344f0a320
labels:
app: docker-registry
release: flyte-sandbox
Expand Down