From d2e181715f769567a26225161e88cbf6039616e3 Mon Sep 17 00:00:00 2001 From: Automatic Update Date: Tue, 19 Nov 2024 11:03:06 +0100 Subject: [PATCH] Remove snyk from Flux --- .../third-party/snyk-monitor/helmRelease.yaml | 17 ------------- .../third-party/snyk-monitor/helmRelease.yaml | 16 ------------ .../third-party/snyk-monitor/helmRelease.yaml | 16 ------------ .../third-party/snyk-monitor/helmRelease.yaml | 17 ------------- .../third-party/snyk-monitor/helmRelease.yaml | 25 ------------------- .../third-party/snyk-monitor/helmRepo.yaml | 8 ------ .../snyk-monitor/kustomization.yaml | 6 ----- .../third-party/snyk-monitor/namespace.yaml | 4 --- 8 files changed, 109 deletions(-) delete mode 100644 clusters/c2-production/overlay/third-party/snyk-monitor/helmRelease.yaml delete mode 100644 clusters/development/overlay/third-party/snyk-monitor/helmRelease.yaml delete mode 100644 clusters/playground/overlay/third-party/snyk-monitor/helmRelease.yaml delete mode 100644 clusters/production/overlay/third-party/snyk-monitor/helmRelease.yaml delete mode 100644 components/third-party/snyk-monitor/helmRelease.yaml delete mode 100644 components/third-party/snyk-monitor/helmRepo.yaml delete mode 100644 components/third-party/snyk-monitor/kustomization.yaml delete mode 100644 components/third-party/snyk-monitor/namespace.yaml diff --git a/clusters/c2-production/overlay/third-party/snyk-monitor/helmRelease.yaml b/clusters/c2-production/overlay/third-party/snyk-monitor/helmRelease.yaml deleted file mode 100644 index 04d1b92e5d1..00000000000 --- a/clusters/c2-production/overlay/third-party/snyk-monitor/helmRelease.yaml +++ /dev/null @@ -1,17 +0,0 @@ -apiVersion: helm.toolkit.fluxcd.io/v2 -kind: HelmRelease -metadata: - name: snyk-monitor - namespace: snyk-monitor -spec: - chart: - spec: - version: 2.15.4 # https://artifacthub.io/packages/helm/snyk/snyk-monitor - values: - limits: - cpu: "6" - memory: "6Gi" - requests: - cpu: "4" - memory: "3Gi" - diff --git a/clusters/development/overlay/third-party/snyk-monitor/helmRelease.yaml b/clusters/development/overlay/third-party/snyk-monitor/helmRelease.yaml deleted file mode 100644 index 206c8620ce5..00000000000 --- a/clusters/development/overlay/third-party/snyk-monitor/helmRelease.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: helm.toolkit.fluxcd.io/v2 -kind: HelmRelease -metadata: - name: snyk-monitor - namespace: snyk-monitor -spec: - chart: - spec: - version: 2.16.4 # https://artifacthub.io/packages/helm/snyk/snyk-monitor - values: - limits: - cpu: "2" - memory: "2Gi" - requests: - cpu: "1" - memory: "1Gi" diff --git a/clusters/playground/overlay/third-party/snyk-monitor/helmRelease.yaml b/clusters/playground/overlay/third-party/snyk-monitor/helmRelease.yaml deleted file mode 100644 index 998280a440a..00000000000 --- a/clusters/playground/overlay/third-party/snyk-monitor/helmRelease.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: helm.toolkit.fluxcd.io/v2 -kind: HelmRelease -metadata: - name: snyk-monitor - namespace: snyk-monitor -spec: - chart: - spec: - version: 2.15.4 # https://artifacthub.io/packages/helm/snyk/snyk-monitor - values: - limits: - cpu: "2" - memory: "4Gi" - requests: - cpu: "1" - memory: "2Gi" diff --git a/clusters/production/overlay/third-party/snyk-monitor/helmRelease.yaml b/clusters/production/overlay/third-party/snyk-monitor/helmRelease.yaml deleted file mode 100644 index 04d1b92e5d1..00000000000 --- a/clusters/production/overlay/third-party/snyk-monitor/helmRelease.yaml +++ /dev/null @@ -1,17 +0,0 @@ -apiVersion: helm.toolkit.fluxcd.io/v2 -kind: HelmRelease -metadata: - name: snyk-monitor - namespace: snyk-monitor -spec: - chart: - spec: - version: 2.15.4 # https://artifacthub.io/packages/helm/snyk/snyk-monitor - values: - limits: - cpu: "6" - memory: "6Gi" - requests: - cpu: "4" - memory: "3Gi" - diff --git a/components/third-party/snyk-monitor/helmRelease.yaml b/components/third-party/snyk-monitor/helmRelease.yaml deleted file mode 100644 index 52bffa3e67a..00000000000 --- a/components/third-party/snyk-monitor/helmRelease.yaml +++ /dev/null @@ -1,25 +0,0 @@ -apiVersion: helm.toolkit.fluxcd.io/v2 -kind: HelmRelease -metadata: - name: snyk-monitor - namespace: snyk-monitor -spec: - releaseName: snyk-monitor - chart: - spec: - chart: snyk-monitor - version: xx # Set by flux patch - sourceRef: - kind: HelmRepository - name: snyk-charts - namespace: flux-system - interval: 5m - install: - remediation: - retries: 3 - values: - clusterName: ${clusterName} # Read from radix-flux-config configmap - valuesFrom: - - kind: Secret - name: snyk-helm-secret - valuesKey: values diff --git a/components/third-party/snyk-monitor/helmRepo.yaml b/components/third-party/snyk-monitor/helmRepo.yaml deleted file mode 100644 index e7a8c2591bb..00000000000 --- a/components/third-party/snyk-monitor/helmRepo.yaml +++ /dev/null @@ -1,8 +0,0 @@ -apiVersion: source.toolkit.fluxcd.io/v1 -kind: HelmRepository -metadata: - name: snyk-charts - namespace: flux-system -spec: - interval: 10m - url: https://snyk.github.io/kubernetes-monitor diff --git a/components/third-party/snyk-monitor/kustomization.yaml b/components/third-party/snyk-monitor/kustomization.yaml deleted file mode 100644 index de2859c7b02..00000000000 --- a/components/third-party/snyk-monitor/kustomization.yaml +++ /dev/null @@ -1,6 +0,0 @@ -apiVersion: kustomize.config.k8s.io/v1beta1 -kind: Kustomization -resources: -- namespace.yaml -- helmRepo.yaml -- helmRelease.yaml diff --git a/components/third-party/snyk-monitor/namespace.yaml b/components/third-party/snyk-monitor/namespace.yaml deleted file mode 100644 index 3df8b7deb6e..00000000000 --- a/components/third-party/snyk-monitor/namespace.yaml +++ /dev/null @@ -1,4 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: snyk-monitor