@@ -42,7 +42,8 @@ The scripts in this directory automate the process of:
42425 . Updates ` Chart.yaml ` with RedHat-specific metadata:
4343 - Sets description to "RedHat Argo CD Agent for connecting managed clusters to a Principal"
4444 - 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 ` )
45+ - Sets version to the ref value from ` config.yaml ` with "v" prefix removed (e.g., ` v0.5.1 ` → ` 0.5.1 ` )
46+ - Sets appVersion to the same version value (without "v" prefix)
46476 . Updates ` values.yaml ` with production image repository:
4748 - Image repository: ` registry.redhat.io/openshift-gitops-1/argocd-agent-rhel8 `
4849 - Image tag: Provided as argument, should be similar to what is present on the catalog. e.g. v1.18.1, v1.18.1-2
@@ -83,7 +84,8 @@ The scripts in this directory automate the process of:
83844 . Updates ` Chart.yaml ` with RedHat-specific metadata:
8485 - Sets description to "RedHat Argo CD Agent for connecting managed clusters to a Principal"
8586 - 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 ` )
87+ - Sets version to the ref value from ` config.yaml ` with "v" prefix removed (e.g., ` v0.5.1 ` → ` 0.5.1 ` )
88+ - Sets appVersion to the same version value (without "v" prefix)
87895 . Updates ` values.yaml ` with stage image repository:
8890 - Image repository: ` quay.io/redhat-user-workloads/rh-openshift-gitops-tenant/argocd-agent-rhel8 `
8991 - Image tag: Provided as argument
0 commit comments