Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[chore] Fix example yaml #145

Merged
merged 1 commit into from
Jan 7, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
120 changes: 60 additions & 60 deletions example/helmper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Loading