generated from kyma-project/template-repository
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Simplify Makefile Architecture (#832)
Co-authored-by: Nina Hingerl <[email protected]>
- Loading branch information
Showing
19 changed files
with
459 additions
and
427 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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
### Default Environment Variables | ||
## General | ||
ENV_ENVTEST_K8S_VERSION=1.27.1 # ENVTEST_K8S_VERSION refers to the version of Kubebuilder assets to be downloaded by envtest binary. | ||
ENV_IMG=europe-docker.pkg.dev/kyma-project/prod/telemetry-manager:main # Image URL to use all building/pushing image targets | ||
|
||
## Gardener | ||
ENV_GARDENER_K8S_VERSION=1.27 | ||
ENV_GARDENER_OS_VERSION="Not Defined" | ||
|
||
## Dependencies | ||
ENV_CONTROLLER_TOOLS_VERSION=v0.11.3 | ||
ENV_GINKGO_VERSION=v2.15.0 | ||
ENV_GO_TEST_COVERAGE_VERSION=v2.8.2 | ||
ENV_GOLANGCI-LINT_VERSION=latest | ||
ENV_ISTIO_VERSION=1.3.2 | ||
ENV_K3D_VERSION=v5.4.7 | ||
ENV_KUSTOMIZE_VERSION=v5.0.1 | ||
ENV_TABLE_GEN_VERSION=v0.0.0-20230523174756-3dae9f177ffd |
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
Oops, something went wrong.