Skip to content

Commit

Permalink
Update the profile app
Browse files Browse the repository at this point in the history
  • Loading branch information
jveski committed Jun 12, 2024
1 parent 8552f2a commit acc4e8a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions kustomization.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions manifests/profile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit acc4e8a

Please sign in to comment.