You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Make sure you run `./hack/make-release.sh` from this project's root folder — **not** from inside the `hack/` folder.
26
+
- Make sure you run `./hack/make-release.sh` from this project's root folder — **not** from inside the `hack/` folder.
27
27
- This script:
28
28
1. uses `make-docker-images.sh` to build and push a Docker image for each microservice to the previously specified repository.
29
-
1. uses `make-release-artifacts.sh` to regenerates (and update the image $TAGS) YAML file at `./release/kubernetes-manifests.yaml`.
29
+
1. uses `make-release-artifacts.sh` to regenerates (and update the image $TAGS) YAML file at `./release/kubernetes-manifests.yaml` and `./kustomize/base/`.
30
30
1. runs `git tag` and pushes a new branch (e.g., `release/v0.3.5`) with the changes to `release/kubernetes-manifests.yaml`.
31
31
32
32
#### 6. Make sure the new Docker images were created and pushed.
0 commit comments