Skip to content

Commit

Permalink
update stable rancher for hauler v0.4.3
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Martin <adam.martin@rancherfederal.com>
  • Loading branch information
amartin120 committed Feb 1, 2024
1 parent 4107ee4 commit 63a9dfe
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions docs/guides-references/carbide-customers.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ hauler store sync --products k3s=v1.26.11-k3s2 --platform linux/amd64

```bash
# with signature verification
hauler store sync --products rancher=v2.7.9 --key carbide-key.pub --platform linux/amd64
hauler store sync --products rancher=v2.8.1 --key carbide-key.pub --platform linux/amd64

# without signature verification
hauler store sync --products rancher=v2.7.9 --platform linux/amd64
hauler store sync --products rancher=v2.8.1 --platform linux/amd64
```

### Example Workflow for Cert-Manager
Expand Down
4 changes: 2 additions & 2 deletions docs/guides-references/hauler-content/images.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ Any OCI compatible image can be fetched remotely:

```yaml
# "shorthand" image references
hauler store add image rancher/rancher:v2.7.9
hauler store add image rancher/rancher:v2.8.1

# fully qualified image references
hauler store add image ghcr.io/fluxcd/flux-cli@sha256:02aa820c3a9c57d67208afcfc4bce9661658c17d15940aea369da259d2b976dd

# adds an arch/platform specific version of a multi-arch image to the haul/store. by default, hauler will pull and save all archs/platforms contained in the image manifest.
hauler store add image rancher/rancher:v2.7.9 --platform linux/amd64
hauler store add image rancher/rancher:v2.8.1 --platform linux/amd64
```
6 changes: 3 additions & 3 deletions docs/introduction/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ hauler store add image neuvector/scanner:latest --platform linux/amd64
# add a image with supply chain artifacts
hauler store add image rgcrprod.azurecr.us/longhornio/longhorn-ui:v1.5.2 --key carbide-key.pub --platform linux/amd64

# add a chart: rancher-stable/rancher (v2.7.9)
hauler store add chart rancher --repo https://releases.rancher.com/server-charts/stable --version 2.7.9
# add a chart: rancher-stable/rancher (v2.8.1)
hauler store add chart rancher --repo https://releases.rancher.com/server-charts/stable --version 2.8.1

# add a file: rke2-install.sh
hauler store add file https://get.rke2.io --name install.sh
Expand Down Expand Up @@ -59,7 +59,7 @@ spec:
charts:
- name: rancher
repoURL: https://releases.rancher.com/server-charts/stable
version: 2.7.9
version: 2.8.1
---
apiVersion: content.hauler.cattle.io/v1alpha1
kind: Files
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ hauler store sync --products k3s=v1.26.11-k3s2 --platform linux/amd64

```bash
# with signature verification
hauler store sync --products rancher=v2.7.9 --key carbide-key.pub --platform linux/amd64
hauler store sync --products rancher=v2.8.1 --key carbide-key.pub --platform linux/amd64

# without signature verification
hauler store sync --products rancher=v2.7.9 --platform linux/amd64
hauler store sync --products rancher=v2.8.1 --platform linux/amd64
```

### Example Workflow for Cert-Manager
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ Any OCI compatible image can be fetched remotely:

```yaml
# "shorthand" image references
hauler store add image rancher/rancher:v2.7.9
hauler store add image rancher/rancher:v2.8.1

# fully qualified image references
hauler store add image ghcr.io/fluxcd/flux-cli@sha256:02aa820c3a9c57d67208afcfc4bce9661658c17d15940aea369da259d2b976dd

# adds an arch/platform specific version of a multi-arch image to the haul/store. by default, hauler will pull and save all archs/platforms contained in the image manifest.
hauler store add image rancher/rancher:v2.7.9 --platform linux/amd64
hauler store add image rancher/rancher:v2.8.1 --platform linux/amd64
```
6 changes: 3 additions & 3 deletions versioned_docs/version-0.4.3/introduction/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ hauler store add image neuvector/scanner:latest --platform linux/amd64
# add a image with supply chain artifacts
hauler store add image rgcrprod.azurecr.us/longhornio/longhorn-ui:v1.5.2 --key carbide-key.pub --platform linux/amd64

# add a chart: rancher-stable/rancher (v2.7.9)
hauler store add chart rancher --repo https://releases.rancher.com/server-charts/stable --version 2.7.9
# add a chart: rancher-stable/rancher (v2.8.1)
hauler store add chart rancher --repo https://releases.rancher.com/server-charts/stable --version 2.8.1

# add a file: rke2-install.sh
hauler store add file https://get.rke2.io --name install.sh
Expand Down Expand Up @@ -59,7 +59,7 @@ spec:
charts:
- name: rancher
repoURL: https://releases.rancher.com/server-charts/stable
version: 2.7.9
version: 2.8.1
---
apiVersion: content.hauler.cattle.io/v1alpha1
kind: Files
Expand Down

0 comments on commit 63a9dfe

Please sign in to comment.