Install valkey-operator #365

Merged
benvin merged 1 commits from benvin/valkey-operator into main 2026-08-15 12:32:57 +10:00
Member

Makes the valkey-operator available in the cluster so a later change can replace the self-managed redis Deployment with a Valkey CR. This PR only installs the operator; it does not create any Valkey CR or touch existing apps.

Changes:

  • Add apps/base/valkey-operator-system/ (namespace valkey-operator-system, mirroring the cnpg-system pattern).
  • Add apps/overlays/au-syd1/valkey-operator-system/ which inflates the valkey-operator 0.5.0 Helm chart from the artifactapi virtual helm repo with includeCRDs: true (the chart ships CRDs in the Helm-native crds/ dir, which helm template skips otherwise).
  • Route the operator image through artifactapi: artifactapi.k8s.syd1.au.unkin.net/ghcr/valkey-io/valkey-operator:v0.5.0.
  • Register apps/overlays/*/valkey-operator-system in the platform ApplicationSet. No AppProject change needed: the *-system destination and the virtual-helm sourceRepo already cover it (same as cnpg-system/cephrgw-system).

Depends on unkin/terraform-artifactapi#29 (adds the valkey helm remote + virtual member and allowlists the operator image). That PR must merge and apply before this one syncs, or the chart pull / image pull will 404/403.

Validated with kustomize build --enable-helm against the upstream chart (identical version/values): renders the Namespace, 2 CRDs, operator Deployment (image = the artifactapi ghcr path), RBAC, SA, and metrics Service, all in valkey-operator-system.

Makes the valkey-operator available in the cluster so a later change can replace the self-managed redis Deployment with a Valkey CR. This PR only installs the operator; it does not create any Valkey CR or touch existing apps. Changes: - Add `apps/base/valkey-operator-system/` (namespace `valkey-operator-system`, mirroring the cnpg-system pattern). - Add `apps/overlays/au-syd1/valkey-operator-system/` which inflates the `valkey-operator` 0.5.0 Helm chart from the artifactapi virtual helm repo with `includeCRDs: true` (the chart ships CRDs in the Helm-native `crds/` dir, which `helm template` skips otherwise). - Route the operator image through artifactapi: `artifactapi.k8s.syd1.au.unkin.net/ghcr/valkey-io/valkey-operator:v0.5.0`. - Register `apps/overlays/*/valkey-operator-system` in the platform ApplicationSet. No AppProject change needed: the `*-system` destination and the virtual-helm sourceRepo already cover it (same as cnpg-system/cephrgw-system). Depends on unkin/terraform-artifactapi#29 (adds the valkey helm remote + virtual member and allowlists the operator image). That PR must merge and apply before this one syncs, or the chart pull / image pull will 404/403. Validated with `kustomize build --enable-helm` against the upstream chart (identical version/values): renders the Namespace, 2 CRDs, operator Deployment (image = the artifactapi ghcr path), RBAC, SA, and metrics Service, all in `valkey-operator-system`.
unkin-agent added 1 commit 2026-08-15 12:07:56 +10:00
Install valkey-operator via helm
ci/woodpecker/pr/vector-test Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful
e26c1931f8
Adds the valkey-operator (v0.5.0) as a platform app so a later change can
replace the self-managed redis Deployment with a Valkey CR.

- Add apps/base/valkey-operator-system (namespace)
- Add apps/overlays/au-syd1/valkey-operator-system pulling the valkey-operator
  0.5.0 chart from the artifactapi virtual helm repo, with includeCRDs and the
  operator image routed through the artifactapi ghcr proxy
- Register the app path in the platform ApplicationSet
benvin merged commit b759f4beea into main 2026-08-15 12:32:57 +10:00
benvin deleted branch benvin/valkey-operator 2026-08-15 12:32:58 +10:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unkin/argocd-apps#365