This commit is contained in:
parent
1891a63281
commit
cb182fada2
2 changed files with 16 additions and 16 deletions
|
|
@ -12,5 +12,5 @@ drone_runner_namespace: "drone-runner"
|
||||||
# drone_storage_classname:
|
# drone_storage_classname:
|
||||||
trivy_namespace: trivy
|
trivy_namespace: trivy
|
||||||
trivy_version: 0.30.2
|
trivy_version: 0.30.2
|
||||||
# trivy_storage_classname:
|
# trivy_storage_classname:
|
||||||
chartmuseum_namespace: chartmuseum
|
chartmuseum_namespace: chartmuseum
|
||||||
|
|
|
||||||
|
|
@ -114,21 +114,21 @@
|
||||||
tags:
|
tags:
|
||||||
- trivy
|
- trivy
|
||||||
|
|
||||||
#- name: Registry setup
|
# - name: Registry setup
|
||||||
# block:
|
# block:
|
||||||
# - name: Defined Registry repository
|
# - name: Defined Registry repository
|
||||||
# kubernetes.core.helm_repository:
|
# kubernetes.core.helm_repository:
|
||||||
# name: cesanta
|
# name: cesanta
|
||||||
# repo_url: "https://cesanta.github.io/docker_auth/"
|
# repo_url: "https://cesanta.github.io/docker_auth/"
|
||||||
# - name: Deploy latest version of Registry
|
# - name: Deploy latest version of Registry
|
||||||
# kubernetes.core.helm:
|
# kubernetes.core.helm:
|
||||||
# context: "{{ my_context }}"
|
# context: "{{ my_context }}"
|
||||||
# name: docker-auth
|
# name: docker-auth
|
||||||
# chart_ref: cesanta/docker-auth
|
# chart_ref: cesanta/docker-auth
|
||||||
# release_namespace: "{{ registry_namespace }}"
|
# release_namespace: "{{ registry_namespace }}"
|
||||||
# values: "{{ lookup('template', 'registry-value.yaml.j2') | from_yaml }}"
|
# values: "{{ lookup('template', 'registry-value.yaml.j2') | from_yaml }}"
|
||||||
# tags:
|
# tags:
|
||||||
# - registry
|
# - registry
|
||||||
|
|
||||||
# https://github.com/helm/chartmuseum
|
# https://github.com/helm/chartmuseum
|
||||||
# https://artifacthub.io/packages/helm/chartmuseum/chartmuseum
|
# https://artifacthub.io/packages/helm/chartmuseum/chartmuseum
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue