more updates
Signed-off-by: cpanato <ctadeu@gmail.com>
This commit is contained in:
parent
2d838b92c3
commit
94e92c6019
2 changed files with 6 additions and 4 deletions
8
.ct.yaml
8
.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
|
||||
|
|
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue