mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-12 16:47:25 -05:00
[node operator] Update README and samples
Signed-off-by: Malte Poll <mp@edgeless.systems>
This commit is contained in:
parent
e267102c92
commit
0f6de0aa26
5 changed files with 237 additions and 22 deletions
|
|
@ -28,8 +28,8 @@ BUNDLE_METADATA_OPTS ?= $(BUNDLE_CHANNELS) $(BUNDLE_DEFAULT_CHANNEL)
|
|||
# This variable is used to construct full image tags for bundle and catalog images.
|
||||
#
|
||||
# For example, running 'make bundle-build bundle-push catalog-build catalog-push' will build and push both
|
||||
# edgeless.systems/constellation-node-operator-bundle:$VERSION and edgeless.systems/constellation-node-operator-catalog:$VERSION.
|
||||
IMAGE_TAG_BASE ?= edgeless.systems/constellation-node-operator
|
||||
# ghcr.io/edgelesssys/constellation/node-operator-bundle:$VERSION and ghcr.io/edgelesssys/constellation/node-operator-catalog:$VERSION.
|
||||
IMAGE_TAG_BASE ?= ghcr.io/edgelesssys/constellation/node-operator
|
||||
|
||||
# BUNDLE_IMG defines the image:tag used for the bundle.
|
||||
# You can use it as an arg. (E.g make bundle-build BUNDLE_IMG=<some-registry>/<project-name-bundle>:<tag>)
|
||||
|
|
@ -47,7 +47,7 @@ ifeq ($(USE_IMAGE_DIGESTS), true)
|
|||
endif
|
||||
|
||||
# Image URL to use all building/pushing image targets
|
||||
IMG ?= controller:latest
|
||||
IMG ?= $(IMAGE_TAG_BASE):v$(VERSION)
|
||||
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
|
||||
ENVTEST_K8S_VERSION = 1.24.1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue