Update Flux Operator - #681
Conversation
Signed-off-by: Kingdon B <kingdon@urmanac.com>
WalkthroughThis pull request upgrades the Flux Operator and Flux Instance Helm charts from version 0.15.0 to 0.17.0. It updates the version fields in the Chart.yaml and README.md files, adds a new Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant Helm
participant DeploymentTemplate
participant KubernetesAPI
User->>Helm: Provide values with imagePullPolicy
Helm->>DeploymentTemplate: Render deployment using {{ .Values.image.imagePullPolicy }}
DeploymentTemplate-->>Helm: Return rendered deployment manifest
Helm->>KubernetesAPI: Deploy manifest
sequenceDiagram
participant User
participant Helm
participant InstanceTemplate
participant KubernetesAPI
User->>Helm: Provide instance.sync values (with provider optionally set)
Helm->>InstanceTemplate: Evaluate conditional for provider field
alt Provider is defined
InstanceTemplate-->>Helm: Include provider in manifest
else Provider is not defined
InstanceTemplate-->>Helm: Omit provider field
end
Helm->>KubernetesAPI: Deploy instance manifest
Possibly related PRs
Suggested labels
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (11)
🔇 Additional comments (15)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Summary by CodeRabbit
New Features
Documentation