Skip to content

Commit

Permalink
close #77
Browse files Browse the repository at this point in the history
  • Loading branch information
hw-rjuzak committed May 5, 2024
1 parent c679313 commit 5837ac2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions charts/kimai2/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies:
version: 11.5.7
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.4.0
digest: sha256:89bc1477379787ef76184c1d384bc490b5247d5067b2abccdf358551b6380e7d
generated: "2023-05-30T16:48:06.1840697+02:00"
version: 2.19.2
digest: sha256:163448cd84bf5ee2ca19b96de710d54644f5341815b5cc18056cdc708b59fdf2
generated: "2024-05-05T12:16:51.806140749+02:00"
4 changes: 2 additions & 2 deletions charts/kimai2/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ apiVersion: v2
name: kimai2
description: A Helm chart for Kubernetes
type: application
version: 4.0.2
version: 4.0.3
appVersion: "apache-2.16.1-prod"

dependencies:
- condition: mariadb.enabled
name: mariadb
repository: oci://registry-1.docker.io/bitnamicharts
version: 11.x.x
version: 11.5.7
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
Expand Down
2 changes: 1 addition & 1 deletion charts/kimai2/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spec:
schedulerName: {{ .Values.schedulerName | quote }}
{{- end }}
{{- if .Values.podSecurityContext.enabled }}
securityContext: {{- omit .Values.podSecurityContext "enabled" | toYaml | nindent 8 }}
securityContext: {{- include "common.compatibility.renderSecurityContext" (dict "secContext" .Values.podSecurityContext "context" $) | nindent 8 }}
{{- end }}
serviceAccountName: {{ include "kimai.serviceAccountName" .}}
{{- if .Values.terminationGracePeriodSeconds }}
Expand Down

0 comments on commit 5837ac2

Please sign in to comment.