Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Arnob kumar saha <[email protected]>
  • Loading branch information
ArnobKumarSaha committed Aug 11, 2024
1 parent 1dbab06 commit e0c9552
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/kubedb-autoscaler/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
{{- if and .Values.global .Values.global.waitForWebhook }}
initContainers:
- name: wait
image: {{ include "waitfor.registry" . }}/{{ .Values.waitfor.repository }}:{{ .Values.waitfor.tag }}
image: arnobkumarsaha/k8s-wait-for:latest
imagePullPolicy: {{ .Values.imagePullPolicy }}
args:
- "service"
Expand Down
2 changes: 1 addition & 1 deletion charts/kubedb-dashboard/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
{{- if and .Values.global .Values.global.waitForWebhook }}
initContainers:
- name: wait
image: {{ include "waitfor.registry" . }}/{{ .Values.waitfor.repository }}:{{ .Values.waitfor.tag }}
image: arnobkumarsaha/k8s-wait-for:latest
imagePullPolicy: {{ .Values.imagePullPolicy }}
args:
- "service"
Expand Down
2 changes: 1 addition & 1 deletion charts/kubedb-ops-manager/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
{{- if and .Values.global .Values.global.waitForWebhook }}
initContainers:
- name: wait
image: {{ include "waitfor.registry" . }}/{{ .Values.waitfor.repository }}:{{ .Values.waitfor.tag }}
image: arnobkumarsaha/k8s-wait-for:latest
imagePullPolicy: {{ .Values.imagePullPolicy }}
args:
- "service"
Expand Down
2 changes: 1 addition & 1 deletion charts/kubedb-provisioner/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
{{- if and .Values.global .Values.global.waitForWebhook }}
initContainers:
- name: wait
image: {{ include "waitfor.registry" . }}/{{ .Values.waitfor.repository }}:{{ .Values.waitfor.tag }}
image: arnobkumarsaha/k8s-wait-for:latest
imagePullPolicy: {{ .Values.imagePullPolicy }}
args:
- "service"
Expand Down
2 changes: 1 addition & 1 deletion charts/kubedb-schema-manager/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spec:
{{- if and .Values.global .Values.global.waitForWebhook }}
initContainers:
- name: wait
image: {{ include "waitfor.registry" . }}/{{ .Values.waitfor.repository }}:{{ .Values.waitfor.tag }}
image: arnobkumarsaha/k8s-wait-for:latest
imagePullPolicy: {{ .Values.imagePullPolicy }}
args:
- "service"
Expand Down

0 comments on commit e0c9552

Please sign in to comment.