f49a5787cf
This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/sonatype/nexus3 | patch | `20eff03` → `c37df0f` | --- > [!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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9uZXh1cy1vc3MiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
32 lines
702 B
YAML
32 lines
702 B
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: docker.io/sonatype/nexus3
|
|
tag: 3.93.2@sha256:c37df0fbbfb5a7cda4efffe1ff9402cad671f0bc11df0ebbfa5043049084f227
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: /nexus-data
|
|
|
|
securityContext:
|
|
container:
|
|
runAsGroup: 200
|
|
runAsUser: 200
|
|
pod:
|
|
fsGroup: 200
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10288
|
|
targetPort: 8081
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
INSTALL4J_ADD_VM_PARAMS:
|
|
-Xms2703m -Xmx2703m -XX:MaxDirectMemorySize=2703m
|
|
-Djava.util.prefs.userRoot=${NEXUS_DATA}/javaprefs
|