I'm currently using this maven plugin with my projet and I am currently using a S3 bucket as the helm chart repository.
Unfortunately I receive the following message when deploying with this plugin:
[ERROR] Failed to execute goal com.deviceinsight.helm:helm-maven-plugin:2.10.0:deploy (helm) on project xxx: Error creating/publishing helm chart: null: ClientProtocolException: s3 protocol is not supported -> [Help 1]
Is it really not supported by the maven plugin currently or am I doing something wrong?
Hi,
I'm currently using this maven plugin with my projet and I am currently using a S3 bucket as the helm chart repository.
Unfortunately I receive the following message when deploying with this plugin:
[ERROR] Failed to execute goal com.deviceinsight.helm:helm-maven-plugin:2.10.0:deploy (helm) on project xxx: Error creating/publishing helm chart: null: ClientProtocolException: s3 protocol is not supported -> [Help 1]
Is it really not supported by the maven plugin currently or am I doing something wrong?
Thanks for your answer,
David