diff options
| author | jannfis <jann@mistrust.net> | 2023-07-09 17:27:45 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-09 17:27:45 -0400 |
| commit | 8dd44c84a6a3be8ed692ec74adcd56fb18265b1b (patch) | |
| tree | d4c3457c330c18f0fadbfcec53442e2939823011 /manifests | |
| parent | 972500fc657f5980915f07317f963b4b091e4ff7 (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.yaml | 2 | ||||
| -rw-r--r-- | manifests/install.yaml | 3 |
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 |
