feat(timesketch): bump version
This commit is contained in:
parent
6e234d9aae
commit
5d842d9d9b
2 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@ apiVersion: v2
|
||||||
name: timesketch
|
name: timesketch
|
||||||
description: |
|
description: |
|
||||||
A toolset of DFIR tools
|
A toolset of DFIR tools
|
||||||
appVersion: "20240508"
|
appVersion: "20240508.1"
|
||||||
type: application
|
type: application
|
||||||
version: 0.2.0
|
version: 0.2.1
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: Tommy Skaug
|
- name: Tommy Skaug
|
||||||
email: tommy@skaug.me
|
email: tommy@skaug.me
|
||||||
|
|
|
@ -16,7 +16,7 @@ initContainers:
|
||||||
image:
|
image:
|
||||||
repository: us-docker.pkg.dev/osdfir-registry/timesketch/timesketch
|
repository: us-docker.pkg.dev/osdfir-registry/timesketch/timesketch
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: "20240508"
|
tag: "20240508.1"
|
||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
|
|
||||||
worker:
|
worker:
|
||||||
|
|
Loading…
Reference in a new issue