Files
truecharts/charts/stable/splunk/values.yaml
TrueCharts Bot e47fc28faf chore(deps): update container image splunk/splunk to v9.2.0@f27a7e6 by renovate (#17948)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| splunk/splunk | minor | `9.1.3` -> `9.2.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzIuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE3Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-05 02:04:36 +01:00

72 lines
1.2 KiB
YAML

image:
pullPolicy: IfNotPresent
repository: splunk/splunk
tag: 9.2.0@sha256:f27a7e634df731d8328d5578c47a6d42584fc33284bd612a00fc0359fcd9c33e
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
splunk:
acceptLicense: true
password: changeme
extraArgs: []
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:
envFrom:
- secretRef:
name: "secret"
persistence:
appcreds:
enabled: true
mountPath: /opt/splunk/etc/
config:
enabled: true
mountPath: /opt/splunk/var
datap:
enabled: true
mountPath: /splunkdata
portal:
open:
enabled: true