mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 21:41:13 +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
|
className: ingress-internal
|
||||||
annotations:
|
annotations:
|
||||||
cert-manager.io/cluster-issuer: vault-issuer
|
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:
|
hosts:
|
||||||
- cilium.dc
|
- cilium.dc
|
||||||
tls:
|
tls:
|
||||||
|
|
|
@ -87,7 +87,7 @@
|
||||||
"requiredStatusChecks": null,
|
"requiredStatusChecks": null,
|
||||||
"schedule": "after 1am and before 5am",
|
"schedule": "after 1am and before 5am",
|
||||||
"updateTypes": ["minor", "patch"],
|
"updateTypes": ["minor", "patch"],
|
||||||
"excludePackageNames": []
|
"excludePackagePatterns": [ ".*cilium.*", ".*hubble.*", ".*cilium/operator"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"datasources": ["helm"],
|
"datasources": ["helm"],
|
||||||
|
|
Loading…
Reference in a new issue