-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add image substitutions in kustomization instead of doing a patch (#617)
## Description This PR refactors the `release-manifests` target to use `kustomize` to substitute the tink-controller and tink-servers images instead of using patches. ## Why is this needed There was a bug in the previous `release-manifests` target where the tink-server image wasn't being updated because its dependencies were all being met already causing it to not be re-build. This PR refactors it to not use the image patches removing the need to update these patch files. ## How Has This Been Tested? ran `make release-manifests` and verified that the kustomization.yaml and tink.yaml have the expected outputs ## How are existing users impacted? What migration steps/scripts do we need? No user impact ## Checklist: I have: - [ ] updated the documentation and/or roadmap (if required) - [ ] added unit or e2e tests - [ ] provided instructions on how to upgrade
- Loading branch information
Showing
4 changed files
with
7 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters