mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-06 13:02:37 +00:00
SUMMARY Ensure compatibility with Helm v4 for modules helm_plugin and helm_plugin_info Partially addresses #1038 ISSUE TYPE Feature Pull Request COMPONENT NAME helm_plugin helm_plugin_info helm_info helm_pull helm_registry_auth helm helm_template Reviewed-by: Bianca Henderson <beeankha@gmail.com> Reviewed-by: Yuriy Novostavskiy <yuriy@novostavskiy.kyiv.ua> Reviewed-by: Alina Buzachis
34 lines
1.6 KiB
YAML
34 lines
1.6 KiB
YAML
---
|
|
helm_default_archive_name: "helm-{{ helm_version }}-{{ ansible_system | lower }}-amd64.tar.gz"
|
|
helm_binary: "/tmp/helm/{{ ansible_system | lower }}-amd64/helm"
|
|
|
|
chart_test: "ingress-nginx"
|
|
chart_test_oci: "oci://registry-1.docker.io/bitnamicharts/redis"
|
|
chart_test_local_path: "nginx-ingress"
|
|
chart_test_version: 4.2.4
|
|
chart_test_version_local_path: 1.32.0
|
|
chart_test_version_upgrade: 4.2.5
|
|
chart_test_version_upgrade_local_path: 1.33.0
|
|
chart_test_repo: "https://stenic.github.io/k8status/"
|
|
chart_test_git_repo: "http://github.com/helm/charts.git"
|
|
chart_test_values:
|
|
revisionHistoryLimit: 0
|
|
myValue: "changed"
|
|
|
|
test_namespace:
|
|
- "helm-test-crds-{{ helm_version | replace('.', '-') }}"
|
|
- "helm-uninstall-{{ helm_version | replace('.', '-') }}"
|
|
- "helm-read-envvars-{{ helm_version | replace('.', '-') }}"
|
|
- "helm-dep-update-{{ helm_version | replace('.', '-') }}"
|
|
- "helm-local-path-001-{{ helm_version | replace('.', '-') }}"
|
|
- "helm-local-path-002-{{ helm_version | replace('.', '-') }}"
|
|
- "helm-local-path-003-{{ helm_version | replace('.', '-') }}"
|
|
- "helm-from-repository-{{ helm_version | replace('.', '-') }}"
|
|
- "helm-from-url-{{ helm_version | replace('.', '-') }}"
|
|
- "helm-reuse-values-{{ helm_version | replace('.', '-') }}"
|
|
- "helm-chart-with-space-into-name-{{ helm_version | replace('.', '-') }}"
|
|
- "helm-reset-then-reuse-values-{{ helm_version | replace('.', '-') }}"
|
|
- "helm-insecure-{{ helm_version | replace('.', '-') }}"
|
|
- "helm-test-take-ownership-{{ helm_version | replace('.', '-') }}"
|
|
- "helm-skip-schema-validation-{{ helm_version | replace('.', '-') }}"
|