From 24141f5c0e7eec507b284615195e9b05d67581dc Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Tue, 7 Apr 2026 19:00:49 +1000 Subject: [PATCH] feat: remove jfrog container registry its not used and never really installed correctly. going to change to artifact-keeper which promises to have the same capabilities and is open source. --- apps/base/jfrog/kustomization.yaml | 6 -- apps/base/jfrog/namespace.yaml | 5 -- .../overlays/au-syd1/jfrog/kustomization.yaml | 14 ----- apps/overlays/au-syd1/jfrog/values.yaml | 63 ------------------- 4 files changed, 88 deletions(-) delete mode 100644 apps/base/jfrog/kustomization.yaml delete mode 100644 apps/base/jfrog/namespace.yaml delete mode 100644 apps/overlays/au-syd1/jfrog/kustomization.yaml delete mode 100644 apps/overlays/au-syd1/jfrog/values.yaml diff --git a/apps/base/jfrog/kustomization.yaml b/apps/base/jfrog/kustomization.yaml deleted file mode 100644 index 5122f9e..0000000 --- a/apps/base/jfrog/kustomization.yaml +++ /dev/null @@ -1,6 +0,0 @@ ---- -apiVersion: kustomize.config.k8s.io/v1beta1 -kind: Kustomization - -resources: - - namespace.yaml diff --git a/apps/base/jfrog/namespace.yaml b/apps/base/jfrog/namespace.yaml deleted file mode 100644 index 77be95c..0000000 --- a/apps/base/jfrog/namespace.yaml +++ /dev/null @@ -1,5 +0,0 @@ ---- -apiVersion: v1 -kind: Namespace -metadata: - name: jfrog diff --git a/apps/overlays/au-syd1/jfrog/kustomization.yaml b/apps/overlays/au-syd1/jfrog/kustomization.yaml deleted file mode 100644 index b94092b..0000000 --- a/apps/overlays/au-syd1/jfrog/kustomization.yaml +++ /dev/null @@ -1,14 +0,0 @@ ---- -apiVersion: kustomize.config.k8s.io/v1beta1 -kind: Kustomization - -resources: - - ../../../base/jfrog - -helmCharts: - - name: artifactory-jcr - repo: https://charts.jfrog.io - version: "107.133.10" - releaseName: artifactory-jcr - namespace: jfrog - valuesFile: values.yaml diff --git a/apps/overlays/au-syd1/jfrog/values.yaml b/apps/overlays/au-syd1/jfrog/values.yaml deleted file mode 100644 index 16f6a91..0000000 --- a/apps/overlays/au-syd1/jfrog/values.yaml +++ /dev/null @@ -1,63 +0,0 @@ ---- -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" - # cpu: "1" - ## The following Java options are passed to the java process running Artifactory. - ## You should set them according to the resources set above. - ## IMPORTANT: Make sure resources.limits.memory is at least 1G more than Xmx. - javaOpts: {} - # xms: "1g" - # xmx: "3g" - # other: "" - installer: - platform: jcr-helm - ## 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: LoadBalancer - ## Ingress - ## See full list of supported Ingress options and documentation in artifactory chart: https://github.com/jfrog/charts/tree/master/stable/artifactory - ingress: - enabled: false - tls: - ## 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 - rtfs: - enabled: false - onemodel: - enabled: false - evidence: - enabled: false - apptrust: - enabled: false - unifiedpolicy: - enabled: false - platformfederation: - enabled: false