Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(container): update image ghcr.io/tchapi/davis to v4.4.3 #898

Merged
merged 1 commit into from
May 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion kube/deploy/apps/davis/app/hr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
main:
image: &img
repository: ghcr.io/tchapi/davis
tag: 4.4.2@sha256:475465ed78376d2a54e3f797d581e02f59b82195a4fa982809cfaafd392ba9a6
tag: 4.4.3@sha256:54050bdebb1d079b355385178a42b14d865657ed55890b1b93b32b6a0a3cc18c
env: &env
APP_TIMEZONE: "${CONFIG_TZ}"
APP_ENV: prod
Expand Down
Loading