Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hmcts/cnp-flux-config
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: eb9c1aed0927659242e62c518822f58c8e7f8552
Choose a base ref
..
head repository: hmcts/cnp-flux-config
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fc67db7195e1175b9efc23f16ed02259c747d210
Choose a head ref
Showing 2,828 changed files with 30,533 additions and 34,997 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/pr-summary.yml
Original file line number Diff line number Diff line change
@@ -66,8 +66,13 @@ jobs:
# Write to file
echo -e "$response_body" > "${WORKING_DIRECTORY}${RESPONSE_MD_FILE}"
else
# Extract the JSON body from the response
json_body=$(echo "$response" | awk -v RS='\r\n\r\n' 'END{print}')
# Extract the "detail" field from the JSON body
detail=$(echo $json_body | jq -r '.detail')
echo "Error sending file contents: $response_code"
echo -e "Request to AEP failed to process" > "${WORKING_DIRECTORY}${RESPONSE_MD_FILE}"
echo -e "Request to AEP failed to process with error: $detail" > "${WORKING_DIRECTORY}${RESPONSE_MD_FILE}"
fi
if [ $? -eq 0 ]; then
@@ -90,12 +95,13 @@ jobs:
with:
script: |
const prBody = context.payload.pull_request.body || '';
const summaryText = '## 🤖AEP PR SUMMARY🤖\n\n_I\'m a bot that generates AI summaries of pull requests, see [AEP](https://kainossoftwareltd.github.io/ai-enhanced-platform/) for more details_\n\n' + process.env.response;
const updatedBody = prBody.includes('## 🤖AEP PR SUMMARY🤖')
? prBody.replace(/## 🤖AEP PR SUMMARY🤖[\s\S]*/, '') + '\n\n## 🤖AEP PR SUMMARY🤖\n\n' + process.env.response
: prBody + '\n\n## 🤖AEP PR SUMMARY🤖\n\n' + process.env.response;
? prBody.replace(/## 🤖AEP PR SUMMARY🤖[\s\S]*/, '') + '\n\n' + summaryText
: prBody + '\n\n' + summaryText;
github.rest.pulls.update({
pull_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: updatedBody
})
})
7 changes: 4 additions & 3 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -34,9 +34,6 @@ apps/aac/ @hmcts/cdm
##HMC - CDM
apps/hmc/ @hmcts/cdm

##JPS - Judicial Payment
apps/jps/ @hmcts/judicial-payment

##CPO - CDM
apps/cpo/ @hmcts/cdm

@@ -114,6 +111,7 @@ apps/lau/ @hmcts/lau-admins

### Disposer
apps/disposer/ @hmcts/lau-admins
apps/ccd/ccd-case-disposer/ @hmcts/lau-admins

### CUI-RA
apps/cui/ @hmcts/lau-admins
@@ -158,6 +156,9 @@ apps/dtsse/ @hmcts/rse
### CAPABILITY ONBOARDING
apps/slack-help-bot/cot-slack-help-bot/ @hmcts/work-allocation

### PCS
apps/pcs/ @hmcts/possession-claim-service

### Add new changes here

