monero-exporter/.images.yaml
Ciro S. Costa 55659b7af2 add fully-formed example
Signed-off-by: Ciro S. Costa <utxobr@protonmail.com>
2021-08-03 12:11:07 -04:00

29 lines
810 B
YAML

---
apiVersion: kbld.k14s.io/v1alpha1
kind: Config
sources:
- image: monero-exporter
path: ./
- image: monero-exporter-monerod
path: ./examples/monerod
- image: monero-exporter-prometheus
path: ./examples/prometheus
- image: monero-exporter-grafana
path: ./examples/grafana
destinations:
- image: monero-exporter
newImage: docker.io/utxobr/monero-exporter
- image: monero-exporter-monerod
newImage: docker.io/utxobr/monero-exporter-monerod
- image: monero-exporter-prometheus
newImage: docker.io/utxobr/monero-exporter-prometheus
- image: monero-exporter-grafana
newImage: docker.io/utxobr/monero-exporter-grafana
---
images:
- image: monero-exporter
- image: monero-exporter-monerod
- image: monero-exporter-prometheus
- image: monero-exporter-grafana