Skip to content

Commit

Permalink
Bump Rancher to 2.6.11
Browse files Browse the repository at this point in the history
Signed-off-by: Kiefer Chang <[email protected]>
(cherry picked from commit 9b851f0)
  • Loading branch information
bk201 authored and Vicente-Cheng committed Mar 9, 2023
1 parent f39e902 commit 1db01dd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
rancherValues:
rancherImagePullPolicy: IfNotPresent
rancherImage: rancher/rancher
rancherImageTag: v2.6.11-rc9
rancherImageTag: v2.6.11
noDefaultAdmin: false
features: multi-cluster-management=false,multi-cluster-management-agent=false
useBundledSystemChart: true
bootstrapPassword: admin
hostPort: 0
rancherInstallerImage: rancher/system-agent-installer-rancher:v2.6.11-rc9
rancherInstallerImage: rancher/system-agent-installer-rancher:v2.6.11
10 changes: 5 additions & 5 deletions scripts/images/rancher-images.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
docker.io/rancher/fleet-agent:v0.5.2
docker.io/rancher/fleet:v0.5.2
docker.io/rancher/fleet-agent:v0.5.3
docker.io/rancher/fleet:v0.5.3
docker.io/rancher/gitjob:v0.1.32
docker.io/rancher/kubectl:v1.20.15
docker.io/rancher/kubectl:v1.20.2
Expand All @@ -16,10 +16,10 @@ docker.io/rancher/mirrored-prometheus-operator-prometheus-config-reloader:v0.50.
docker.io/rancher/mirrored-prometheus-operator-prometheus-operator:v0.50.0
docker.io/rancher/mirrored-prometheus-prometheus:v2.28.1
docker.io/rancher/mirrored-prometheus-alertmanager:v0.22.2
docker.io/rancher/rancher-webhook:v0.2.9-rc1
docker.io/rancher/rancher:v2.6.11-rc9
docker.io/rancher/rancher-webhook:v0.2.9
docker.io/rancher/rancher:v2.6.11
docker.io/rancher/shell:v0.1.8
docker.io/rancher/shell:v0.1.19-rc9
docker.io/rancher/shell:v0.1.19
docker.io/rancher/system-agent:v0.2.13-suc
docker.io/rancher/system-upgrade-controller:v0.9.1
docker.io/rancher/mirrored-banzaicloud-fluentd:v1.14.6-alpine-5
Expand Down
2 changes: 1 addition & 1 deletion scripts/images/rancherd-bootstrap-images.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
docker.io/rancher/system-agent-installer-rancher:v2.6.11-rc9
docker.io/rancher/system-agent-installer-rancher:v2.6.11
docker.io/rancher/system-agent-installer-rke2:$RKE2_VERSION
2 changes: 1 addition & 1 deletion scripts/version-rancher
Original file line number Diff line number Diff line change
@@ -1 +1 @@
RANCHER_VERSION="v2.6.11-rc9"
RANCHER_VERSION="v2.6.11"

0 comments on commit 1db01dd

Please sign in to comment.