Skip to content
Draft
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion k8s/bases/apps/ascoachingogvaner/oci-repository.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
spec:
interval: 1m
ref:
semver: ">=1.0.0"
tag: 1.1.0

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

🤖 Generated by the Agentic Engineer

[P1] Rebase these pins onto the deployed revisions

This pins both tenant sources to old tags (1.1.0 here and 1.5.9 for Wedding). Read-only production evidence shows Flux currently reconciles AS Coaching 1.13.4 and Wedding 1.15.10, and those versions match each repository's latest public release. Merging this head would therefore roll both tenants backward by many releases. Update the exact pins from the current verified artifact revisions (or explicitly prove an intentional rollback is safe), and add a guard that rejects a selected tag older than the deployed/current release.

url: oci://ghcr.io/devantler-tech/ascoachingogvaner/manifests
secretRef:
name: ghcr-auth
Expand Down
2 changes: 1 addition & 1 deletion k8s/bases/apps/wedding-app/oci-repository.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
spec:
interval: 1m
ref:
semver: ">=1.0.0"
tag: 1.5.9
url: oci://ghcr.io/devantler-tech/wedding-app/manifests
secretRef:
name: ghcr-auth
Expand Down
Loading