Skip to content

Commit

Permalink
Resolve merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
ieuanb74 committed May 15, 2024
2 parents f7b39bf + 2a1c993 commit 3962b37
Show file tree
Hide file tree
Showing 8 changed files with 6,759 additions and 4,436 deletions.
1 change: 1 addition & 0 deletions apps/azure-devops/azure-devops-agent-keda/ptlsbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ metadata:
namespace: azure-devops
spec:
values:
image: hmctspublic.azurecr.io/azure-devops-agent:pr-37-66b71fba-1715782209
environment:
AZP_POOL: hmcts-sds-ptlsbox
triggers:
Expand Down
4 changes: 2 additions & 2 deletions apps/darts-modernisation/darts-api/darts-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ spec:
values:
java:
replicas: 2
image: sdshmctspublic.azurecr.io/darts/api:prod-908d03e-20240515143301 # {"$imagepolicy": "flux-system:darts-api"}
image: sdshmctspublic.azurecr.io/darts/api:prod-3bbdc57-20240515150844 # {"$imagepolicy": "flux-system:darts-api"}
disableTraefikTls: true
memoryRequests: '2G'
memoryLimits: '3G'
function:
image: sdshmctspublic.azurecr.io/darts/api:prod-908d03e-20240515143301 # {"$imagepolicy": "flux-system:darts-api"}
image: sdshmctspublic.azurecr.io/darts/api:prod-3bbdc57-20240515150844 # {"$imagepolicy": "flux-system:darts-api"}
memoryRequests: '2G'
memoryLimits: '3G'
2 changes: 1 addition & 1 deletion apps/darts-modernisation/darts-api/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ spec:
pdb:
enabled: false
function:
image: sdshmctspublic.azurecr.io/darts/api:prod-908d03e-20240515143301 # {"$imagepolicy": "flux-system:darts-api"}
image: sdshmctspublic.azurecr.io/darts/api:prod-3bbdc57-20240515150844 # {"$imagepolicy": "flux-system:darts-api"}
2 changes: 1 addition & 1 deletion apps/darts-modernisation/darts-api/stg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ spec:
ACTIVE_DIRECTORY_B2C_AUTH_URI: https://hmctsstgextid.b2clogin.com/hmctsstgextid.onmicrosoft.com
ARM_URL: http://darts-stub-services.staging.platform.hmcts.net
function:
image: sdshmctspublic.azurecr.io/darts/api:prod-908d03e-20240515143301 # {"$imagepolicy": "flux-system:darts-api"}
image: sdshmctspublic.azurecr.io/darts/api:prod-3bbdc57-20240515150844 # {"$imagepolicy": "flux-system:darts-api"}
2 changes: 1 addition & 1 deletion apps/darts-modernisation/darts-api/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ spec:
ACTIVE_DIRECTORY_B2C_AUTH_URI: https://hmctsstgextid.b2clogin.com/hmctsstgextid.onmicrosoft.com
ARM_URL: http://darts-stub-services.test.platform.hmcts.net
function:
image: sdshmctspublic.azurecr.io/darts/api:prod-908d03e-20240515143301 # {"$imagepolicy": "flux-system:darts-api"}
image: sdshmctspublic.azurecr.io/darts/api:prod-3bbdc57-20240515150844 # {"$imagepolicy": "flux-system:darts-api"}
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ spec:
values:
java:
ingressHost: darts-automated-tasks.{{ .Values.global.environment }}.platform.hmcts.net
image: sdshmctspublic.azurecr.io/darts/api:prod-908d03e-20240515143301 # {"$imagepolicy": "flux-system:darts-api"}
image: sdshmctspublic.azurecr.io/darts/api:prod-3bbdc57-20240515150844 # {"$imagepolicy": "flux-system:darts-api"}
disableTraefikTls: true
memoryRequests: '3G'
memoryLimits: '4G'
function:
image: sdshmctspublic.azurecr.io/darts/api:prod-908d03e-20240515143301 # {"$imagepolicy": "flux-system:darts-api"}
image: sdshmctspublic.azurecr.io/darts/api:prod-3bbdc57-20240515150844 # {"$imagepolicy": "flux-system:darts-api"}
minReplicaCount: 0
maxReplicaCount: 0
triggers:
Expand Down
4 changes: 2 additions & 2 deletions apps/flux-system/base/image-update-automation.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: image.toolkit.fluxcd.io/v1beta1
apiVersion: image.toolkit.fluxcd.io/v1beta2
kind: ImageUpdateAutomation
metadata:
name: imageautomation
Expand All @@ -16,7 +16,7 @@ spec:
author:
email: [email protected]
name: fluxcdbot
messageTemplate: '{{range .Updated.Images}}{{println .}}{{end}}'
messageTemplate: "{{range .Updated.Images}}{{println .}}{{end}}"
push:
branch: master
update:
Expand Down
11,176 changes: 6,749 additions & 4,427 deletions apps/flux-system/ptl/base/gotk-components.yaml

Large diffs are not rendered by default.

0 comments on commit 3962b37

Please sign in to comment.