Skip to content

Commit

Permalink
Update Rancher version
Browse files Browse the repository at this point in the history
(cherry picked from commit d6bcaf4)
  • Loading branch information
hardys committed Nov 15, 2024
1 parent b11b653 commit 8da0299
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions asciidoc/edge-book/version-matrix.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ endif::[]
[options="header"]
|======
| Name | Version | Chart Version
| SLE Micro | 6 | N/A
| Rancher Prime | 2.9.1 | 2.9.1
| Fleet | 0.10.1 | 104.0.1+up0.10.1
| SLE Micro | 6.0 | N/A
| Rancher Prime | 2.9.3 | 2.9.3
| Fleet | 0.10.4 | 104.1.0+up0.10.4
| K3s | 1.30.5 | N/A
| RKE2 | 1.30.5 | N/A
| Metal^3^ | 1.16.0 | 0.8.1
Expand Down
8 changes: 4 additions & 4 deletions asciidoc/guides/air-gapped-eib-deployments.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ The `embeddedArtifactRegistry` section will include all images which are only re
The <<components-rancher,Rancher>> deployment that will be demonstrated will be highly slimmed down for demonstration purposes. For your actual deployments, additional artifacts may be necessary depending on your configuration.
====

The https://github.com/rancher/rancher/releases/tag/v2.9.1[Rancher v2.9.1] release assets contain a `rancher-images.txt` file which lists all the images required for an air-gapped installation.
The https://github.com/rancher/rancher/releases/tag/v2.9.3[Rancher v2.9.3] release assets contain a `rancher-images.txt` file which lists all the images required for an air-gapped installation.

There are over 600 container images in total which means that the resulting CRB image would be roughly 30GB. For our Rancher installation, we will strip down that list to the smallest working configuration. From there, you can add back any images you may need for your deployments.

Expand Down Expand Up @@ -224,7 +224,7 @@ kubernetes:
helm:
charts:
- name: rancher
version: 2.9.1
version: 2.9.3
repositoryName: rancher-prime
valuesFile: rancher-values.yaml
targetNamespace: cattle-system
Expand Down Expand Up @@ -275,10 +275,10 @@ embeddedArtifactRegistry:
- name: registry.rancher.com/rancher/prometheus-federator:v0.3.4
- name: registry.rancher.com/rancher/pushprox-client:v0.1.3-rancher2-client
- name: registry.rancher.com/rancher/pushprox-proxy:v0.1.3-rancher2-proxy
- name: registry.rancher.com/rancher/rancher-agent:v2.9.1
- name: registry.rancher.com/rancher/rancher-agent:v2.9.3
- name: registry.rancher.com/rancher/rancher-csp-adapter:v4.0.0
- name: registry.rancher.com/rancher/rancher-webhook:v0.5.1
- name: registry.rancher.com/rancher/rancher:v2.9.1
- name: registry.rancher.com/rancher/rancher:v2.9.3
- name: registry.rancher.com/rancher/rke-tools:v0.1.100
- name: registry.rancher.com/rancher/rke2-cloud-provider:v1.29.3-build20240515
- name: registry.rancher.com/rancher/rke2-runtime:v1.30.5-rke2r1
Expand Down
10 changes: 5 additions & 5 deletions asciidoc/product/atip-management-cluster.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ kubernetes:
installationNamespace: kube-system
valuesFile: neuvector.yaml
- name: rancher
version: 2.9.1
version: 2.9.3
repositoryName: rancher-prime
targetNamespace: cattle-system
createNamespace: true
Expand Down Expand Up @@ -338,7 +338,7 @@ kubernetes:
installationNamespace: kube-system
valuesFile: neuvector.yaml
- name: rancher
version: 2.9.1
version: 2.9.3
repositoryName: rancher-prime
targetNamespace: cattle-system
createNamespace: true
Expand Down Expand Up @@ -1056,7 +1056,7 @@ kubernetes:
installationNamespace: kube-system
valuesFile: neuvector.yaml
- name: rancher
version: 2.9.1
version: 2.9.3
repositoryName: rancher-prime
targetNamespace: cattle-system
createNamespace: true
Expand Down Expand Up @@ -1117,10 +1117,10 @@ embeddedArtifactRegistry:
- name: registry.rancher.com/rancher/prometheus-federator:v0.3.4
- name: registry.rancher.com/rancher/pushprox-client:v0.1.3-rancher2-client
- name: registry.rancher.com/rancher/pushprox-proxy:v0.1.3-rancher2-proxy
- name: registry.rancher.com/rancher/rancher-agent:v2.9.1
- name: registry.rancher.com/rancher/rancher-agent:v2.9.3
- name: registry.rancher.com/rancher/rancher-csp-adapter:v4.0.0
- name: registry.rancher.com/rancher/rancher-webhook:v0.5.1
- name: registry.rancher.com/rancher/rancher:v2.9.1
- name: registry.rancher.com/rancher/rancher:v2.9.3
- name: registry.rancher.com/rancher/rke-tools:v0.1.100
- name: registry.rancher.com/rancher/rke2-cloud-provider:v1.29.3-build20240515
- name: registry.rancher.com/rancher/rke2-runtime:v1.30.5-rke2r1
Expand Down
2 changes: 1 addition & 1 deletion asciidoc/quickstart/elemental.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ helm install rancher rancher-prime/rancher \
--set hostname=<DNS or sslip from above> \
--set replicas=1 \
--set bootstrapPassword=<PASSWORD_FOR_RANCHER_ADMIN> \
--version 2.9.1
--version 2.9.3
----

[NOTE]
Expand Down

0 comments on commit 8da0299

Please sign in to comment.