Skip to content

Commit 956aeae

Browse files
authored
Merge pull request #3362 from replicatedhq/replicated-sdk-version-1.7
Use SDK 1.7.0
2 parents 56f387f + 928e39c commit 956aeae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/partials/replicated-sdk/_dependency-yaml.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
dependencies:
44
- name: replicated
55
repository: oci://registry.replicated.com/library
6-
version: 1.7.0-beta.1
6+
version: 1.7.0
77
```
88
99
For the latest version information for the Replicated SDK, see the [replicated-sdk repository](https://github.com/replicatedhq/replicated-sdk/releases) in GitHub.

docs/vendor/replicated-sdk-installing.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ To add the SDK Helm chart to a release for a Kubernetes manifest-based applicati
117117
name: replicated
118118
# for chartversion, enter the version of the
119119
# SDK Helm chart in the release
120-
chartVersion: 1.7.0-beta.1
120+
chartVersion: 1.7.0
121121
```
122122
123123
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:
@@ -179,4 +179,4 @@ To solve this issue:
179179
helm registry logout registry.replicated.com
180180
```
181181

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

Comments
 (0)