@@ -29,6 +29,9 @@ sed "s/v0.1.10/${VERSION}/g" ./charts/flyte-binary/README.md > temp.txt && mv te
29
29
grep -rlZ " version:[^P]*# VERSION" ./charts/flyteagent/Chart.yaml | xargs -0 sed -i " s/version:[^P]*# VERSION/version: ${VERSION} # VERSION/g"
30
30
sed " s/v0.1.10/${VERSION} /g" ./charts/flyteagent/README.md > temp.txt && mv temp.txt ./charts/flyteagent/README.md
31
31
32
+ grep -rlZ " version:[^P]*# VERSION" ./charts/flyte-binary/Chart.yaml | xargs -0 sed -i " s/version:[^P]*# VERSION/version: ${VERSION} # VERSION/g"
33
+ sed " s/v0.1.10/${VERSION} /g" ./charts/flyte-binary/README.md > temp.txt && mv temp.txt ./charts/flyte-binary/README.md
34
+
32
35
helm dep update ./charts/flyte
33
36
helm dep update ./charts/flyte-core
34
37
helm dep update ./charts/flyte-deps
@@ -67,5 +70,8 @@ sed -i "s,tag:[^P]*# FLYTE_TAG,tag: ${VERSION} # FLYTE_TAG," ./charts/flyte-bina
67
70
sed -i " s,repository:[^P]*# FLYTECOPILOT_IMAGE,repository: cr.flyte.org/flyteorg/flytecopilot-release # FLYTECOPILOT_IMAGE," ./charts/flyte-binary/values.yaml
68
71
sed -i " s,tag:[^P]*# FLYTECOPILOT_TAG,tag: ${VERSION} # FLYTECOPILOT_TAG," ./charts/flyte-binary/values.yaml
69
72
73
+ sed -i " s,tag:[^P]*# FLYTEBINARY_TAG,tag: ${VERSION} # FLYTEBINARY_TAG," ./charts/flyte-binary/values.yaml
74
+ sed -i " s,repository:[^P]*# FLYTEBINARY_IMAGE,repository: cr.flyte.org/flyteorg/flyte-binary-release # FLYTEBINARY_IMAGE," ./charts/flyte-binary/values.yaml
75
+
70
76
sed -i " s,tag:[^P]*# FLYTEAGENT_TAG,tag: ${VERSION} # FLYTEAGENT_TAG," ./charts/flyteagent/values.yaml
71
77
sed -i " s,repository:[^P]*# FLYTEAGENT_IMAGE,repository: cr.flyte.org/flyteorg/flyteagent-release # FLYTEAGENT_IMAGE," ./charts/flyteagent/values.yaml
0 commit comments