All checks were successful
ci/woodpecker/pr/pre-commit Pipeline was successful
- trialing jfrog container registry
15 lines
285 B
YAML
15 lines
285 B
YAML
---
|
|
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
|