From acc4e8aab6688c5a4a933664a06d5808bd06082e Mon Sep 17 00:00:00 2001 From: Jordan Olshevski Date: Tue, 11 Jun 2024 19:21:08 -0500 Subject: [PATCH] Update the profile app --- kustomization.yaml | 12 ++++++++++++ manifests/profile.yaml | 6 +++--- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/kustomization.yaml b/kustomization.yaml index c356be7..b3f2b63 100644 --- a/kustomization.yaml +++ b/kustomization.yaml @@ -1,4 +1,16 @@ images: + - name: profile-server + newName: ghcr.io/thelab-ms/profile + newTag: sha-fa50574 + + - name: profile-visit-check-job + newName: ghcr.io/thelab-ms/profile/visit-check-job + newTag: sha-fa50574 + + - name: profile-paypal-check-job + newName: ghcr.io/thelab-ms/profile/paypal-check-job + newTag: sha-fa50574 + - name: access-controller-controller newName: ghcr.io/thelab-ms/access-controller-controller newTag: main-28812bd diff --git a/manifests/profile.yaml b/manifests/profile.yaml index 29ed525..4a80b73 100644 --- a/manifests/profile.yaml +++ b/manifests/profile.yaml @@ -22,7 +22,7 @@ spec: spec: containers: - name: svc - image: ghcr.io/thelab-ms/profile:sha-109b545 + image: profile-server volumeMounts: - name: keycloak-creds mountPath: /var/lib/keycloak @@ -176,7 +176,7 @@ spec: containers: - name: job imagePullPolicy: IfNotPresent - image: ghcr.io/thelab-ms/profile/visit-check-job:sha-109b545 + image: visit-check-job volumeMounts: - name: keycloak-creds mountPath: /var/lib/keycloak @@ -220,7 +220,7 @@ spec: containers: - name: job imagePullPolicy: IfNotPresent - image: ghcr.io/thelab-ms/profile/paypal-check-job:sha-109b545 + image: profile-paypal-check-job volumeMounts: - name: keycloak-creds mountPath: /var/lib/keycloak