Skip to content

Commit

Permalink
resource type helmChart (#975)
Browse files Browse the repository at this point in the history
* the resource type has to be helmChart in order for the downloaders to be used

* further adjust documentation

* remove deprecated documentation

* remove documentation index entry for removed documentation
  • Loading branch information
fabianburth authored Feb 26, 2024
1 parent a53198c commit 3ab5a33
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 198 deletions.
1 change: 0 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
- [Performance Analysis](technical/performance.md)
- [Scaling of Landscaper Pods](technical/scaling.md)
- [Target Types](technical/target_types.md)
- [Types](technical/types.md)

## Usage

Expand Down
2 changes: 1 addition & 1 deletion docs/deployer/helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ component:
version: 'v0.1.0'
...
resources:
- type: helm.io/chart
- type: helmChart
name: nginx-chart
version: 9.7.0
relation: external
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ components:
type: ociArtifact
imageReference: eu.gcr.io/gardener-project/landscaper/examples/blueprints/guided-tour/echo-server:1.0.0
- name: echo-server-chart
type: helm.io/chart
type: helmChart
version: 1.0.0
access:
type: ociArtifact
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ components:
compress: true
mediaType: application/vnd.gardener.landscaper.blueprint.v1+tar+gzip
- name: echo-server-chart
type: helm.io/chart
type: helmChart
input:
type: file
path: ../chart/echo-server-1.0.0.tgz
Expand Down
4 changes: 2 additions & 2 deletions docs/guided-tour/blueprints/helm-chart-resource/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ components:
# notice that this has to be a reference to the updated blueprint
imageReference: eu.gcr.io/gardener-project/landscaper/examples/blueprints/guided-tour/helm-chart-resource:1.0.0
- name: helm-chart
type: helm.io/chart
type: helmChart
version: 1.0.0
access:
type: ociArtifact
Expand All @@ -77,7 +77,7 @@ components:
# notice that this has to be a reference to the updated blueprint
imageReference: eu.gcr.io/gardener-project/landscaper/examples/blueprints/guided-tour/helm-chart-resource:1.0.0
- name: helm-chart
type: helm.io/chart
type: helmChart
version: 1.0.0
access:
type: helm
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ components:
type: ociArtifact
imageReference: eu.gcr.io/gardener-project/landscaper/examples/blueprints/guided-tour/helm-chart-resource:1.0.0
- name: helm-chart
type: helm.io/chart
type: helmChart
version: 1.0.0
access:
type: ociArtifact
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ components:
compress: true
mediaType: application/vnd.gardener.landscaper.blueprint.v1+tar+gzip
- name: helm-chart
type: helm.io/chart
type: helmChart
input:
type: file
path: ../../../hello-world/chart/hello-world-1.0.0.tgz
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ component:
type: ociRegistry
imageReference: eu.gcr.io/gardener-project/landscaper/examples/blueprints/guided-tour/echo-server:1.1.0
- name: echo-server-chart
type: helm.io/chart
type: helmChart
version: 1.0.0
relation: external
access:
Expand Down
189 changes: 0 additions & 189 deletions docs/technical/types.md

This file was deleted.

0 comments on commit 3ab5a33

Please sign in to comment.