diff --git a/.ct.yaml b/.ct.yaml index acc5472ed..229030219 100644 --- a/.ct.yaml +++ b/.ct.yaml @@ -11,12 +11,16 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - +--- remote: origin -validate-maintainers: false target-branch: main + +validate-maintainers: false +check-version-increment: false + chart-repos: - ingress-nginx=https://kubernetes.github.io/ingress-nginx helm-extra-args: --timeout 800s + chart-dirs: - charts diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7053d3747..599310a4e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -194,8 +194,6 @@ jobs: - name: Set up Helm uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3.5 - with: - version: '3.14.3' - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 with: