Compare commits

...

10 Commits

Author SHA1 Message Date
e2b67b72a5 Revert "feat: remove sa2kubeconfig.sh aas vals support inCluster now"
All checks were successful
ZeroDownTime/zdt-argocd/pipeline/head This commit looks good
ZeroDownTime/zdt-argocd/pipeline/tag This commit looks good
This reverts commit 1a7f4722dfa91f496c5c43d3385e4283c7c917c5.
2025-03-20 19:43:23 +00:00
66f6ef4548 Merge pull request 'chore(deps): update all non-major dependencies' (#7) from renovate/all-minor-patch into main
All checks were successful
ZeroDownTime/zdt-argocd/pipeline/head This commit looks good
Reviewed-on: #7
2025-03-20 18:11:48 +00:00
c08a71b4a2 chore(deps): update all non-major dependencies
All checks were successful
ZeroDownTime/zdt-argocd/pipeline/pr-main This commit looks good
2025-03-20 03:03:56 +00:00
1a7f4722df feat: remove sa2kubeconfig.sh aas vals support inCluster now
All checks were successful
ZeroDownTime/zdt-argocd/pipeline/head This commit looks good
ZeroDownTime/zdt-argocd/pipeline/tag This commit looks good
2025-03-13 21:35:41 +00:00
ec91bd22ab Merge pull request 'chore(deps): update quay.io/argoproj/argocd docker tag to v2.14.5' (#6) from renovate/all-minor-patch into main
All checks were successful
ZeroDownTime/zdt-argocd/pipeline/head This commit looks good
Reviewed-on: #6
2025-03-12 14:24:46 +00:00
6b83b07beb chore(deps): update quay.io/argoproj/argocd docker tag to v2.14.5 2025-03-12 03:03:20 +00:00
80f2a21ee7 Merge pull request 'chore(deps): update all non-major dependencies' (#5) from renovate/all-minor-patch into main
Reviewed-on: #5
2025-03-11 18:18:11 +00:00
93b3feebf9 chore(deps): update all non-major dependencies 2025-03-05 03:03:53 +00:00
f25689faca Merge pull request 'chore(deps): update all non-major dependencies' (#4) from renovate/all-minor-patch into main
All checks were successful
ZeroDownTime/zdt-argocd/pipeline/head This commit looks good
ZeroDownTime/zdt-argocd/pipeline/tag This commit looks good
Reviewed-on: #4
2025-02-14 17:37:09 +00:00
f172103ecb chore(deps): update all non-major dependencies
All checks were successful
ZeroDownTime/zdt-argocd/pipeline/pr-main This commit looks good
2025-02-12 03:08:18 +00:00

View File

@ -1,11 +1,11 @@
FROM quay.io/argoproj/argocd:v2.13.1
FROM quay.io/argoproj/argocd:v2.14.7
# renovate: datasource=github-releases depName=sops packageName=getsops/sops
ARG SOPS_VERSION=v3.9.2
ARG SOPS_VERSION=v3.9.4
# renovate: datasource=github-releases depName=vals packageName=helmfile/vals
ARG VALS_VERSION=v0.38.0
ARG VALS_VERSION=v0.39.4
# renovate: datasource=github-releases depName=helm-secrets packageName=jkroepke/helm-secrets
ARG HELM_SECRETS_VERSION=v4.6.2
ARG HELM_SECRETS_VERSION=v4.6.3
ARG ARGOCD_USER_ID="999"