Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
8d4d982f9f
commit
2314a0791e
|
@ -1,9 +0,0 @@
|
||||||
|
|
||||||
|
|
||||||
## [splunk-3.0.8](https://github.com/truecharts/charts/compare/splunk-3.0.7...splunk-3.0.8) (2023-02-10)
|
|
||||||
|
|
||||||
### Fix
|
|
||||||
|
|
||||||
- ensure new helm deps repo is used in latest releases as well.
|
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [splunk-3.0.9](https://github.com/truecharts/charts/compare/splunk-3.0.8...splunk-3.0.9) (2023-02-15)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image splunk/splunk to v9.0.4
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [splunk-3.0.8](https://github.com/truecharts/charts/compare/splunk-3.0.7...splunk-3.0.8) (2023-02-10)
|
## [splunk-3.0.8](https://github.com/truecharts/charts/compare/splunk-3.0.7...splunk-3.0.8) (2023-02-10)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
@ -88,12 +97,3 @@
|
||||||
## [splunk-2.1.1](https://github.com/truecharts/charts/compare/splunk-2.1.0...splunk-2.1.1) (2022-11-30)
|
## [splunk-2.1.1](https://github.com/truecharts/charts/compare/splunk-2.1.0...splunk-2.1.1) (2022-11-30)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [splunk-2.1.1](https://github.com/truecharts/charts/compare/splunk-2.1.0...splunk-2.1.1) (2022-11-30)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [splunk-2.1.1](https://github.com/truecharts/charts/compare/splunk-2.1.0...splunk-2.1.1) (2022-11-30)
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ annotations:
|
||||||
- Tools-Utilities
|
- Tools-Utilities
|
||||||
- Network-Management
|
- Network-Management
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "9.0.3"
|
appVersion: "9.0.4"
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://library-charts.truecharts.org
|
repository: https://library-charts.truecharts.org
|
||||||
|
@ -28,4 +28,4 @@ sources:
|
||||||
- https://hub.docker.com/r/atunnecliffe/splunk
|
- https://hub.docker.com/r/atunnecliffe/splunk
|
||||||
- https://splunk.github.io/docker-splunk
|
- https://splunk.github.io/docker-splunk
|
||||||
type: application
|
type: application
|
||||||
version: 3.0.8
|
version: 3.0.9
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [splunk-3.0.9](https://github.com/truecharts/charts/compare/splunk-3.0.8...splunk-3.0.9) (2023-02-15)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image splunk/splunk to v9.0.4
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: splunk/splunk
|
repository: splunk/splunk
|
||||||
tag: 9.0.3@sha256:fac6a28e63551cea2cb423ae9670d8ce8d043a6d1f00b842331310f6e9a21df7
|
tag: 9.0.4@sha256:c646ad2862955a48bd8cd504a7d81b8bb4c2b5491c3c509c93c4caae6dab8e16
|
||||||
|
|
||||||
podSecurityContext:
|
podSecurityContext:
|
||||||
runAsGroup: 0
|
runAsGroup: 0
|
Loading…
Reference in New Issue