-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
leverage autogenerated helm chart for hypershift install/upgrade
https://issues.redhat.com/browse/ARO-11084 Signed-off-by: Gerd Oberlechner <[email protected]>
- Loading branch information
Showing
109 changed files
with
54,868 additions
and
67,202 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# HyperShift Operator | ||
|
||
To promote HyperShift Operator, increment the `HO_IMAGE` variable in the Makefile, then run `make prepare-ho-manifests` to generate the corresponding manifests for that image. | ||
To promote HyperShift Operator, increment the `HO_IMAGE` variable in the Makefile, then run `make helm-chart` to generate the corresponding manifests for that image. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
ARO_HCP_IMAGE_ACR ?= {{ .svcAcrName }} | ||
ARO_HCP_SVC_ACR ?= {{ .svcAcrName }} | ||
ARO_HCP_OCP_ACR ?= {{ .ocpAcrName }} | ||
HO_IMAGE_TAG ?= {{ .hypershiftOperatorImageTag }} | ||
ED_IMAGE_TAG ?= {{ .externalDNSImageTag }} | ||
HO_IMAGE ?= ${ARO_HCP_SVC_ACR}.azurecr.io/acm-d/rhtap-hypershift-operator:${HO_IMAGE_TAG} | ||
ED_IMAGE ?= ${ARO_HCP_SVC_ACR}.azurecr.io/external-dns/external-dns:${ED_IMAGE_TAG} | ||
RESOURCEGROUP ?= {{ .managementClusterRG }} | ||
REGIONAL_RESOURCEGROUP ?= {{ .regionRG }} | ||
ZONE_NAME ?= {{ .regionalDNSSubdomain }}.{{ .baseDnsZoneName }} | ||
AKS_NAME ?= {{ .aksName }} | ||
HYPERSHIFT_NAMESPACE ?= "hypershift" | ||
HO_CHART_DIR = deploy/helm/charts/hypershift-operator |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
hypershiftoperator/deploy/base/serviceaccount-external-dns.yaml
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.