mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 04:21:22 +00:00
fix(renovate): dont automerge cilium minors
This commit is contained in:
parent
860a4242c6
commit
95bccdcef9
2 changed files with 9 additions and 2 deletions
|
@ -842,7 +842,14 @@ hubble:
|
|||
className: ingress-internal
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: vault-issuer
|
||||
traefik.ingress.kubernetes.io/router.tls: 'true'
|
||||
nginx.ingress.kubernetes.io/auth-url: |-
|
||||
http://ak-outpost-hubble.authentik.svc.cluster.local:9000/outpost.goauthentik.io/auth/nginx
|
||||
nginx.ingress.kubernetes.io/auth-signin: |-
|
||||
https://auth.dc/outpost.goauthentik.io/start?rd=$escaped_request_uri
|
||||
nginx.ingress.kubernetes.io/auth-response-headers: |-
|
||||
Set-Cookie,X-authentik-username,X-authentik-groups,X-authentik-email,X-authentik-name,X-authentik-uid
|
||||
nginx.ingress.kubernetes.io/auth-snippet: |
|
||||
proxy_set_header X-Forwarded-Host $http_host;
|
||||
hosts:
|
||||
- cilium.dc
|
||||
tls:
|
||||
|
|
|
@ -87,7 +87,7 @@
|
|||
"requiredStatusChecks": null,
|
||||
"schedule": "after 1am and before 5am",
|
||||
"updateTypes": ["minor", "patch"],
|
||||
"excludePackageNames": []
|
||||
"excludePackagePatterns": [ ".*cilium.*", ".*hubble.*", ".*cilium/operator"]
|
||||
},
|
||||
{
|
||||
"datasources": ["helm"],
|
||||
|
|
Loading…
Reference in a new issue