Skip to content

Commit 32564c3

Browse files
committed
moved chart-source to CommonRepoArgs
1 parent 1e6947e commit 32564c3

File tree

23 files changed

+593
-148
lines changed

23 files changed

+593
-148
lines changed

docs/modules/stackablectl/partials/commands/cache.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,13 @@ Helm repository options:
7676
Provide a custom Helm dev repository URL
7777
7878
[default: https://repo.stackable.tech/repository/helm-dev/]
79+
80+
--chart-source <CHART_SOURCE>
81+
Source the charts from either a OCI registry or from index.yaml-based repositories.
82+
83+
[default: oci]
84+
85+
Possible values:
86+
- oci: OCI registry
87+
- repo: index.yaml-based repositories: resolution (dev, test, stable) is based on the version and thus will be operator-specific
7988
----

docs/modules/stackablectl/partials/commands/completions.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,13 @@ Helm repository options:
7979
Provide a custom Helm dev repository URL
8080
8181
[default: https://repo.stackable.tech/repository/helm-dev/]
82+
83+
--chart-source <CHART_SOURCE>
84+
Source the charts from either a OCI registry or from index.yaml-based repositories.
85+
86+
[default: oci]
87+
88+
Possible values:
89+
- oci: OCI registry
90+
- repo: index.yaml-based repositories: resolution (dev, test, stable) is based on the version and thus will be operator-specific
8291
----

docs/modules/stackablectl/partials/commands/demo.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,13 @@ Helm repository options:
8080
Provide a custom Helm dev repository URL
8181
8282
[default: https://repo.stackable.tech/repository/helm-dev/]
83+
84+
--chart-source <CHART_SOURCE>
85+
Source the charts from either a OCI registry or from index.yaml-based repositories.
86+
87+
[default: oci]
88+
89+
Possible values:
90+
- oci: OCI registry
91+
- repo: index.yaml-based repositories: resolution (dev, test, stable) is based on the version and thus will be operator-specific
8392
----

docs/modules/stackablectl/partials/commands/experimental-debug.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,13 @@ Helm repository options:
9393
Provide a custom Helm dev repository URL
9494
9595
[default: https://repo.stackable.tech/repository/helm-dev/]
96+
97+
--chart-source <CHART_SOURCE>
98+
Source the charts from either a OCI registry or from index.yaml-based repositories.
99+
100+
[default: oci]
101+
102+
Possible values:
103+
- oci: OCI registry
104+
- repo: index.yaml-based repositories: resolution (dev, test, stable) is based on the version and thus will be operator-specific
96105
----

docs/modules/stackablectl/partials/commands/index.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,13 @@ Helm repository options:
8282
Provide a custom Helm dev repository URL
8383
8484
[default: https://repo.stackable.tech/repository/helm-dev/]
85+
86+
--chart-source <CHART_SOURCE>
87+
Source the charts from either a OCI registry or from index.yaml-based repositories.
88+
89+
[default: oci]
90+
91+
Possible values:
92+
- oci: OCI registry
93+
- repo: index.yaml-based repositories: resolution (dev, test, stable) is based on the version and thus will be operator-specific
8594
----

docs/modules/stackablectl/partials/commands/operator.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,13 @@ Helm repository options:
7979
Provide a custom Helm dev repository URL
8080
8181
[default: https://repo.stackable.tech/repository/helm-dev/]
82+
83+
--chart-source <CHART_SOURCE>
84+
Source the charts from either a OCI registry or from index.yaml-based repositories.
85+
86+
[default: oci]
87+
88+
Possible values:
89+
- oci: OCI registry
90+
- repo: index.yaml-based repositories: resolution (dev, test, stable) is based on the version and thus will be operator-specific
8291
----

docs/modules/stackablectl/partials/commands/release.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,13 @@ Helm repository options:
7878
Provide a custom Helm dev repository URL
7979
8080
[default: https://repo.stackable.tech/repository/helm-dev/]
81+
82+
--chart-source <CHART_SOURCE>
83+
Source the charts from either a OCI registry or from index.yaml-based repositories.
84+
85+
[default: oci]
86+
87+
Possible values:
88+
- oci: OCI registry
89+
- repo: index.yaml-based repositories: resolution (dev, test, stable) is based on the version and thus will be operator-specific
8190
----

docs/modules/stackablectl/partials/commands/stack.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,13 @@ Helm repository options:
8080
Provide a custom Helm dev repository URL
8181
8282
[default: https://repo.stackable.tech/repository/helm-dev/]
83+
84+
--chart-source <CHART_SOURCE>
85+
Source the charts from either a OCI registry or from index.yaml-based repositories.
86+
87+
[default: oci]
88+
89+
Possible values:
90+
- oci: OCI registry
91+
- repo: index.yaml-based repositories: resolution (dev, test, stable) is based on the version and thus will be operator-specific
8392
----

docs/modules/stackablectl/partials/commands/stacklet.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,13 @@ Helm repository options:
8181
Provide a custom Helm dev repository URL
8282
8383
[default: https://repo.stackable.tech/repository/helm-dev/]
84+
85+
--chart-source <CHART_SOURCE>
86+
Source the charts from either a OCI registry or from index.yaml-based repositories.
87+
88+
[default: oci]
89+
90+
Possible values:
91+
- oci: OCI registry
92+
- repo: index.yaml-based repositories: resolution (dev, test, stable) is based on the version and thus will be operator-specific
8493
----

0 commit comments

Comments
 (0)