Use high-performance-latest tag instead of SHA in gitops

Switch image references from SHA pins to high-performance-latest tag
which is pushed on every CI build and never pruned.
This commit is contained in:
Tracewebstudio Dev 2026-05-05 17:20:49 +02:00
parent 914461a63b
commit 6ed66fce6f
6 changed files with 9 additions and 9 deletions

View file

@ -6,4 +6,4 @@ patchesStrategicMerge:
- replicas-patch.yaml - replicas-patch.yaml
images: images:
- name: registry.nxtgauge.com/nxtgauge-admin-solid - name: registry.nxtgauge.com/nxtgauge-admin-solid
newTag: ed368607182cba2d57b2987849bf887a9714da53 newTag: high-performance-latest

View file

@ -9,7 +9,7 @@ patches:
name: nxtgauge-rust-gateway name: nxtgauge-rust-gateway
images: images:
- name: registry.nxtgauge.com/nxtgauge-rust-gateway - name: registry.nxtgauge.com/nxtgauge-rust-gateway
newTag: 09075087f07ef70dc13281944c1f2ce4bf7c2a29 newTag: high-performance-latest
- name: registry.nxtgauge.com/nxtgauge-rust-users - name: registry.nxtgauge.com/nxtgauge-rust-users
newTag: high-performance-latest newTag: high-performance-latest
- name: registry.nxtgauge.com/nxtgauge-frontend-solid - name: registry.nxtgauge.com/nxtgauge-frontend-solid

View file

@ -6,4 +6,4 @@ patchesStrategicMerge:
- replicas-patch.yaml - replicas-patch.yaml
images: images:
- name: registry.nxtgauge.com/nxtgauge-frontend-solid - name: registry.nxtgauge.com/nxtgauge-frontend-solid
newTag: f18c89d7fe73248a4cbe6a434dd243d88a25361b newTag: high-performance-latest

View file

@ -4,9 +4,9 @@ metadata:
name: nxtgauge-admin-solid name: nxtgauge-admin-solid
namespace: argocd namespace: argocd
annotations: annotations:
argocd-image-updater.argoproj.io/image-list: admin=registry.nxtgauge.com/nxtgauge-admin-solid:ed368607182cba2d57b2987849bf887a9714da53 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: latest argocd-image-updater.argoproj.io/admin.update-strategy: latest
argocd-image-updater.argoproj.io/admin.allow-tags: regexp:^ed36860 argocd-image-updater.argoproj.io/admin.allow-tags: regexp:^high-performance-latest$
argocd-image-updater.argoproj.io/write-back-method: argocd argocd-image-updater.argoproj.io/write-back-method: argocd
spec: spec:
project: default project: default

View file

@ -5,7 +5,7 @@ metadata:
namespace: argocd namespace: argocd
annotations: annotations:
argocd-image-updater.argoproj.io/image-list: >- argocd-image-updater.argoproj.io/image-list: >-
gateway=registry.nxtgauge.com/nxtgauge-rust-gateway:09075087f07ef70dc13281944c1f2ce4bf7c2a29, gateway=registry.nxtgauge.com/nxtgauge-rust-gateway:high-performance-latest,
users=registry.nxtgauge.com/nxtgauge-rust-users:high-performance-latest, users=registry.nxtgauge.com/nxtgauge-rust-users:high-performance-latest,
companies=registry.nxtgauge.com/nxtgauge-rust-companies: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, 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, ugc-content-creators=registry.nxtgauge.com/nxtgauge-rust-ugc-content-creators:high-performance-latest,
cron=registry.nxtgauge.com/nxtgauge-rust-cron: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.update-strategy: latest
argocd-image-updater.argoproj.io/gateway.allow-tags: regexp:^09075087 argocd-image-updater.argoproj.io/gateway.allow-tags: regexp:^high-performance-latest$
argocd-image-updater.argoproj.io/users.update-strategy: latest 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/users.allow-tags: regexp:^high-performance-latest$
argocd-image-updater.argoproj.io/companies.update-strategy: digest argocd-image-updater.argoproj.io/companies.update-strategy: digest

View file

@ -4,9 +4,9 @@ metadata:
name: nxtgauge-frontend-solid name: nxtgauge-frontend-solid
namespace: argocd namespace: argocd
annotations: annotations:
argocd-image-updater.argoproj.io/image-list: frontend=registry.nxtgauge.com/nxtgauge-frontend-solid:f18c89d7fe73248a4cbe6a434dd243d88a25361b argocd-image-updater.argoproj.io/image-list: frontend=registry.nxtgauge.com/nxtgauge-frontend-solid:high-performance-latest
argocd-image-updater.argoproj.io/frontend.update-strategy: latest argocd-image-updater.argoproj.io/frontend.update-strategy: latest
argocd-image-updater.argoproj.io/frontend.allow-tags: regexp:^f18c89d argocd-image-updater.argoproj.io/frontend.allow-tags: regexp:^high-performance-latest$
argocd-image-updater.argoproj.io/write-back-method: argocd argocd-image-updater.argoproj.io/write-back-method: argocd
spec: spec:
project: default project: default