Skip to content

Commit cb3d272

Browse files
authored
fix (#3596)
1 parent b99e210 commit cb3d272

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/scripts/upload_assets.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ BUSOLA_K8S="busola.yaml"
3535
generate_k8s() {
3636
set -x
3737
cd resources
38-
(cd base/web && kustomize edit set image busola-web=europe-docker.pkg.dev/kyma-project/prod/busola-web:"${RELEASE_TAG}")
39-
(cd base/backend && kustomize edit set image busola-backend=europe-docker.pkg.dev/kyma-project/prod/busola-backend:"${RELEASE_TAG}")
38+
(cd base && kustomize edit set image busola=europe-docker.pkg.dev/kyma-project/prod/busola:"${RELEASE_TAG}")
4039
kustomize build base/ > ../"${BUSOLA_K8S}"
4140
cd -
4241
}

0 commit comments

Comments
 (0)