mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-07 13:32:37 +00:00
Updated chart repo URLs (#297)
This commit is contained in:
@@ -6,10 +6,13 @@ helm_namespace: helm
|
||||
tiller_namespace: tiller
|
||||
tiller_cluster_role: cluster-admin
|
||||
|
||||
chart_test: "nginx-ingress"
|
||||
chart_test_version: 1.32.0
|
||||
chart_test_version_upgrade: 1.33.0
|
||||
chart_test_repo: "https://kubernetes-charts.storage.googleapis.com"
|
||||
chart_test: "ingress-nginx"
|
||||
chart_test_local_path: "nginx-ingress"
|
||||
chart_test_version: 3.8.0
|
||||
chart_test_version_local_path: 1.32.0
|
||||
chart_test_version_upgrade: 3.9.0
|
||||
chart_test_version_upgrade_local_path: 1.33.0
|
||||
chart_test_repo: "https://kubernetes.github.io/ingress-nginx"
|
||||
chart_test_git_repo: "http://github.com/helm/charts.git"
|
||||
chart_test_values:
|
||||
revisionHistoryLimit: 0
|
||||
|
||||
Reference in New Issue
Block a user