Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Commit

Permalink
update imagevector docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Schrodi committed Mar 31, 2021
1 parent 7df1afe commit 61f4295
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pkg/commands/imagevector/add.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ resources:
2. The image is defined by another component so the image is added as label ("imagevector.gardener.cloud/images") to the "componentReference".
Images that are defined by other components can be specified
1. [DEPRECATED] when the image's repository matches the given "--component-prefixes"
1. when the image's repository matches the given "--component-prefixes"
2. the image is labeled with "imagevector.gardener.cloud/component-reference"
If the component reference is not yet defined it will be automatically added.
Expand Down Expand Up @@ -129,10 +129,10 @@ componentReferences:
</pre>
3. The image is a generic dependency where the actual images are defined by the overwrite.
A generic dependency image is not part of a component descriptors resource but will be added as label ("imagevector.gardener.cloud/images") to the component descriptor.
A generic dependency image is not part of a component descriptor's resource but will be added as label ("imagevector.gardener.cloud/images") to the component descriptor.
Generic dependencies can be defined by
1. [DEPRECATED] defined as "--generic-dependency=<image name>"
1. defined as "--generic-dependency=<image name>"
2. the label "imagevector.gardener.cloud/generic"
<pre>
Expand All @@ -156,7 +156,6 @@ component:
- name: hyperkube
repository: k8s.gcr.io/hyperkube
sourceRepository: github.com/kubernetes/kubernetes
tag: v0.10.0
targetVersion: '< 1.19'
</pre>
Expand Down

0 comments on commit 61f4295

Please sign in to comment.