Skip to content

Commit d90b60e

Browse files
committed
Parameterized k0rdent Digest value to ease version change
1 parent 22264d4 commit d90b60e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

docs/admin/installation/install-k0rdent.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ helm install kcm {{{ extra.docsVersionInfo.ociRegistry }}} --version {{{ extra.d
99
```
1010
```console
1111
Pulled: ghcr.io/k0rdent/kcm/charts/kcm:{{{ extra.docsVersionInfo.k0rdentDotVersion }}}
12-
Digest: sha256:c4cd3cceecbed98512515f080e0a2878118d122532d5e5d8b7ef87bcd991639d
12+
Digest: {{{ extra.docsVersionInfo.k0rdentDigestValue }}}
1313
NAME: kcm
1414
LAST DEPLOYED: Tue Apr 1 22:19:26 2025
1515
NAMESPACE: kcm-system

docs/quickstarts/quickstart-1-mgmt-node-and-cluster.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ You'll see something like the following. Ignore the warnings, since this is an e
9898
WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: ./KUBECONFIG
9999
WARNING: Kubernetes configuration file is world-readable. This is insecure. Location: ./KUBECONFIG
100100
Pulled: ghcr.io/k0rdent/kcm/charts/kcm:{{{ extra.docsVersionInfo.k0rdentDotVersion }}}
101-
Digest: sha256:c4cd3cceecbed98512515f080e0a2878118d122532d5e5d8b7ef87bcd991639d
101+
Digest: {{{ extra.docsVersionInfo.k0rdentDigestValue }}}
102102
NAME: kcm
103103
LAST DEPLOYED: Tue Apr 1 22:19:26 2025
104104
NAMESPACE: kcm-system

mkdocs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ extra:
289289
k0rdentVersion: 0-3-0
290290
k0rdentDotVersion: 0.3.0
291291
ociRegistry: oci://ghcr.io/k0rdent/kcm/charts/kcm
292+
k0rdentDigestValue: sha256:c4cd3cceecbed98512515f080e0a2878118d122532d5e5d8b7ef87bcd991639d
292293
kofVersions:
293294
kofVersion: 0-3-0
294295
kofDotVersion: 0.3.0

0 commit comments

Comments
 (0)