mirror of
https://github.com/renovatebot/renovate.git
synced 2025-05-13 08:01:49 +00:00

Moves datasource, manager, platform and versioning code from lib/ into new lib/modules/ BREAKING CHANGE: External tools must update paths to datasource, manager, platform and versioning
17 lines
318 B
YAML
17 lines
318 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: testing-namespace
|
|
|
|
bases:
|
|
- git@github.com:moredhel/remote-kustomize.git?ref=v0.0.1
|
|
|
|
resources:
|
|
- deployment.yaml
|
|
- github.com/fluxcd/flux/deploy?ref=1.19.0
|
|
|
|
components:
|
|
- github.com/fluxcd/flux/memcache-dep?ref=1.18.0
|
|
|
|
images:
|
|
- name: nginx
|