You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update component to make CCM container image configurable
Also update manifest fetching to use the image tag by default. We keep
the `manifests_version` parameter, but deprecated it and default it to
the CCM image tag. Users which set the parameter will get a deprecation
warning if they use `manifests_version` with a version that differs from
the configured image tag.
Additionally, by using the best practices `images` config parameter, we
should get automated Renovate version updates for the cloudscale CCM.
Users should use parameter `images.cloudscale_cloud_controller_manager.tag` to select the manifests version that the component uses.
23
+
====
18
24
19
25
The cloudscale CCM version to deploy.
20
26
27
+
== `images`
28
+
29
+
[horizontal]
30
+
type:: object
31
+
defaults:: [See `class/defaults.yml`]
32
+
33
+
The container images to use.
34
+
35
+
NOTE: The component uses the value of `images.cloudscale_cloud_controller_manager.tag` when downloading the upstream manifests which form the base for the manifests generated by the component.
0 commit comments