Open YuriiBudnyi opened 5 months ago
Are you still having this issue? The log indicates that it doesn't know about the cmp "tanka", did you verify that it's in the right ns? (I know this was an upgrade but just trying to be thorough)
Can you also post your plugin config?
Hi @christianh814. Yes in the same namespace, in argocd ns, like other applications. It is an issue with only one app.
apiVersion: v1
data:
tanka.yaml: |
apiVersion: argoproj.io/v1alpha1
kind: ConfigManagementPlugin
metadata:
name: tanka
spec:
generate:
command:
- /usr/local/bin/tanka.sh
kind: ConfigMap
metadata:
annotations:
argocd.argoproj.io/tracking-id: ''
labels:
app.kubernetes.io/component: repo-server
app.kubernetes.io/instance: argocd
app.kubernetes.io/managed-by: Helmraiser
app.kubernetes.io/name: argocd-cmp-cm
app.kubernetes.io/part-of: argocd
app.kubernetes.io/version: v2.11.3
helm.sh/chart: argo-cd-7.1.4
name: argocd-cmp-cm
namespace: argocd
tanka.sh (removed some field)
#!/usr/bin/env bash
set -e
jb install
tk show "path_main.jsonnet" --dangerous-allow-redirect -V tag=image_tag
Checklist:
argocd version
.Describe the bug After upgrading ArgoCD from version 2.10.2 to 2.11.3, we encountered an issue with one of our applications. When attempting to change the target revision using the ArgoCD UI, the following error occurs:
All others apps works fine and I can change target revision branch name via UI.
Additional Context: Attempted to delete and reapply the application. Restarted Redis for caching. Restarted repo-server pods which have the sidecar tanka plugin.
Manifest of app:
To Reproduce Not sure how to reproduce it. Happens with only one app.
Expected behavior
Screenshots
Version 2.11.3
Logs