Skip to content

Commit

Permalink
make helm to pass the test
Browse files Browse the repository at this point in the history
  • Loading branch information
sorushsaghari committed Sep 29, 2024
1 parent 9062434 commit b876063
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
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
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

0 comments on commit b876063

Please sign in to comment.