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
|
||||
description: |
|
||||
A toolset of DFIR tools
|
||||
appVersion: "20240508"
|
||||
appVersion: "20240508.1"
|
||||
type: application
|
||||
version: 0.2.0
|
||||
version: 0.2.1
|
||||
maintainers:
|
||||
- name: Tommy Skaug
|
||||
email: tommy@skaug.me
|
||||
|
|
|
@ -16,7 +16,7 @@ initContainers:
|
|||
image:
|
||||
repository: us-docker.pkg.dev/osdfir-registry/timesketch/timesketch
|
||||
pullPolicy: IfNotPresent
|
||||
tag: "20240508"
|
||||
tag: "20240508.1"
|
||||
imagePullSecrets: []
|
||||
|
||||
worker:
|
||||
|
|
Loading…
Reference in a new issue