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

fix: explicitly set insecureSkipTLSVerify as disabled for upgrades #520

Merged
merged 1 commit into from
Sep 13, 2023

Conversation

JorTurFer
Copy link
Member

After adding cert-management and removing insecureSkipTLSVerify, it seems that during migration from the newer versions, helm doesn't remove the old value (probably because the apiservice doesn't set it explicitly).

To prevent this error, this PR explicitly sets the insecureSkipTLSVerify: false. This property can be removed in future versions once enough time has passed since we changed the value.

Checklist

@JorTurFer JorTurFer requested a review from a team as a code owner September 11, 2023 20:03
@JorTurFer JorTurFer enabled auto-merge (squash) September 11, 2023 20:04
@JorTurFer JorTurFer merged commit 6d21ddd into kedacore:main Sep 13, 2023
37 checks passed
@JorTurFer JorTurFer deleted the set-insecure branch September 13, 2023 11:38
@sidewinder12s
Copy link

Is there a process to release this into the pre-2.12 charts?

Lack of this patch appears to be the root cause of this issue: kedacore/keda#4732

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants