flant / addon-operator

A system to manage additional components for Kubernetes cluster in a simple, consistent and automated way.
https://flant.github.io/addon-operator/
Apache License 2.0
483 stars 27 forks source link

Upgrade kube-client and helm #508

Closed name212 closed 1 week ago

name212 commented 2 weeks ago

Overview

Upgrade kube-client, helm docker library. Use logrus logger instead of github.com/distribution/distribution/v3 (it was be deleted from dependencies) "k8s.io/utils/pointer" was deprecated and was rewrote on "k8s.io/utils/ptr" (lint fix) Some CI fixes

What this PR does / why we need it

This pr fixes cve's in helm and docker library Support 1.29 go client

Special notes for your reviewer