summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorjannfis <jann@mistrust.net>2023-07-09 17:27:45 -0400
committerGitHub <noreply@github.com>2023-07-09 17:27:45 -0400
commit8dd44c84a6a3be8ed692ec74adcd56fb18265b1b (patch)
treed4c3457c330c18f0fadbfcec53442e2939823011 /manifests
parent972500fc657f5980915f07317f963b4b091e4ff7 (diff)
ci: Fix codegen and update kustomize to post-2.0 (#590)
* ci: Fix codegen Signed-off-by: jannfis <jann@mistrust.net> * Fix tar call Signed-off-by: jannfis <jann@mistrust.net> --------- Signed-off-by: jannfis <jann@mistrust.net>
Diffstat (limited to 'manifests')
-rw-r--r--manifests/base/kustomization.yaml2
-rw-r--r--manifests/install.yaml3
2 files changed, 2 insertions, 3 deletions
diff --git a/manifests/base/kustomization.yaml b/manifests/base/kustomization.yaml
index 406ff0c..e362df0 100644
--- a/manifests/base/kustomization.yaml
+++ b/manifests/base/kustomization.yaml
@@ -5,7 +5,7 @@ images:
- name: quay.io/argoprojlabs/argocd-image-updater
newTag: latest
-bases:
+resources:
- ./config
- ./deployment
- ./rbac
diff --git a/manifests/install.yaml b/manifests/install.yaml
index 775ae24..640368d 100644
--- a/manifests/install.yaml
+++ b/manifests/install.yaml
@@ -101,8 +101,7 @@ spec:
app.kubernetes.io/name: argocd-image-updater
spec:
containers:
- - command:
- - /usr/local/bin/argocd-image-updater
+ - args:
- run
env:
- name: APPLICATIONS_API