From 3dba24c093dc75376131ebc97c70cff6995b1be0 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Fri, 11 Nov 2022 16:46:17 -0600 Subject: [PATCH] remove jfrog --- argocd/templates/jfrog-artifactory.yaml | 21 -------- jfrog/Chart.yaml | 11 ----- jfrog/values.yaml | 66 ------------------------- 3 files changed, 98 deletions(-) delete mode 100644 argocd/templates/jfrog-artifactory.yaml delete mode 100644 jfrog/Chart.yaml delete mode 100644 jfrog/values.yaml diff --git a/argocd/templates/jfrog-artifactory.yaml b/argocd/templates/jfrog-artifactory.yaml deleted file mode 100644 index 33fea03..0000000 --- a/argocd/templates/jfrog-artifactory.yaml +++ /dev/null @@ -1,21 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: jfrog - namespace: argocd -spec: - project: default - source: - repoURL: https://github.com/DeveloperDurp/homelab.git - targetRevision: main - path: jfrog - destination: - namespace: jfrog - name: in-cluster - syncPolicy: - automated: - prune: true - selfHeal: true - syncOptions: - - CreateNamespace=true - diff --git a/jfrog/Chart.yaml b/jfrog/Chart.yaml deleted file mode 100644 index 2ec4faa..0000000 --- a/jfrog/Chart.yaml +++ /dev/null @@ -1,11 +0,0 @@ -apiVersion: v2 -name: jfrog-artifactory -description: A Helm chart for Kubernetes -type: application -version: 0.1.0 -appVersion: "1.16.0" - -dependencies: -- name: artifactory-jcr - repository: https://charts.jfrog.io - version: 107.46.11 diff --git a/jfrog/values.yaml b/jfrog/values.yaml deleted file mode 100644 index d602560..0000000 --- a/jfrog/values.yaml +++ /dev/null @@ -1,66 +0,0 @@ -artifactory-jcr: - - artifactory: - - ## Artifactory - ## See full list of supported Artifactory options and documentation in artifactory chart: https://github.com/jfrog/charts/tree/master/stable/artifactory - artifactory: - ## Default tag is from the artifactory sub-chart in the requirements.yaml - image: - registry: releases-docker.jfrog.io - repository: jfrog/artifactory-jcr - - resources: - requests: - memory: "1Gi" - cpu: "500m" - limits: - memory: "4Gi" - - installer: - platform: jcr-helm - - installerInfo: '{"productId": "Helm_artifactory-jcr/{{ .Chart.Version }}", "features": [ { "featureId": "Platform/{{ default "kubernetes" .Values.installer.platform }}"}]}' - ## Nginx - ## See full list of supported Nginx options and documentation in artifactory chart: https://github.com/jfrog/charts/tree/master/stable/artifactory - nginx: - enabled: true - tlsSecretName: "" - service: - type: ClusterIP - - ## Ingress - ## See full list of supported Ingress options and documentation in artifactory chart: https://github.com/jfrog/charts/tree/master/stable/artifactory - ingress: - enabled: true - ingressClassName: nginx - annotations: - nginx.ingress.kubernetes.io/proxy-body-size: "0" - cert-manager.io/cluster-issuer: letsencrypt-production - hostPath: / - hostRepo: jcr.durp.info - tls: - - secretName: jcr.durp.info - hosts: - - jcr.durp.info - ## PostgreSQL - ## See list of supported postgresql options and documentation in artifactory chart: https://github.com/jfrog/charts/tree/master/stable/artifactory - ## Configuration values for the PostgreSQL dependency sub-chart - ## ref: https://github.com/bitnami/charts/blob/master/bitnami/postgresql/README.md - postgresql: - enabled: true - - ## This key is required for upgrades to protect old PostgreSQL chart's breaking changes. - databaseUpgradeReady: "yes" - - ## If NOT using the PostgreSQL in this chart (artifactory.postgresql.enabled=false), - ## specify custom database details here or leave empty and Artifactory will use embedded derby. - ## See full list of database options and documentation in artifactory chart: https://github.com/jfrog/charts/tree/master/stable/artifactory - # database: - - jfconnect: - enabled: false - - ## Enable the PostgreSQL sub chart - postgresql: - enabled: true