Skip to content

Commit

Permalink
Updated CS image and added 1PC parameter
Browse files Browse the repository at this point in the history
Signed-off-by: Alba Hita Catala <[email protected]>
  • Loading branch information
ahitacat committed Sep 12, 2024
1 parent b53b485 commit ed2dd55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cluster-service/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ deploy:
-p IMAGE_REGISTRY=${ARO_HCP_IMAGE_ACR}.azurecr.io \
-p IMAGE_REPOSITORY=app-sre/uhc-clusters-service \
-p FPA_CERT_NAME=${FPA_CERT_NAME} \
-p IMAGE_TAG=2256c75 | oc apply -f -
-p IMAGE_TAG=1c6873c | oc apply -f -

deploy-integ:
oc process --local -f deploy/integration/cluster-service-namespace.yaml | oc apply -f -
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,7 @@ objects:
- --cloud-region-config=/configs/cloud-resources/cloud-regions.yaml
- --cloud-region-constraints-config=/configs/cloud-resource-constraints/cloud-region-constraints.yaml
- --azure-auth-config-path=/secrets/azure-credentials/azure-auth-config
- --azure-first-party-application-certificate-bundle-path=/secrets/keyvault/firstPartyApplicationCertificateBundle
livenessProbe:
httpGet:
path: /api/clusters_mgmt/v1
Expand Down

0 comments on commit ed2dd55

Please sign in to comment.