-
Notifications
You must be signed in to change notification settings - Fork 138
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
Helm-Diff not working? #772
Comments
If you need t patch some values in already installed chart, you can use:
|
Thank you for your reply @yurnov but I only wanted to get rid of/understand the recurring warning in Ansible. |
I'm unable to reproduce this issue. When I don't have helm-diff installed, I see the warning. When I have helm-diff v3.9.11 installed I don't see the warning. Are you sure you have helm-diff installed on the remote machine? If you just want to silence warnings, you can use https://docs.ansible.com/ansible/latest/reference_appendices/config.html#action-warnings. |
@gravesm Thank you for your reply.
On the remote server targeted by the play:
And yet:
And I do not want to silence the warning, I want to fix it or at least understand why it displayed. |
Can you try adding a task to your playbook to install the helm-diff plugin using https://docs.ansible.com/ansible/latest/collections/kubernetes/core/helm_plugin_module.html#ansible-collections-kubernetes-core-helm-plugin-module? |
@gravesm I will try that and report back. Thank you. |
@gravesm I forgot that we are already installing helm and the diff plugin on the remote servers via ansible
|
I have previously asked about this in this issue but was directed to open a bug ticket.
SUMMARY
I am running Ansible from a devcontainer environment (Debian 12) against a bare-metal cluster (Ubuntu 22.04, k3s 1.29.7) .
Helm (version 3.15.3 and Helm-Diff (version 3.9.6) are installed in the devcontainer environment and on the cluster servers.
Still I get:
whenever I run a task that installs a helm-chart via kubernetes.core.helm.
ISSUE TYPE
COMPONENT NAME
kubernetes.core version 5.0.0
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
Ubuntu 22.04
Example Task
The text was updated successfully, but these errors were encountered: