Skip to content

Commit

Permalink
Public-enemy: bumb to 0.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentC35 committed Jan 26, 2024
1 parent 1aea988 commit 77dbad7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/public-enemy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ dependencies:
repository: https://charts.bitnami.com/bitnami

type: application
version: 0.5.8
version: 0.5.9
appVersion: "2.0.0"
3 changes: 2 additions & 1 deletion charts/public-enemy/templates/api/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,14 @@ spec:
serviceAccountName: {{ include "publicEnemy.api.serviceAccountName" . }}
securityContext:
{{- toYaml .Values.api.podSecurityContext | nindent 8 }}

{{- if .Values.postgresql.enabled }}
initContainers:
- name: check-db-ready
image: postgres:11.6
command: ['sh', '-c',
until pg_isready -h {{ include "publicEnemy.postgresql.fullname" . }} -p {{ .Values.postgresql.auth.port}};
do echo waiting for database; sleep 2; done;]
{{- end }}
containers:
- name: {{ .Chart.Name }}
securityContext:
Expand Down

0 comments on commit 77dbad7

Please sign in to comment.