Skip to content

Commit 4636980

Browse files
authored
Merge pull request #286 from anynines/update-images
Update images to be compatible with arm and amd arch
2 parents a22ff1a + 8a14513 commit 4636980

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

deploy/a8s/manifests/backup-manager.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -628,15 +628,15 @@ spec:
628628
- --metrics-bind-address=127.0.0.1:8080
629629
- --leader-elect
630630
command:
631-
- a8s-backup-manager
631+
- ./manager
632632
env:
633633
- name: systemNamespace
634634
valueFrom:
635635
fieldRef:
636636
fieldPath: metadata.namespace
637637
- name: BACKUP_CREDENTIAL_PATH
638638
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
640640
livenessProbe:
641641
httpGet:
642642
path: /healthz

deploy/a8s/manifests/postgresql-images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v1
22
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
44
extensionCleanupImage: alpine:3.16.0
55
extensionImageRegistry: public.ecr.aws/w5n9a2g2/a9s-ds-for-k8s/dev/postgresql-operator/postgresql-extensions
66
spiloImage: ghcr.io/zalando/spilo-15:3.0-p1

deploy/a8s/manifests/postgresql-operator.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1672,8 +1672,8 @@ spec:
16721672
- --metrics-bind-address=127.0.0.1:8080
16731673
- --leader-elect
16741674
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
16771677
livenessProbe:
16781678
httpGet:
16791679
path: /healthz

deploy/a8s/manifests/service-binding-controller.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,10 +345,10 @@ spec:
345345
- args:
346346
- --config=/config/controller_manager_config.yaml
347347
command:
348-
- a8s-service-binding-controller
348+
- ./manager
349349
- --postgresql-root-role=a9s_user
350350
- --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
352352
livenessProbe:
353353
httpGet:
354354
path: /healthz

0 commit comments

Comments
 (0)