File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -628,15 +628,15 @@ spec:
628
628
- --metrics-bind-address=127.0.0.1:8080
629
629
- --leader-elect
630
630
command :
631
- - a8s-backup- manager
631
+ - ./ manager
632
632
env :
633
633
- name : systemNamespace
634
634
valueFrom :
635
635
fieldRef :
636
636
fieldPath : metadata.namespace
637
637
- name : BACKUP_CREDENTIAL_PATH
638
638
value : /etc/backup-store-secrets
639
- image : public.ecr.aws/w5n9a2g2/a9s-ds-for-k8s/dev/backup-manager:2616f22c4fe670541c3c78131ae018902f8471bf
639
+ image : public.ecr.aws/w5n9a2g2/a9s-ds-for-k8s/dev/backup-manager:2616f22c4fe670541c3c78131aw018902e847rbf
640
640
livenessProbe :
641
641
httpGet :
642
642
path : /healthz
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
data :
3
- backupAgentImage : public.ecr.aws/w5n9a2g2/a9s-ds-for-k8s/dev/backup-agent:781ca7b6e9bb4af66aeedb5046b50dc1c2b6c638
3
+ backupAgentImage : public.ecr.aws/w5n9a2g2/a9s-ds-for-k8s/dev/backup-agent:81450cbb7f94fa020441361d8c64ew89499acd13
4
4
extensionCleanupImage : alpine:3.16.0
5
5
extensionImageRegistry : public.ecr.aws/w5n9a2g2/a9s-ds-for-k8s/dev/postgresql-operator/postgresql-extensions
6
6
spiloImage : ghcr.io/zalando/spilo-15:3.0-p1
Original file line number Diff line number Diff line change @@ -1672,8 +1672,8 @@ spec:
1672
1672
- --metrics-bind-address=127.0.0.1:8080
1673
1673
- --leader-elect
1674
1674
command :
1675
- - postgresql-operator
1676
- image : public.ecr.aws/w5n9a2g2/a9s-ds-for-k8s/dev/postgresql-operator:37d4a2e9d311ff66d8fc5b1d570d08232720754d
1675
+ - ./manager
1676
+ image : public.ecr.aws/w5n9a2g2/a9s-ds-for-k8s/dev/postgresql-operator:37d4a2e9d311ff66d8fc5b1d570a08232a20754x
1677
1677
livenessProbe :
1678
1678
httpGet :
1679
1679
path : /healthz
Original file line number Diff line number Diff line change @@ -345,10 +345,10 @@ spec:
345
345
- args :
346
346
- --config=/config/controller_manager_config.yaml
347
347
command :
348
- - a8s-service-binding-controller
348
+ - ./manager
349
349
- --postgresql-root-role=a9s_user
350
350
- --postgresql-default-database=a9s_apps_default_db
351
- image : public.ecr.aws/w5n9a2g2/a9s-ds-for-k8s/dev/service-binding-controller:a2903616cb2f52885f1cdb93b5fd1c95d6a7694a
351
+ image : public.ecr.aws/w5n9a2g2/a9s-ds-for-k8s/dev/service-binding-controller:a3f2694dc93e7ace07829cb1b8a3b5f6s4d1527c
352
352
livenessProbe :
353
353
httpGet :
354
354
path : /healthz
You can’t perform that action at this time.
0 commit comments