f3e0bd4848
This PR contains the following updates: | Package | Update | Change | |---|---|---| | hello-world | digest | `0e760fd` → `96498ff` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9tZXRhbGxiLWNvbmZpZyIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
72 lines
1.4 KiB
YAML
72 lines
1.4 KiB
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: hello-world
|
|
tag: latest@sha256:96498ffd522e70807ab6384a5c0485a79b9c7c08ca79ba08623edcad1054e62d
|
|
pullPolicy: IfNotPresent
|
|
manifestManager:
|
|
enabled: false
|
|
workload:
|
|
main:
|
|
enabled: false
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
enabled: false
|
|
probes:
|
|
liveness:
|
|
enabled: false
|
|
readiness:
|
|
enabled: false
|
|
startup:
|
|
enabled: false
|
|
service:
|
|
main:
|
|
enabled: false
|
|
ports:
|
|
main:
|
|
enabled: false
|
|
port: 9999
|
|
operator:
|
|
metallb:
|
|
namespace: metallb
|
|
|
|
ipAddressPools: []
|
|
# - name: example
|
|
# autoAssign: true
|
|
# avoidBuggyIPs: true
|
|
# addresses:
|
|
# - 192.168.1.1-192.168.1.100
|
|
L2Advertisements: []
|
|
# - name: l2adv
|
|
# addressPools:
|
|
# - pool1
|
|
# nodeSelectors:
|
|
# - nodeA
|
|
BGPAdvertisements: []
|
|
# - name: bgpadv
|
|
# addressPools:
|
|
# - pool1
|
|
# aggregationLength: 24
|
|
# localpref: 100
|
|
# communities:
|
|
# - 1234:1
|
|
# peers:
|
|
# - peer1
|
|
Communities: []
|
|
# - name: community1
|
|
# value: 1234:1
|
|
Peers: []
|
|
# - name: peer1
|
|
# myASN: 1234
|
|
# password: pass
|
|
# routerID: 1234
|
|
# bfdProfile: profile
|
|
# ebgpMultiHop: false
|
|
# holdTime: 10
|
|
# keepaliveTime: 10
|
|
# peerAddress: 172.30.0.2
|
|
# peerPort: 179
|
|
# sourceAddress: 172.30.0.3
|
|
# nodeSelectors:
|
|
# - nodeA
|