Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions applications/wg-easy/replicated/cluster.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/replicatedhq/embedded-cluster/refs/heads/main/operator/schemas/config-embeddedcluster-v1beta1.json

apiVersion: embeddedcluster.replicated.com/v1beta1
kind: Config
spec:
version: 2.1.3+k8s-1.29
version: 2.8.1+k8s-1.31
Copy link
Preview

Copilot AI Aug 6, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The version update shows a jump from 2.1.3+k8s-1.29 to 2.8.1+k8s-1.31 in the diff, but the PR description mentions updating from 2.7.2. This inconsistency suggests either the diff baseline is incorrect or the PR description is inaccurate.

Suggested change
version: 2.8.1+k8s-1.31
version: 2.7.2

Copilot uses AI. Check for mistakes.

domains:
proxyRegistryDomain: proxy.xdrcft.net
replicatedAppDomain: app.xdrcft.net
unsupportedOverrides:
k0s: |-
config:
config:
spec:
workerProfiles:
- name: default
Expand Down
Loading