You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/partials/replicated-sdk/_dependency-yaml.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
dependencies:
4
4
- name: replicated
5
5
repository: oci://registry.replicated.com/library
6
-
version: 1.5.0
6
+
version: 1.5.1
7
7
```
8
8
9
9
For the latest version information for the Replicated SDK, see the [replicated-sdk repository](https://github.com/replicatedhq/replicated-sdk/releases) in GitHub.
Copy file name to clipboardExpand all lines: docs/release-notes/rn-replicated-sdk.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,11 @@ pagination_prev: null
8
8
9
9
This topic contains release notes for the [Replicated SDK](/vendor/replicated-sdk-overview). The release notes list new features, improvements, bug fixes, known issues, and breaking changes.
10
10
11
+
## 1.5.1
12
+
13
+
### Improvements {#improvements-1-5-1}
14
+
* Changed the default location of the image this chart uses to be registry.replicated.com/library/replicated-sdk-image. This is anonymous and will support custom domains.
Copy file name to clipboardExpand all lines: docs/vendor/replicated-sdk-installing.mdx
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,14 +31,14 @@ To install the SDK as a subchart:
31
31
helm dependency update
32
32
```
33
33
:::note
34
-
<RegistryLogout/>
34
+
<RegistryLogout/>
35
35
:::
36
-
36
+
37
37
1. Package the Helm chart into a `.tgz` archive:
38
38
39
39
```
40
40
helm package .
41
-
```
41
+
```
42
42
43
43
1. Add the chart archive to a new release. For more information, see [Manage Releases with the CLI](/vendor/releases-creating-cli) or [Managing Releases with the Vendor Portal](/vendor/releases-creating-releases).
44
44
@@ -57,7 +57,7 @@ To install the SDK as a subchart:
57
57
```
58
58
kubectl get deploy --namespace NAMESPACE
59
59
```
60
-
Where `NAMESPACE` is the namespace in the cluster where the application and the SDK are installed.
60
+
Where `NAMESPACE` is the namespace in the cluster where the application and the SDK are installed.
61
61
62
62
**Example output**:
63
63
@@ -98,13 +98,13 @@ To add the SDK Helm chart to a release for a Kubernetes manifest-based applicati
98
98
The following shows an example of the SDK Helm chart added to a draft release for a standard manifest-based application:
99
99
100
100

101
-
101
+
102
102
[View a larger version of this image](/images/sdk-kots-release.png)
103
103
104
-
1. If one was not created automatically, add a KOTS HelmChart custom resource to the release. HelmChart custom resources have `apiVersion: kots.io/v1beta2` and `kind: HelmChart`.
104
+
1. If one was not created automatically, add a KOTS HelmChart custom resource to the release. HelmChart custom resources have `apiVersion: kots.io/v1beta2` and `kind: HelmChart`.
105
105
106
106
**Example:**
107
-
107
+
108
108
```yaml
109
109
apiVersion: kots.io/v1beta2
110
110
kind: HelmChart
@@ -117,7 +117,7 @@ To add the SDK Helm chart to a release for a Kubernetes manifest-based applicati
117
117
name: replicated
118
118
# for chartversion, enter the version of the
119
119
# SDK Helm chart in the release
120
-
chartVersion: 1.5.0
120
+
chartVersion: 1.5.1
121
121
```
122
122
123
123
As shown in the example above, the HelmChart custom resource requires the name and version of the SDK Helm chart that you added to the release:
@@ -138,7 +138,7 @@ To add the SDK Helm chart to a release for a Kubernetes manifest-based applicati
138
138
```
139
139
kubectl get deploy --namespace NAMESPACE
140
140
```
141
-
Where `NAMESPACE` is the namespace in the cluster where the application, the Admin Console, and the SDK are installed.
141
+
Where `NAMESPACE` is the namespace in the cluster where the application, the Admin Console, and the SDK are installed.
142
142
143
143
**Example output**:
144
144
@@ -179,4 +179,4 @@ To solve this issue:
179
179
helm registry logout registry.replicated.com
180
180
```
181
181
182
-
1. Re-run `helm dependency update` for your Helm chart.
182
+
1. Re-run `helm dependency update` for your Helm chart.
0 commit comments