Skip to content

Commit

Permalink
rancher-turtles: Update RKE2 provider to 0.7.1
Browse files Browse the repository at this point in the history
This includes several fixes including for

rancher/cluster-api-provider-rke2#449
  • Loading branch information
hardys committed Oct 30, 2024
1 parent ee7216f commit 234e8d7
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2535,7 +2535,7 @@ data:
- --insecure-diagnostics=${CAPRKE2_INSECURE_DIAGNOSTICS:=false}
command:
- /manager
image: ghcr.io/rancher/cluster-api-provider-rke2-bootstrap:v0.7.0
image: ghcr.io/rancher/cluster-api-provider-rke2-bootstrap:v0.7.1
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -2745,7 +2745,7 @@ data:
kind: ConfigMap
metadata:
creationTimestamp: null
name: v0.7.0
name: v0.7.1
namespace: rke2-bootstrap-system
labels:
provider-components: rke2-bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -4285,7 +4285,7 @@ data:
valueFrom:
fieldRef:
fieldPath: metadata.uid
image: ghcr.io/rancher/cluster-api-provider-rke2-controlplane:v0.7.0
image: ghcr.io/rancher/cluster-api-provider-rke2-controlplane:v0.7.1
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -4502,7 +4502,7 @@ data:
kind: ConfigMap
metadata:
creationTimestamp: null
name: v0.7.0
name: v0.7.1
namespace: rke2-control-plane-system
labels:
provider-components: rke2-control-plane
2 changes: 1 addition & 1 deletion packages/rancher-turtles-airgap-resources/package.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
url: local
version: 0.3.2
version: 0.3.3
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@
bootstrap:
namespace: rke2-bootstrap-system
- imageUrl: ""
+ imageUrl: "registry.opensuse.org/isv/suse/edge/clusterapi/containers/images/cluster-api-provider-rke2-bootstrap:0.7.0"
+ imageUrl: "registry.opensuse.org/isv/suse/edge/clusterapi/containers/images/cluster-api-provider-rke2-bootstrap:0.7.1"
fetchConfig:
url: ""
selector: ""
controlPlane:
namespace: rke2-control-plane-system
- imageUrl: ""
+ imageUrl: "registry.opensuse.org/isv/suse/edge/clusterapi/containers/images/cluster-api-provider-rke2-controlplane:0.7.0"
+ imageUrl: "registry.opensuse.org/isv/suse/edge/clusterapi/containers/images/cluster-api-provider-rke2-controlplane:0.7.1"
fetchConfig:
url: ""
selector: ""
Expand Down
2 changes: 1 addition & 1 deletion packages/rancher-turtles/package.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
url: https://github.com/rancher/turtles/releases/download/v0.11.0/rancher-turtles-0.11.0.tgz
version: 0.3.2
version: 0.3.3
doNotRelease: false
2 changes: 1 addition & 1 deletion scripts/turtles_airgap_cms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -eux

CAPI_CORE_VERSION="${CAPI_CORE_VERSION:-"1.7.5"}"
CAPI_CAPM3_VERSION="${CAPI_CAPM3_VERSION:-"1.7.1"}"
CAPI_RKE2_VERSION="${CAPI_RKE2_VERSION:-"0.7.0"}"
CAPI_RKE2_VERSION="${CAPI_RKE2_VERSION:-"0.7.1"}"

SCRIPTDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
PACKAGE_CHARTS_DIR="../packages/rancher-turtles-airgap-resources/charts/templates"
Expand Down

0 comments on commit 234e8d7

Please sign in to comment.