Hi, Solved, had to update the config from --tekto...
# general
g
Hi, Solved, had to update the config from --tekton-image to --gitjob-image I got a strange issue after upgrading Rancher from version 2.7.6 -> 2.8.4 The gitjob deployment fails thus stopping Helm from upgrading Rancher completely
Copy code
Incorrect Usage. flag provided but not defined: -tekton-image
2024-05-23T14:23:05.126914256Z 
2024-05-23T14:23:05.127116984Z NAME:
2024-05-23T14:23:05.127124502Z    gitjob - A new cli application
2024-05-23T14:23:05.127126755Z 
2024-05-23T14:23:05.127129784Z USAGE:
2024-05-23T14:23:05.127223832Z    gitjob [global options] command [command options] [arguments...]
2024-05-23T14:23:05.127228464Z 
2024-05-23T14:23:05.127231714Z VERSION:
2024-05-23T14:23:05.127271258Z    v0.0.0-dev (HEAD)
2024-05-23T14:23:05.127274612Z 
2024-05-23T14:23:05.127277453Z COMMANDS:
   help, h  Shows a list of commands or help for one command
2024-05-23T14:23:05.127346915Z 
2024-05-23T14:23:05.127349449Z GLOBAL OPTIONS:
2024-05-23T14:23:05.127456395Z    --kubeconfig value     [$KUBECONFIG]
2024-05-23T14:23:05.127460760Z    --namespace value     (default: "kube-system") [$NAMESPACE]
2024-05-23T14:23:05.127463722Z    --listen value        (default: ":8080")
2024-05-23T14:23:05.127466008Z    --gitjob-image value  (default: "rancher/gitjob:dev")
2024-05-23T14:23:05.127468645Z    --debug               
2024-05-23T14:23:05.127470802Z    --help, -h            show help
2024-05-23T14:23:05.127473072Z    --version, -v         print the version
2024-05-23T14:23:05.127587189Z time="2024-05-23T14:23:05Z" level=fatal msg="flag provided but not defined: -tekton-image"