more updates
Signed-off-by: cpanato <ctadeu@gmail.com>
This commit is contained in:
parent
64dae431d3
commit
9c6f72b705
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.
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
---
|
||||||
remote: origin
|
remote: origin
|
||||||
validate-maintainers: false
|
|
||||||
target-branch: main
|
target-branch: main
|
||||||
|
|
||||||
|
validate-maintainers: false
|
||||||
|
check-version-increment: false
|
||||||
|
|
||||||
chart-repos:
|
chart-repos:
|
||||||
- ingress-nginx=https://kubernetes.github.io/ingress-nginx
|
- ingress-nginx=https://kubernetes.github.io/ingress-nginx
|
||||||
helm-extra-args: --timeout 800s
|
helm-extra-args: --timeout 800s
|
||||||
|
|
||||||
chart-dirs:
|
chart-dirs:
|
||||||
- charts
|
- charts
|
||||||
|
|
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -194,8 +194,6 @@ jobs:
|
||||||
|
|
||||||
- name: Set up Helm
|
- name: Set up Helm
|
||||||
uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3.5
|
uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3.5
|
||||||
with:
|
|
||||||
version: '3.14.3'
|
|
||||||
|
|
||||||
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
|
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue