argocd-helm/charts/argo-workflows/templates/server
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
..
server-cluster-roles.yaml fix(argo-workflows): serviceaccount rbac when sso is enabled (#1586) 2022-10-27 10:04:37 +09:00
server-crb.yaml feat(argo-workflows): Add parameter to enable or disable server and controller roles (#1166) 2022-03-12 18:13:42 +01:00
server-deployment-pdb.yaml chore(argo-workflows): Remove legacy API versions for PDBs (#1741) 2022-12-29 17:31:39 +01:00
server-deployment.yaml feat(argo-workflows): Add helper function to determine image value, minus tag (#1754) 2023-01-09 18:03:26 -06:00
server-ingress.yaml feat(argo-workflow): Add pathType value to ingress (#854) 2021-08-10 15:45:09 +02:00
server-sa.yaml feat(argo-workflows): Add labels for ServiceAccounts (#1665) 2022-11-25 09:35:40 +09:00
server-service.yaml fix(argo-workflows): avoid label exceeding maximum length (#1692) 2022-12-09 15:50:05 +09:00