--install --atomic --namespace $NAMESPACE -f $VALUES --set image.tag=$CI_COMMIT_TAG
But get this error:
Error: "helm upgrade" requires 2 arguments
Usage: helm upgrade [RELEASE] [CHART] [flags]
I'm sure all variables are strings without any space
any mistake I made?
Print RELEASE, makes sure it's valorised
Checked its admin
Resolved: $VALUES had been set as a variable, not a file 🙈
Обсуждают сегодня