@@ -39,7 +39,10 @@ The scripts in this directory automate the process of:
39392 . Reads commit and ref from ` config.yaml `
40403 . Initializes and updates the ` sources/argocd-agent ` submodule
41414 . Copies the helm chart to an output directory named ` {commit}-{ref} `
42- 5 . Updates ` Chart.yaml ` with RedHat-specific metadata
42+ 5 . Updates ` Chart.yaml ` with RedHat-specific metadata:
43+ - Sets description to "RedHat Argo CD Agent for connecting managed clusters to a Principal"
44+ - Adds annotation ` charts.openshift.io/name ` = "RedHat Argo CD Agent - Agent Component"
45+ - Sets version to the ref value from ` config.yaml ` (e.g., ` v0.5.1 ` )
43466 . Updates ` values.yaml ` with production image repository:
4447 - Image repository: ` registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8 `
4548 - Image tag: Provided as argument, should be similar to what is present on the catalog. e.g. v1.18.1, v1.18.1-2
@@ -77,7 +80,10 @@ The scripts in this directory automate the process of:
77801 . Reads commit and ref from ` config.yaml `
78812 . Initializes and updates the ` sources/argocd-agent ` submodule
79823 . Copies the helm chart to an output directory named ` {commit}-{ref}-stage `
80- 4 . Updates ` Chart.yaml ` with RedHat-specific metadata
83+ 4 . Updates ` Chart.yaml ` with RedHat-specific metadata:
84+ - Sets description to "RedHat Argo CD Agent for connecting managed clusters to a Principal"
85+ - Adds annotation ` charts.openshift.io/name ` = "RedHat Argo CD Agent - Agent Component"
86+ - Sets version to the ref value from ` config.yaml ` (e.g., ` v0.5.1 ` )
81875 . Updates ` values.yaml ` with stage image repository:
8288 - Image repository: ` quay.io/redhat-user-workloads/rh-openshift-gitops-tenant/argocd-agent-rhel8 `
8389 - Image tag: Provided as argument
0 commit comments