From 1dd4d4680dec88bbdf7c7c94ee14c5de8b4c167c Mon Sep 17 00:00:00 2001 From: Christoffer Nissen Date: Tue, 7 Jan 2025 17:35:10 +0100 Subject: [PATCH] fix yaml --- example/helmper.yaml | 120 +++++++++++++++++++++---------------------- 1 file changed, 60 insertions(+), 60 deletions(-) diff --git a/example/helmper.yaml b/example/helmper.yaml index 6a5794a..ea1092e 100644 --- a/example/helmper.yaml +++ b/example/helmper.yaml @@ -6,8 +6,8 @@ parser: disableImageDetection: false useCustomValues: false mirrors: -- registry: docker.io - mirror: example.azurecr.io/docker/ + - registry: docker.io + mirror: example.azurecr.io/docker/ import: enabled: true architecture: "linux/amd64" @@ -39,63 +39,63 @@ import: allowInsecure: true allowHTTPRegistry: true charts: -- name: loki - version: 5.38.0 - valuesFilePath: /workspace/.in/values/loki/values.yaml - plainHTTP: false - repo: - name: grafana - url: https://grafana.github.io/helm-charts/ - username: "" - password: "" - certFile: "" - keyFile: "" - caFile: "" - insecure_skip_tls_verify: false - pass_credentials_all: false -- name: kyverno - version: 3.1.1 - valuesFilePath: /workspace/.in/values/kyverno/values.yaml - repo: - name: kyverno - url: https://kyverno.github.io/kyverno/ -- name: keda - version: 2.11.2 - repo: - name: kedacore - url: https://kedacore.github.io/charts/ -- name: argo-cd - version: 5.51.4 - repo: - name: argo - url: https://argoproj.github.io/argo-helm/ - images: - exclude: - - ref: ghcr.io/dexidp/dex - excludeCopacetic: - - ref: quay.io/argoproj/argocd - modify: - - from: quay.io/argoproj/argocd - to: quay.io/argoproj/argocd - - fromValuePath: global.image.repository - to: quay.io/argoproj/argocd -- name: prometheus - version: 25.8.0 - valuesFilePath: /workspace/.in/values/prometheus/values.yaml - repo: - name: prometheus-community - url: https://prometheus-community.github.io/helm-charts/ + - name: loki + version: 5.38.0 + valuesFilePath: /workspace/.in/values/loki/values.yaml + plainHTTP: false + repo: + name: grafana + url: https://grafana.github.io/helm-charts/ + username: "" + password: "" + certFile: "" + keyFile: "" + caFile: "" + insecure_skip_tls_verify: false + pass_credentials_all: false + - name: kyverno + version: 3.1.1 + valuesFilePath: /workspace/.in/values/kyverno/values.yaml + repo: + name: kyverno + url: https://kyverno.github.io/kyverno/ + - name: keda + version: 2.11.2 + repo: + name: kedacore + url: https://kedacore.github.io/charts/ + - name: argo-cd + version: 5.51.4 + repo: + name: argo + url: https://argoproj.github.io/argo-helm/ + images: + exclude: + - ref: ghcr.io/dexidp/dex + excludeCopacetic: + - ref: quay.io/argoproj/argocd + modify: + - from: quay.io/argoproj/argocd + to: quay.io/argoproj/argocd + - fromValuePath: global.image.repository + to: quay.io/argoproj/argocd + - name: prometheus + version: 25.8.0 + valuesFilePath: /workspace/.in/values/prometheus/values.yaml + repo: + name: prometheus-community + url: https://prometheus-community.github.io/helm-charts/ images: -- ref: docker.io/library/helloworld:latest -- ref: docker.io/library/redis:latest - patch: false + - ref: docker.io/library/helloworld:latest + - ref: docker.io/library/redis:latest + patch: false registries: -- name: registry - url: oci://0.0.0.0:5000 - insecure: true - plainHTTP: true -- name: registry - url: oci://0.0.0.0:5001 - insecure: true - plainHTTP: true - sourcePrefix: true + - name: registry + url: oci://0.0.0.0:5000 + insecure: true + plainHTTP: true + - name: registry + url: oci://0.0.0.0:5001 + insecure: true + plainHTTP: true + sourcePrefix: true