From 94e92c60195e7e48175e5e1c04d2ff4a7843cf11 Mon Sep 17 00:00:00 2001 From: cpanato Date: Fri, 29 Mar 2024 17:27:45 +0100 Subject: [PATCH] more updates Signed-off-by: cpanato --- .ct.yaml | 8 ++++++-- .github/workflows/ci.yaml | 2 -- 2 files changed, 6 insertions(+), 4 deletions(-) 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: