Files
truecharts/charts/stable/splunk/values.yaml
T
TrueCharts Bot b9b99d6b47 chore(helm): update image docker.io/splunk/splunk 9.4.0 → 9.4.1 (#32648)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/splunk/splunk | patch | `3b725df` -> `6e7ef6f` |

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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzkuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE3OS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->

---------

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: alfi0812 <admin@alfi0812.de>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
2025-03-03 12:05:42 +00:00

60 lines
1.1 KiB
YAML

image:
pullPolicy: IfNotPresent
repository: docker.io/splunk/splunk
tag: 9.4.1@sha256:6e7ef6ff9c2051d2281dce1dc6619cd5b4b5c1b40316f22e4c6627c51d0a1c83
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
service:
dataingest:
enabled: true
ports:
dataingest:
enabled: true
port: 9997
protocol: http
targetPort: 9997
main:
ports:
main:
port: 8000
protocol: http
targetPort: 8000
hec:
enabled: true
ports:
hec:
enabled: true
port: 8088
protocol: http
targetPort: 8088
management:
enabled: true
ports:
management:
enabled: true
port: 8089
protocol: http
targetPort: 8089
workload:
main:
podSpec:
containers:
main:
env:
SPLUNK_START_ARGS: --accept-license
SPLUNK_PASSWORD: changeme
persistence:
appcreds:
enabled: true
mountPath: /opt/splunk/etc/
config:
enabled: true
mountPath: /opt/splunk/var
data:
enabled: true
mountPath: /splunkdata