Skip to content

Commit b438692

Browse files
Merge branch 'main' into sc-129903_saml-docs
2 parents de69469 + c84e5ec commit b438692

File tree

6 files changed

+46
-4
lines changed

6 files changed

+46
-4
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
## kots.io/installer-only Annotation
2+
3+
When added to a HelmChart custom resource and set to true, the `kots.io/installer-only` annotation does the following:
4+
- Excludes the chart from the Helm CLI install and upgrade instructions displayed in the Vendor Portal and Enterprise Portal
5+
- Excludes the chart from Security Center reports for Helm CLI installations
6+
7+
Charts with `kots.io/installer-only: "true"` are still deployed when using Replicated installers (Embedded Cluster, KOTS, and kURL) and are still included in Security Center reports for Replicated installer deployments.
8+
9+
This annotation is useful for charts that are required for Replicated installer-based deployments but should not be visible or installed when customers use the Helm CLI.
10+
11+
### Example
12+
13+
```yaml
14+
apiVersion: kots.io/v1beta2
15+
kind: HelmChart
16+
metadata:
17+
name: kots-only-chart
18+
annotations:
19+
kots.io/installer-only: "true"
20+
spec:
21+
chart:
22+
name: kots-only-chart
23+
chartVersion: 1.0.0
24+
```

docs/reference/custom-resource-helmchart-v2.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import BuilderAirgapIntro from "../partials/helm/_helm-cr-builder-airgap-intro.m
1616
import BuilderExample from "../partials/helm/_helm-cr-builder-example.mdx"
1717
import V2Example from "../partials/helm/_v2-native-helm-cr-example.mdx"
1818
import KotsHelmCrDescription from "../partials/helm/_kots-helm-cr-description.mdx"
19+
import HelmChartInstallerOnlyAnnotation from "../partials/helm/_helmchart-installer-only-annotation.mdx"
1920

2021
# HelmChart v2
2122

@@ -111,4 +112,6 @@ The `builder` key is required to support the following installation types:
111112

112113
#### Example
113114

114-
<BuilderExample/>
115+
<BuilderExample/>
116+
117+
<HelmChartInstallerOnlyAnnotation/>

docs/release-notes/rn-vendor-platform.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ This topic contains release notes for the Replicated Vendor Platform, which incl
1010

1111
<!--RELEASE_NOTES_PLACEHOLDER-->
1212

13+
## v2025.11.25-2
14+
15+
Released on November 25, 2025
16+
17+
### Improvements {#improvements-v2025-11-25-2}
18+
* Adds the customer ID to the license.
19+
1320
## v2025.11.07-0
1421

1522
Released on November 7, 2025

docs/vendor/install-with-helm.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ To install a Helm chart:
4848

4949
[View a larger image](/images/helm-install-button.png)
5050

51+
:::note
52+
Helm charts marked with the `kots.io/installer-only: "true"` annotation will not appear in the Helm install instructions. These charts are deployed only when using Replicated installers (Embedded Cluster, KOTS, and kURL). For more information, see [HelmChart v2](/reference/custom-resource-helmchart-v2).
53+
:::
54+
5155
1. In the **Helm install instructions** dialog, run the first command to log in to the Replicated registry:
5256

5357
```bash

docs/vendor/security-center-about.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ The Security Center is powered by Replicated’s [SecureBuild](https://securebui
1717
* Access to the Security Center Alpha requires a feature flag be turned on for your team. For more information, reach out to your Replicated account representative.
1818
* Security Center reporting is available only for Embedded Cluster and Helm CLI installations. It is not available for kURL installations or for KOTS installations in an existing cluster.
1919
* Display and reporting of application images requires the [Replicated SDK version 1.8.0](/release-notes/rn-replicated-sdk#180) or later.
20-
* Display and reporting of Embedded Cluster images requires the [Replicated SDK version 1.9.0](/release-notes/rn-replicated-sdk#190) or later.
21-
* In a Helm CLI install, display of all container images observed in the cluster beyond application images requires setting the Replicated SDK to [Report All Images](/vendor/replicated-sdk-customizing#report-all-images). This setting is automatically enabled for Embedded Cluster installations.
20+
* Display and reporting of Embedded Cluster images requires the [Replicated SDK version 1.9.0](/release-notes/rn-replicated-sdk#190) or later.
21+
* In a Helm CLI install, display of all container images observed in the cluster beyond application images requires setting the Replicated SDK to [Report All Images](/vendor/replicated-sdk-customizing#report-all-images). This setting is automatically enabled for Embedded Cluster installations.
2222

2323
## Security Center Interfaces
2424

docs/vendor/team-management-rbac-resource-names.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Grants the holder permission to promote kURL installers to a channel. For more i
8080

8181
:::note
8282
The `kots/app/[:appId]/installer/promote` policy does not grant the holder permission to view and create installers. Users must be assigned both the `kots/app/[:appId]/installers` and `kots/app/[:appId]/installer/promote` policies to have permissions to view, create, and promote installers.
83-
:::
83+
:::
8484

8585
### kots/app/[:appId]/license/create
8686

@@ -472,6 +472,10 @@ Grants the holder permission to list team members and invitations.
472472

473473
Grants the holder permission to invite additional people to the team.
474474

475+
### team/members/create
476+
477+
Grants the holder permission to create team members.
478+
475479
### team/members/delete
476480

477481
Grants the holder permission to delete other team members.

0 commit comments

Comments
 (0)