### Kustomization control
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: helm.toolkit.fluxcd.io/v2beta2
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: aac-ac-int-manage-case-assignment
4 changes: 2 additions & 2 deletions apps/aac/aac-ac-int-manage-case-assignment/demo.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: helm.toolkit.fluxcd.io/v2beta2
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: aac-ac-int-manage-case-assignment
spec:
releaseName: aac-ac-int-manage-case-assignment
values:
java:
image: hmctspublic.azurecr.io/aac/manage-case-assignment:prod-a80abce-20240425102412 #{"$imagepolicy": "flux-system:manage-case-assignment"}
image: hmctspublic.azurecr.io/aac/manage-case-assignment:prod-0d33901-20250108135029 #{"$imagepolicy": "flux-system:manage-case-assignment"}
4 changes: 2 additions & 2 deletions apps/aac/manage-case-assignment/aat.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: helm.toolkit.fluxcd.io/v2beta2
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: manage-case-assignment
spec:
values:
java:
environment:
MANAGE_CASE_S2S_AUTHORISED_SERVICES: xui_webapp,ccd_data,finrem_case_orchestration,divorce_frontend,iac,nfdiv_cos,fpl_case_service,nfdiv_case_api,probate_backend,prl_cos_api,et_cos,civil_service
MANAGE_CASE_S2S_AUTHORISED_SERVICES: xui_webapp,ccd_data,finrem_case_orchestration,divorce_frontend,iac,nfdiv_cos,fpl_case_service,nfdiv_case_api,probate_backend,prl_cos_api,et_cos,civil_service,et_sya_api
DUMMY: true
6 changes: 3 additions & 3 deletions apps/aac/manage-case-assignment/demo.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apiVersion: helm.toolkit.fluxcd.io/v2beta2
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: manage-case-assignment
spec:
values:
java:
image: hmctspublic.azurecr.io/aac/manage-case-assignment:prod-a80abce-20240425102412 #{"$imagepolicy": "flux-system:manage-case-assignment"}
image: hmctspublic.azurecr.io/aac/manage-case-assignment:prod-0d33901-20250108135029 #{"$imagepolicy": "flux-system:manage-case-assignment"}
environment:
MANAGE_CASE_S2S_AUTHORISED_SERVICES: xui_webapp,ccd_data,finrem_case_orchestration,divorce_frontend,iac,nfdiv_cos,fpl_case_service,nfdiv_case_api,civil_service,probate_backend,prl_cos_api,et_cos
MANAGE_CASE_S2S_AUTHORISED_SERVICES: xui_webapp,ccd_data,finrem_case_orchestration,divorce_frontend,iac,nfdiv_cos,fpl_case_service,nfdiv_case_api,civil_service,probate_backend,prl_cos_api,et_cos,et_sya_api
MCA_DS_PROXY_URLS_ALLOWED_LIST: /searchCases.*,/internal/searchCases.*,/internal/cases.*
CCD_DEFINITION_STORE_API_BASE_URL: http://ccd-definition-store-api-demo.service.core-compute-demo.internal
MCA_DEF_STORE_PROXY_URLS_ALLOWED_LIST: /api/display/challenge-questions.*
4 changes: 2 additions & 2 deletions apps/aac/manage-case-assignment/ithc.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apiVersion: helm.toolkit.fluxcd.io/v2beta2
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: manage-case-assignment
spec:
values:
java:
environment:
MANAGE_CASE_S2S_AUTHORISED_SERVICES: xui_webapp,ccd_data,finrem_case_orchestration,divorce_frontend,iac,nfdiv_cos,fpl_case_service,prl_cos_api,et_cos
MANAGE_CASE_S2S_AUTHORISED_SERVICES: xui_webapp,ccd_data,finrem_case_orchestration,divorce_frontend,iac,nfdiv_cos,fpl_case_service,prl_cos_api,et_cos,nfdiv_case_api,et_sya_api
MCA_DS_PROXY_URLS_ALLOWED_LIST: /searchCases.*,/internal/searchCases.*,/internal/cases.*
CCD_DEFINITION_STORE_API_BASE_URL: http://ccd-definition-store-api-ithc.service.core-compute-ithc.internal
MCA_DEF_STORE_PROXY_URLS_ALLOWED_LIST: /api/display/challenge-questions.*
6 changes: 3 additions & 3 deletions apps/aac/manage-case-assignment/manage-case-assignment.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: helm.toolkit.fluxcd.io/v2beta2
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: manage-case-assignment
@@ -8,10 +8,10 @@ spec:
java:
replicas: 2
useInterpodAntiAffinity: true
image: hmctspublic.azurecr.io/aac/manage-case-assignment:prod-a80abce-20240425102412 #{"$imagepolicy": "flux-system:manage-case-assignment"}
image: hmctspublic.azurecr.io/aac/manage-case-assignment:prod-0d33901-20250108135029 #{"$imagepolicy": "flux-system:manage-case-assignment"}
environment:
SPRING_CACHE_CAFFEINE_SPEC: expireAfterWrite=1800s
MANAGE_CASE_S2S_AUTHORISED_SERVICES: xui_webapp,ccd_data,finrem_case_orchestration,divorce_frontend,iac,nfdiv_cos,fpl_case_service,probate_backend,prl_cos_api,et_cos,civil_service
MANAGE_CASE_S2S_AUTHORISED_SERVICES: xui_webapp,ccd_data,finrem_case_orchestration,divorce_frontend,iac,nfdiv_cos,nfdiv_case_api,fpl_case_service,probate_backend,prl_cos_api,et_cos,civil_service,et_sya_api
chart:
spec:
chart: ./stable/aac-manage-case-assignment
6 changes: 3 additions & 3 deletions apps/aac/manage-case-assignment/perftest.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
apiVersion: helm.toolkit.fluxcd.io/v2beta2
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: manage-case-assignment
spec:
values:
java:
environment:
MANAGE_CASE_S2S_AUTHORISED_SERVICES: xui_webapp,ccd_data,finrem_case_orchestration,divorce_frontend,iac,nfdiv_cos,fpl_case_service,prl_cos_api,et_cos
MANAGE_CASE_S2S_AUTHORISED_SERVICES: xui_webapp,ccd_data,finrem_case_orchestration,divorce_frontend,iac,nfdiv_cos,fpl_case_service,prl_cos_api,et_cos,nfdiv_case_api,et_sya_api
MCA_DS_PROXY_URLS_ALLOWED_LIST: /searchCases.*,/internal/searchCases.*,/internal/cases.*
CCD_DEFINITION_STORE_API_BASE_URL: http://ccd-definition-store-api-perftest.service.core-compute-perftest.internal
MCA_DEF_STORE_PROXY_URLS_ALLOWED_LIST: /api/display/challenge-questions.*
ROLE_ASSIGNMENT_URL: http://am-role-assignment-service-perftest.service.core-compute-perftest.internal
image: hmctspublic.azurecr.io/aac/manage-case-assignment:prod-a80abce-20240425102412 #{"$imagepolicy": "flux-system:perftest-manage-case-assignment"}
image: hmctspublic.azurecr.io/aac/manage-case-assignment:prod-0d33901-20250108135029 #{"$imagepolicy": "flux-system:manage-case-assignment"}
2 changes: 1 addition & 1 deletion apps/aac/manage-case-assignment/prod.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: helm.toolkit.fluxcd.io/v2beta2
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: manage-case-assignment
2 changes: 1 addition & 1 deletion apps/admin/aat/01/traefik-neuvector-api.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: helm.toolkit.fluxcd.io/v2beta2
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: traefik-neuvector-api
2 changes: 1 addition & 1 deletion apps/admin/delete-hung-pods/cron.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2beta2
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: restart-pods
37 changes: 19 additions & 18 deletions apps/admin/demo/base/azure-config-file.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
apiVersion: v1
data:
azure.json: ENC[AES256_GCM,data:MHGo+e7sNHvX83cnkAiK3jo33D2lHr3SWJlRi32ijdXa9YNIW6vksklYcA6ohEWo7KHdCmOyuMZGlfl02o4WHN4S+WHLiRqJoYekRiRYYy8fHa+YI4xWXz0gqwVBJNsYR1akNERFFJWxHgnGbteqe8YXjwnsUTRu4k4187U2o3QJNFZyj3A8UMp0rnStj2dVpEggO0DQrZRia0ifw0o/gzDBE27wlmcUgkpBu3MIAMvICpNb54lYYJnIOz+qYn6TQokCqVQQ5ksf177u6SSjCgK0uzW8URdy5UBYiWDEQ8DyMQteC4mX7VtrrFeqSmYTkjid68GGRBeLxUpQp2t66oncyUDi3QAWbmbgXYRDX7M99k/EeCjjbcgAw+c4+dcqz/7l+BPckWDE1ZtzB0W4fvX+hGIkojT7Zlj0g91XeiTpGcESJ+7z9PE2N55Ae2Hr3dVjn67rzvMYzzMlFgdcnKnjLGQDdRrBzVeZrITJuu0=,iv:KKpy9eT9RHd1kEUm2EdAGXjlUtuuokhL2vZHrc+6IKs=,tag:Cn/7upoL93/eKbipvvIbIQ==,type:str]
azure.json: ENC[AES256_GCM,data:kCzD5MnReemgSBCMTG1SfDWeZMS0Z91F1R+AMMilrAiFxe9U86XJVN//kL54pG6vM6icB3niGRg=,iv:67OP13n85Qs8HAP7K5VBBZ4t+tD8rLCf7LunM8Kon58=,tag:OkFOrPMZv3WzO6EKpFxDqw==,type:str]
kind: Secret
metadata:
name: azure-config-file
namespace: admin
creationTimestamp: null
name: azure-config-file
namespace: admin
type: Opaque
sops:
kms: []
gcp_kms: []
azure_kv:
- vault_url: https://dcdcftappsdemokv.vault.azure.net
name: sops-key
version: 7a5cc0c79b02466c86bc594c431e00f7
created_at: "2023-02-15T13:29:57Z"
enc: DUtUZlk9PEzaDUekR_CGwDUQfmnuEd8b1H4lckmB2SWnz6inRcfPGeIPO4f-K1Luwo-n954YemNgCnvuYxR3dJaElOVzG2Y6dacaU4qt03ae67aHH8wXQKCNdU1bl_18OlkLzbVSegk5VxOA9bJmvtEYsSThi1X7fV9Wp5p4oncuE5Kkz1QXlIYaHJydh7cLXYRAOnM_bgQloeWlNsdTjjY53VNv4pFw6c1VptcM-r6tW74wsvb2rN1mUdngWvpotZSeIReS951m5WI0MUJz4cTrsoJhVXf4hvzxThvqFj01NF0ie0qvstPheWOfKScEB054oTAy1dtm0aV3zVV7Vw
hc_vault: []
age: []
lastmodified: "2023-02-15T13:29:57Z"
mac: ENC[AES256_GCM,data:2rW20Zja/mmjWFf/U/5uHadKvILbsA5ofwL6VfSZOy1bT4DnjnwgkL1p9DvbvLoqTV533QNBpelxtbLtwTxXV+PFQ12n8tqHXaFT7+qZ8nBM3BzvCA5u+qBf5+Ahc/zxA9bStmRcQxGkSHDsGpEiAP9/w50EOfP0pKtBkgf8vI0=,iv:fd32d3w9edJxCQMBIKa3GLvKShd10LL3FoS/VizlIl8=,tag:iMcWTscNbsuHcJbkLGtY1A==,type:str]
pgp: []
encrypted_regex: ^(data|stringData)$
version: 3.7.3
kms: []
gcp_kms: []
azure_kv:
- vault_url: https://dcdcftappsdemokv.vault.azure.net
name: sops-key
version: 7a5cc0c79b02466c86bc594c431e00f7
created_at: "2024-06-11T14:31:24Z"
enc: Bf_nR-Qq4TwDuqBaD_ylfumS0pdB5O_hA3oXGs6_GhkFEqre7_3-M2JyKhh8CO_0zeNpHs5PG-8w8hXCAh4frenVtiBTq7lnYPzTQ8xFP9eowxyJUfgplWyD1IQCy9InNW3PbC2IdBH0gtnAt5_Dehsx7CR3pwfg8cW27vYvP_WNe9WUyQ6E17S2NKOhuwMNoiUuidprd-BZNCn0hSoNIJkfDsez-RSTKrK_Nq1flsfvZQ4AUmVn9CuCZrzG9dzNGJ3JUgjgF-v-2JK3doVjeUvFx4VekLDDe0_xgHj9TDRO1W0tTo8oYtsiEkvth-DgXvP-ER3Cu7yL_E3c8lBskA
hc_vault: []
age: []
lastmodified: "2024-06-11T14:31:32Z"
mac: ENC[AES256_GCM,data:w4FeB/I19O0NMB5b/WLZo7TRY1GZkJsdr6KfwTbxJM6ZDmxjXPAs2sTN2wZVN0iJ8RieoYSi6xSr5dVFSyU+fbBO1DXCyN/628mukH0WfiJrSXciEyor/f3wUulZLFAYaAqh8Fz8GhbI68//KIC+OXbv012NBKr6ky82Of2/qV0=,iv:eLRGn2caZT/If9QadLi0AosrFW+woAN64x/UBiXaVy8=,tag:x0iWwZzHshu1XZ0LpEpPGQ==,type:str]
pgp: []
encrypted_regex: ^(data|stringData)$
version: 3.8.1
2 changes: 1 addition & 1 deletion apps/admin/env-injector/demo.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: helm.toolkit.fluxcd.io/v2beta2
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: env-injector-webhook
2 changes: 1 addition & 1 deletion apps/admin/env-injector/env-injector.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: helm.toolkit.fluxcd.io/v2beta2
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: env-injector-webhook
2 changes: 1 addition & 1 deletion apps/admin/env-injector/sbox.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: helm.toolkit.fluxcd.io/v2beta2
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: env-injector-webhook
2 changes: 1 addition & 1 deletion apps/admin/external-dns-2/external-dns-helmrepo.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: source.toolkit.fluxcd.io/v1beta2
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: external-dns
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: helm.toolkit.fluxcd.io/v2beta2
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: external-dns
4 changes: 2 additions & 2 deletions apps/admin/external-dns-2/external-dns.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: helm.toolkit.fluxcd.io/v2beta2
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: external-dns
@@ -8,7 +8,7 @@ spec:
chart:
spec:
chart: external-dns
version: 6.34.2
version: 8.6.0
sourceRef:
kind: HelmRepository
name: external-dns
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: helm.toolkit.fluxcd.io/v2beta2
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: external-dns-private
namespace: admin
spec:
releaseName: external-dns-private
values:
txtOwnerId: preview-active
txtOwnerId: preview-inactive
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: helm.toolkit.fluxcd.io/v2beta2
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: external-dns-private
namespace: admin
spec:
releaseName: external-dns-private
values:
txtOwnerId: preview-inactive
txtOwnerId: preview-active
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: helm.toolkit.fluxcd.io/v2beta2
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: external-dns-private
2 changes: 1 addition & 1 deletion apps/admin/perftest/00/keda-patch.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2beta2
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: keda
21 changes: 0 additions & 21 deletions apps/admin/traefik-crds-upgrade-v27.0.2/kustomization.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions apps/admin/traefik-crds-upgrade-v27.0.2/kustomize.yaml

This file was deleted.

27 changes: 9 additions & 18 deletions apps/admin/traefik-crds/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,12 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- https://raw.githubusercontent.com/traefik/traefik-helm-chart/v26.0.0/traefik/crds/traefik.io_ingressroutetcps.yaml
- https://raw.githubusercontent.com/traefik/traefik-helm-chart/v26.0.0/traefik/crds/traefik.io_ingressroutes.yaml
- https://raw.githubusercontent.com/traefik/traefik-helm-chart/v26.0.0/traefik/crds/traefik.io_ingressrouteudps.yaml
- https://raw.githubusercontent.com/traefik/traefik-helm-chart/v26.0.0/traefik/crds/traefik.io_middlewares.yaml
- https://raw.githubusercontent.com/traefik/traefik-helm-chart/v26.0.0/traefik/crds/traefik.io_middlewaretcps.yaml
- https://raw.githubusercontent.com/traefik/traefik-helm-chart/v26.0.0/traefik/crds/traefik.io_serverstransports.yaml
- https://raw.githubusercontent.com/traefik/traefik-helm-chart/v26.0.0/traefik/crds/traefik.io_tlsoptions.yaml
- https://raw.githubusercontent.com/traefik/traefik-helm-chart/v26.0.0/traefik/crds/traefik.io_tlsstores.yaml
- https://raw.githubusercontent.com/traefik/traefik-helm-chart/v26.0.0/traefik/crds/traefik.io_traefikservices.yaml
- https://raw.githubusercontent.com/traefik/traefik-helm-chart/v26.0.0/traefik/crds/traefik.containo.us_ingressrouteudps.yaml
- https://raw.githubusercontent.com/traefik/traefik-helm-chart/v26.0.0/traefik/crds/traefik.containo.us_ingressroutes.yaml
- https://raw.githubusercontent.com/traefik/traefik-helm-chart/v26.0.0/traefik/crds/traefik.containo.us_ingressroutetcps.yaml
- https://raw.githubusercontent.com/traefik/traefik-helm-chart/v26.0.0/traefik/crds/traefik.containo.us_middlewares.yaml
- https://raw.githubusercontent.com/traefik/traefik-helm-chart/v26.0.0/traefik/crds/traefik.containo.us_middlewaretcps.yaml
- https://raw.githubusercontent.com/traefik/traefik-helm-chart/v26.0.0/traefik/crds/traefik.containo.us_serverstransports.yaml
- https://raw.githubusercontent.com/traefik/traefik-helm-chart/v26.0.0/traefik/crds/traefik.containo.us_tlsoptions.yaml
- https://raw.githubusercontent.com/traefik/traefik-helm-chart/v26.0.0/traefik/crds/traefik.containo.us_tlsstores.yaml
- https://raw.githubusercontent.com/traefik/traefik-helm-chart/v26.0.0/traefik/crds/traefik.containo.us_traefikservices.yaml
- https://raw.githubusercontent.com/traefik/traefik-helm-chart/v33.0.0/traefik/crds/traefik.io_ingressroutetcps.yaml
- https://raw.githubusercontent.com/traefik/traefik-helm-chart/v33.0.0/traefik/crds/traefik.io_ingressroutes.yaml
- https://raw.githubusercontent.com/traefik/traefik-helm-chart/v33.0.0/traefik/crds/traefik.io_ingressrouteudps.yaml
- https://raw.githubusercontent.com/traefik/traefik-helm-chart/v33.0.0/traefik/crds/traefik.io_middlewares.yaml
- https://raw.githubusercontent.com/traefik/traefik-helm-chart/v33.0.0/traefik/crds/traefik.io_middlewaretcps.yaml
- https://raw.githubusercontent.com/traefik/traefik-helm-chart/v33.0.0/traefik/crds/traefik.io_serverstransports.yaml
- https://raw.githubusercontent.com/traefik/traefik-helm-chart/v33.0.0/traefik/crds/traefik.io_tlsoptions.yaml
- https://raw.githubusercontent.com/traefik/traefik-helm-chart/v33.0.0/traefik/crds/traefik.io_tlsstores.yaml
- https://raw.githubusercontent.com/traefik/traefik-helm-chart/v33.0.0/traefik/crds/traefik.io_traefikservices.yaml
4 changes: 2 additions & 2 deletions apps/admin/traefik2/aat/00.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: helm.toolkit.fluxcd.io/v2beta2
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: traefik2
@@ -12,4 +12,4 @@ spec:
podLabels:
useWorkloadIdentity: "true"
serviceAccount:
name: admin
name: admin
2 changes: 1 addition & 1 deletion apps/admin/traefik2/aat/01.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: helm.toolkit.fluxcd.io/v2beta2
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: traefik2
2 changes: 1 addition & 1 deletion apps/admin/traefik2/aat/internal-cert-patch.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: helm.toolkit.fluxcd.io/v2beta2
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: traefik2
Loading