Fix ImagePullBackOff: update image tags to available SHA refs
- nxtgauge-frontend-solid: d084491 -> f18c89d7fe73248a4cbe6a434dd243d88a25361b - nxtgauge-admin-solid: high-performance-latest -> ed368607182cba2d57b2987849bf887a9714da53 - nxtgauge-rust-gateway: high-performance-latest -> 09075087f07ef70dc13281944c1f2ce4bf7c2a29 Update ArgoCD image-updater annotations to match new tags.
This commit is contained in:
parent
d6317d82a2
commit
914461a63b
6 changed files with 11 additions and 11 deletions
|
|
@ -6,4 +6,4 @@ patchesStrategicMerge:
|
|||
- replicas-patch.yaml
|
||||
images:
|
||||
- name: registry.nxtgauge.com/nxtgauge-admin-solid
|
||||
newTag: high-performance-latest
|
||||
newTag: ed368607182cba2d57b2987849bf887a9714da53
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ patches:
|
|||
name: nxtgauge-rust-gateway
|
||||
images:
|
||||
- name: registry.nxtgauge.com/nxtgauge-rust-gateway
|
||||
newTag: high-performance-latest
|
||||
newTag: 09075087f07ef70dc13281944c1f2ce4bf7c2a29
|
||||
- name: registry.nxtgauge.com/nxtgauge-rust-users
|
||||
newTag: high-performance-latest
|
||||
- name: registry.nxtgauge.com/nxtgauge-frontend-solid
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@ patchesStrategicMerge:
|
|||
- replicas-patch.yaml
|
||||
images:
|
||||
- name: registry.nxtgauge.com/nxtgauge-frontend-solid
|
||||
newTag: d084491
|
||||
newTag: f18c89d7fe73248a4cbe6a434dd243d88a25361b
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@ metadata:
|
|||
name: nxtgauge-admin-solid
|
||||
namespace: argocd
|
||||
annotations:
|
||||
argocd-image-updater.argoproj.io/image-list: admin=registry.nxtgauge.com/nxtgauge-admin-solid:high-performance-latest
|
||||
argocd-image-updater.argoproj.io/admin.update-strategy: digest
|
||||
argocd-image-updater.argoproj.io/admin.allow-tags: regexp:^high-performance-latest$
|
||||
argocd-image-updater.argoproj.io/image-list: admin=registry.nxtgauge.com/nxtgauge-admin-solid:ed368607182cba2d57b2987849bf887a9714da53
|
||||
argocd-image-updater.argoproj.io/admin.update-strategy: latest
|
||||
argocd-image-updater.argoproj.io/admin.allow-tags: regexp:^ed36860
|
||||
argocd-image-updater.argoproj.io/write-back-method: argocd
|
||||
spec:
|
||||
project: default
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ metadata:
|
|||
namespace: argocd
|
||||
annotations:
|
||||
argocd-image-updater.argoproj.io/image-list: >-
|
||||
gateway=registry.nxtgauge.com/nxtgauge-rust-gateway:high-performance-latest,
|
||||
gateway=registry.nxtgauge.com/nxtgauge-rust-gateway:09075087f07ef70dc13281944c1f2ce4bf7c2a29,
|
||||
users=registry.nxtgauge.com/nxtgauge-rust-users:high-performance-latest,
|
||||
companies=registry.nxtgauge.com/nxtgauge-rust-companies:high-performance-latest,
|
||||
job-seekers=registry.nxtgauge.com/nxtgauge-rust-job-seekers:high-performance-latest,
|
||||
|
|
@ -24,7 +24,7 @@ metadata:
|
|||
ugc-content-creators=registry.nxtgauge.com/nxtgauge-rust-ugc-content-creators:high-performance-latest,
|
||||
cron=registry.nxtgauge.com/nxtgauge-rust-cron:high-performance-latest
|
||||
argocd-image-updater.argoproj.io/gateway.update-strategy: latest
|
||||
argocd-image-updater.argoproj.io/gateway.allow-tags: regexp:^high-performance-latest$
|
||||
argocd-image-updater.argoproj.io/gateway.allow-tags: regexp:^09075087
|
||||
argocd-image-updater.argoproj.io/users.update-strategy: latest
|
||||
argocd-image-updater.argoproj.io/users.allow-tags: regexp:^high-performance-latest$
|
||||
argocd-image-updater.argoproj.io/companies.update-strategy: digest
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@ metadata:
|
|||
name: nxtgauge-frontend-solid
|
||||
namespace: argocd
|
||||
annotations:
|
||||
argocd-image-updater.argoproj.io/image-list: frontend=registry.nxtgauge.com/nxtgauge-frontend-solid:bb6db6c
|
||||
argocd-image-updater.argoproj.io/frontend.update-strategy: digest
|
||||
argocd-image-updater.argoproj.io/frontend.allow-tags: regexp:^high-performance-latest$
|
||||
argocd-image-updater.argoproj.io/image-list: frontend=registry.nxtgauge.com/nxtgauge-frontend-solid:f18c89d7fe73248a4cbe6a434dd243d88a25361b
|
||||
argocd-image-updater.argoproj.io/frontend.update-strategy: latest
|
||||
argocd-image-updater.argoproj.io/frontend.allow-tags: regexp:^f18c89d
|
||||
argocd-image-updater.argoproj.io/write-back-method: argocd
|
||||
spec:
|
||||
project: default
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue