https://rancher.com/ logo
Title
m

microscopic-knife-52274

03/13/2023, 1:36 PM
Hello everyone, I have an issue with Fleet and the Rancher CD Feature. Rancher does not seem to overwrite the version in targetCustomizations. Here is an example fleet.yaml:
namespace: example-namespace
helm:
releaseName: dfl
chart: "<oci://custom.registry.net/test/example>"
repo: ""
version: "1.0.0"
targetCustomizations:
- name: dev
helm:
chart: "<oci://custom.registry.net/test/example>"
version: "0.0.0-dev"
clusterName: cluster-dev
On our cluster "cluster-dev" it tries to deploy the Version 1.0.0 instead of 0.0.0-dev. Do you know what could be wrong? Thank you in advance.
Here is some additional Info: I saw that this Version of fleet is installed on our Cluster: fleet cattle-fleet-system fleet:101.0.1+up0.5.1 and there was a commit that maybe fixed this issue: https://github.com/rancher/fleet/issues/899 Is this fix included in the version mentioned above?
Found the answer in this issue here: https://github.com/rancher/fleet/issues/1384 So I need to wait for a new Version
👍 1