Skip to content

Commit 3a4b1e5

Browse files
committed
docker dependency resolved except postgresql
1 parent 2cd325f commit 3a4b1e5

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
lines changed

manifests/yamls/argocd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2709,4 +2709,4 @@ spec:
27092709
port: 8082
27102710
initialDelaySeconds: 5
27112711
periodSeconds: 10
2712-
serviceAccountName: argocd-application-controller
2712+
serviceAccountName: argocd-application-controller

manifests/yamls/clair.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ spec:
6060
secretName: clair
6161
initContainers:
6262
- name: pg-ready-wait
63-
image: postgres:11.3
63+
image: "quay.io/devtron/postgres:11.3"
6464
command: [ "sh", "-c",
6565
"until pg_isready -h postgresql-postgresql.devtroncd -p 5432;
6666
do echo waiting for database; sleep 1; done;"]

manifests/yamls/external-secret.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,4 +289,4 @@ spec:
289289
name: devtron-kubernetes-external-secret
290290
# Params for env vars populated from k8s secrets
291291
securityContext:
292-
runAsNonRoot: true
292+
runAsNonRoot: true

manifests/yamls/grafana.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,4 +647,4 @@ spec:
647647
- name: tests
648648
configMap:
649649
name: devtron-grafana-test
650-
restartPolicy: Never
650+
restartPolicy: Never

manifests/yamls/lens.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ spec:
229229
restartPolicy: Always
230230
containers:
231231
- name: envoy
232-
image: quay.io/devtron/envoy:v1.14.1
232+
image: "quay.io/devtron/envoy:v1.14.1"
233233
ports:
234234
- containerPort: 9901
235235
protocol: TCP

manifests/yamls/minio-storage.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ spec:
279279
fsGroup: 1000
280280
containers:
281281
- name: minio
282-
image: quay.io/devtron/minio:RELEASE.2021-02-14T04-01-33Z
282+
image: "quay.io/devtron/minio:RELEASE.2021-02-14T04-01-33Z"
283283
imagePullPolicy: IfNotPresent
284284

285285
command: [ "/bin/sh",
@@ -363,4 +363,4 @@ spec:
363363
mountPath: /config
364364
resources:
365365
requests:
366-
memory: 128Mi
366+
memory: 128Mi

manifests/yamls/nats-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ spec:
211211
serviceAccountName: nats-operator
212212
containers:
213213
- name: nats-operator
214-
image: quay.io/devtron/nats-operator:0.5.0-v1alpha2
214+
image: "quay.io/devtron/nats-operator:0.5.0-v1alpha2"
215215
imagePullPolicy: IfNotPresent
216216
args:
217217
- nats-operator

manifests/yamls/nats-streaming.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ spec:
5555
release: "devtron"
5656
containers:
5757
- name: nats-streaming
58-
image: quay.io/devtron/nats-streaming:0.11.2
58+
image: "quay.io/devtron/nats-streaming:0.11.2"
5959
imagePullPolicy: IfNotPresent
6060
env:
6161
- name: POD_NAME

manifests/yamls/workflow.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ spec:
228228
value: "false"
229229
- name: BASE_HREF
230230
value: /
231-
image: quay.io/devtron/argoui:v2.3.0
231+
image: "quay.io/devtron/argoui:v2.3.0"
232232
name: argo-ui
233233
serviceAccountName: argo-ui
234234
---
@@ -253,6 +253,6 @@ spec:
253253
- argoproj/argoexec:v2.3.0
254254
command:
255255
- workflow-controller
256-
image: quay.io/argoproj/workflow-controller:v2.3.0
256+
image: "quay.io/argoproj/workflow-controller:v2.3.0"
257257
name: workflow-controller
258-
serviceAccountName: argo
258+
serviceAccountName: argo

0 commit comments

Comments
 (0)