Skip to content

Commit

Permalink
rancher-turtles: use downstream image for capi-operator
Browse files Browse the repository at this point in the history
This should reference an OBS image like the other controllers
  • Loading branch information
hardys committed Oct 2, 2024
1 parent bff92b6 commit 9bb8262
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
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.1
version: 0.3.2
15 changes: 13 additions & 2 deletions packages/rancher-turtles/generated-changes/patch/values.yaml.patch
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,18 @@
rancher-kubeconfigs:
label: false
managementv3-cluster:
@@ -53,7 +53,7 @@
@@ -30,6 +30,10 @@
enabled: true
cert-manager:
enabled: false
+ image:
+ manager:
+ repository: "registry.opensuse.org/isv/suse/edge/clusterapi/containers/images/cluster-api-operator"
+ tag: 0.12.0
volumes:
- name: cert
secret:
@@ -53,7 +57,7 @@
defaultName: capi-env-variables
core:
namespace: capi-system
Expand All @@ -34,7 +45,7 @@
fetchConfig:
url: ""
selector: ""
@@ -62,13 +62,25 @@
@@ -62,13 +66,25 @@
version: ""
bootstrap:
namespace: rke2-bootstrap-system
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.1
version: 0.3.2
doNotRelease: false

0 comments on commit 9bb8262

Please sign in to comment.