This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/sonatype/nexus3 | digest | `0323d6f` → `1aa9031` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: 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:eyJjcmVhdGVkSW5WZXIiOiI0My44LjUiLCJ1cGRhdGVkSW5WZXIiOiI0My44LjUiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXBwL25leHVzLW9zcyIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
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.89.1@sha256:1aa9031e85d27ef9a001c66204b164415c0b71c680064b6243d7645e71dd4ec5
|
|
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
|