We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b99e210 commit cb3d272Copy full SHA for cb3d272
.github/scripts/upload_assets.sh
@@ -35,8 +35,7 @@ BUSOLA_K8S="busola.yaml"
35
generate_k8s() {
36
set -x
37
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}")
+ (cd base && kustomize edit set image busola=europe-docker.pkg.dev/kyma-project/prod/busola:"${RELEASE_TAG}")
40
kustomize build base/ > ../"${BUSOLA_K8S}"
41
cd -
42
}
0 commit comments