From fb35d2b43abbdb02b74588dd0cbfbe252fb17ad0 Mon Sep 17 00:00:00 2001 From: serega-k Date: Mon, 4 Sep 2023 14:31:58 +0300 Subject: [PATCH 1/2] feat(cdp): image-updater is synced with new services (DCP-3291) --- apps/cdp.yml | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/apps/cdp.yml b/apps/cdp.yml index 01931bb..f6c8176 100644 --- a/apps/cdp.yml +++ b/apps/cdp.yml @@ -5,8 +5,12 @@ metadata: namespace: argocd annotations: # https://argocd-image-updater.readthedocs.io/en/v0.7.0/configuration/images/ - argocd-image-updater.argoproj.io/image-list: as=registry.aggregion.com/auth-service,dmp=registry.aggregion.com/dmp-backend,gk=registry.aggregion.com/gatekeeper,es=registry.aggregion.com/email-service,ds=registry.aggregion.com/dataservice,oidcp=registry.aggregion.com/oidc-provider,dbmdsync=registry.aggregion.com/db-metadata-sync,dbmdsvc=registry.aggregion.com/metadata-service,encsrv=registry.aggregion.com/enclave-server-nodejs,front=registry.aggregion.com/dmp-frontend + argocd-image-updater.argoproj.io/image-list: adc=registry.aggregion.com/audience-dataset-consumer,as=registry.aggregion.com/auth-service,dmp=registry.aggregion.com/dmp-backend,gk=registry.aggregion.com/gatekeeper,es=registry.aggregion.com/email-service,ds=registry.aggregion.com/dataservice,oidcp=registry.aggregion.com/oidc-provider,dbmdsc=registry.aggregion.com/db-metadata-sync-consumer,dbmdsync=registry.aggregion.com/db-metadata-sync,ddmec=registry.aggregion.com/ddm-event-consumer,mdsvc=registry.aggregion.com/metadata-service,encsrv=registry.aggregion.com/enclave-server-nodejs,front=registry.aggregion.com/dmp-frontend argocd-image-updater.argoproj.io/write-back-method: argocd + argocd-image-updater.argoproj.io/adc.update-strategy: newest-build + argocd-image-updater.argoproj.io/adc.allow-tags: regexp:^refs-pull-72-merge-.*$ + argocd-image-updater.argoproj.io/adc.helm.image-name: audienceDatasetConsumer.image.repository + argocd-image-updater.argoproj.io/adc.helm.image-tag: audienceDatasetConsumer.image.tag argocd-image-updater.argoproj.io/as.update-strategy: newest-build argocd-image-updater.argoproj.io/as.allow-tags: regexp:^dcp-master-.*$ argocd-image-updater.argoproj.io/as.helm.image-name: authservice.image.repository @@ -27,14 +31,22 @@ metadata: argocd-image-updater.argoproj.io/oidcp.allow-tags: regexp:^dcp-master-.*$ argocd-image-updater.argoproj.io/oidcp.helm.image-name: oidcprovider.image.repository argocd-image-updater.argoproj.io/oidcp.helm.image-tag: oidcprovider.image.tag + argocd-image-updater.argoproj.io/dbmdsc.update-strategy: newest-build + argocd-image-updater.argoproj.io/dbmdsc.allow-tags: regexp:^refs-pull-72-merge-.*$ + argocd-image-updater.argoproj.io/dbmdsc.helm.image-name: dbMetadataSyncConsumer.image.repository + argocd-image-updater.argoproj.io/dbmdsc.helm.image-tag: dbMetadataSyncConsumer.image.tag argocd-image-updater.argoproj.io/dbmdsync.update-strategy: newest-build argocd-image-updater.argoproj.io/dbmdsync.allow-tags: regexp:^refs-pull-72-merge-.*$ argocd-image-updater.argoproj.io/dbmdsync.helm.image-name: dbMetadataSync.image.repository argocd-image-updater.argoproj.io/dbmdsync.helm.image-tag: dbMetadataSync.image.tag - argocd-image-updater.argoproj.io/dbmdsvc.update-strategy: newest-build - argocd-image-updater.argoproj.io/dbmdsvc.allow-tags: regexp:^refs-pull-72-merge-.*$ - argocd-image-updater.argoproj.io/dbmdsvc.helm.image-name: metadataService.image.repository - argocd-image-updater.argoproj.io/dbmdsvc.helm.image-tag: metadataService.image.tag + argocd-image-updater.argoproj.io/ddmec.update-strategy: newest-build + argocd-image-updater.argoproj.io/ddmec.allow-tags: regexp:^refs-pull-72-merge-.*$ + argocd-image-updater.argoproj.io/ddmec.helm.image-name: ddmEventConsumer.image.repository + argocd-image-updater.argoproj.io/ddmec.helm.image-tag: ddmEventConsumer.image.tag + argocd-image-updater.argoproj.io/mdsvc.update-strategy: newest-build + argocd-image-updater.argoproj.io/mdsvc.allow-tags: regexp:^refs-pull-72-merge-.*$ + argocd-image-updater.argoproj.io/mdsvc.helm.image-name: metadataService.image.repository + argocd-image-updater.argoproj.io/mdsvc.helm.image-tag: metadataService.image.tag argocd-image-updater.argoproj.io/es.update-strategy: newest-build argocd-image-updater.argoproj.io/es.allow-tags: regexp:^dcp-master-.*$ argocd-image-updater.argoproj.io/es.helm.image-name: emailservice.image.repository From 78d7334debc3b828f73a83d2a7e1802eea5edfbf Mon Sep 17 00:00:00 2001 From: serega-k Date: Mon, 4 Sep 2023 14:33:58 +0300 Subject: [PATCH 2/2] chore: gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d11c2bf --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +# IDE/Code edotors +.vscode +.idea +.DS_Store