-
Notifications
You must be signed in to change notification settings - Fork 443
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: We are adding support for a px-k8ssandra demo. As a part of generating the YAMLs for that demo, we need to use `kustomize` in the k8ssandra-operator repo. However, our current version of kustomize fails because it doesn't have `Component` support. This PR updates kustomize to the latest version, since we have been behind. We should also consider updating some of our kustomize files to use the new component feature: https://github.com/kubernetes-sigs/kustomize/blob/master/examples/components.md Relevant Issues: #680 Type of change: /kind cleanup Test Plan: kustomize build our commonly used kustomize directories Signed-off-by: Michelle Nguyen <[email protected]>
- Loading branch information
1 parent
ff7906e
commit 401c92c
Showing
4 changed files
with
9 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
DOCKER_IMAGE_TAG=202305102201 | ||
LINTER_IMAGE_DIGEST=238e7f543aaaca2c7d2e82f3acfb1f1a32be14eaceabdf82f97e59fad7cdd222 | ||
DEV_IMAGE_DIGEST=ead63d8e267a04ce643174bbcb851416d4a35e0cbb71a13fa20bf7fa36d193dd | ||
DEV_IMAGE_WITH_EXTRAS_DIGEST=45b752dc1795eb4f137adbfea5c5278f10db8321e711c62fa2ecffc4537444f4 | ||
DOCKER_IMAGE_TAG=202305261407 | ||
LINTER_IMAGE_DIGEST=f5646f05c31261c823a872739300cae1cbf0a945f1f33b337312e08db8d83c00 | ||
DEV_IMAGE_DIGEST=49c1b288c7cfbe9d67e4952d7b773468c97351821ac91a912b0e6bf48cffb747 | ||
DEV_IMAGE_WITH_EXTRAS_DIGEST=6e3931db3af560fb3f51a36136047f43e5109885610c4afa32dad83e755ed9dd |
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 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 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