argocd-helm/charts/argo-workflows/templates/controller
Jason Meridth 7992b5d04b
feat(argo-workflows): Add helper function to determine image value, minus tag (#1754)
We have a situation where we want to exclude the registry so that images can
be pulled from in-network mirrors. Currently when you exclude the registry,
you get stuck with a prefixing forward slash.

Had to keep the tags in the manifest files because helm template requires
a colon in the image value.  Otherwise I'd move it into the helper function.

image entries changed: server, controller, executor

Signed-off-by: jmeridth <jmeridth@gmail.com>

Signed-off-by: jmeridth <jmeridth@gmail.com>
2023-01-09 18:03:26 -06:00
..
workflow-aggregate-roles.yaml feat(argo-workflows): Assign common labels to some resources (#1369) 2022-07-13 09:10:34 +09:00
workflow-controller-cluster-roles.yaml feat(argo-workflows): Allow controller to whitelist secrets (#1646) 2022-11-23 16:17:56 +09:00
workflow-controller-config-map.yaml chore(argo-workflows): Support podGCDeleteDelayDuration and podGCGracePeriodSeconds (#1728) 2023-01-03 10:46:01 +09:00
workflow-controller-crb.yaml feat(argo-workflows): Add parameter to enable or disable server and controller roles (#1166) 2022-03-12 18:13:42 +01:00
workflow-controller-deployment-pdb.yaml chore(argo-workflows): Remove legacy API versions for PDBs (#1741) 2022-12-29 17:31:39 +01:00
workflow-controller-deployment.yaml feat(argo-workflows): Add helper function to determine image value, minus tag (#1754) 2023-01-09 18:03:26 -06:00
workflow-controller-sa.yaml feat(argo-workflows): Add labels for ServiceAccounts (#1665) 2022-11-25 09:35:40 +09:00
workflow-controller-service.yaml feat(argo-workflows): Add global tag (#1377) 2022-07-27 09:50:42 +09:00
workflow-controller-servicemonitor.yaml feat(argo-workflows): argo workflows chart to allow set the namespace of Prometheus ServiceMonitor. (#1104) 2022-01-28 14:44:46 +01:00
workflow-rb.yaml feat(argo-workflows): Assign common labels to some resources (#1369) 2022-07-13 09:10:34 +09:00
workflow-role.yaml fix(argo-workflows): missing artifact GC rbac (#1680) 2022-12-02 22:49:50 +09:00
workflow-sa.yaml feat(argo-workflows): Add labels for ServiceAccounts (#1665) 2022-11-25 09:35:40 +09:00