Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(capacitor): add flux sync for capacitor manifests #2694

Merged
merged 1 commit into from
Mar 15, 2024

Conversation

tyriis
Copy link
Owner

@tyriis tyriis commented Mar 15, 2024

No description provided.

Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@tyriis-automation
Copy link
Contributor

--- kubernetes/talos-flux/apps Kustomization: flux-system/apps-sync Kustomization: flux-system/capacitor

+++ kubernetes/talos-flux/apps Kustomization: flux-system/apps-sync Kustomization: flux-system/capacitor

@@ -0,0 +1,21 @@

+---
+apiVersion: kustomize.toolkit.fluxcd.io/v1
+kind: Kustomization
+metadata:
+  labels:
+    kustomize.toolkit.fluxcd.io/name: apps-sync
+    kustomize.toolkit.fluxcd.io/namespace: flux-system
+  name: capacitor
+  namespace: flux-system
+spec:
+  interval: 1h
+  path: ./
+  prune: true
+  retryInterval: 2m
+  sourceRef:
+    kind: OCIRepository
+    name: capacitor-manifests
+  targetNamespace: flux-system
+  timeout: 5m
+  wait: true
+
--- kubernetes/talos-flux/flux Kustomization: flux-system/flux-sync OCIRepository: flux-system/capacitor-manifests

+++ kubernetes/talos-flux/flux Kustomization: flux-system/flux-sync OCIRepository: flux-system/capacitor-manifests

@@ -0,0 +1,16 @@

+---
+apiVersion: source.toolkit.fluxcd.io/v1beta2
+kind: OCIRepository
+metadata:
+  labels:
+    kustomize.toolkit.fluxcd.io/name: flux-sync
+    kustomize.toolkit.fluxcd.io/namespace: flux-system
+  name: capacitor-manifests
+  namespace: flux-system
+spec:
+  interval: 12h
+  ref:
+    digest: sha256:5839d05c70f18743256c29af42c8ad3cd7525035d3093a1ebe2365e80bb2fcf3
+    tag: v0.3.2
+  url: oci://ghcr.io/gimlet-io/capacitor-manifests
+

@tyriis-automation
Copy link
Contributor

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ EDITORCONFIG editorconfig-checker 3 0 0.01s
✅ REPOSITORY gitleaks yes no 2.12s
✅ YAML prettier 3 0 0.5s
✅ YAML yamllint 3 0 0.34s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@tyriis tyriis merged commit 09e2a69 into main Mar 15, 2024
15 checks passed
@tyriis tyriis deleted the feature/flux-capacitor branch March 15, 2024 22:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant