-
Notifications
You must be signed in to change notification settings - Fork 7.5k
Description
Output of helm version:
version.BuildInfo{Version:"v3.3.3", GitCommit:"55e3ca022e40fe200fbc855938995f40b2a68ce0", GitTreeState:"dirty", GoVersion:"go1.15.2"}
Output of kubectl version:
Client Version: version.Info{Major:"1", Minor:"10", GitVersion:"v1.10.3", GitCommit:"2bba0127d85d5a46ab4b778548be28623b32d0b0", GitTreeState:"clean", BuildDate:"2018-05-21T09:17:39Z", GoVersion:"go1.9.3", Compiler:"gc", Platform:"darwin/amd64"}
Server Version: version.Info{Major:"1", Minor:"14", GitVersion:"v1.14.6", GitCommit:"96fac5cd13a5dc064f7d9f4f23030a6aeface6cc", GitTreeState:"clean", BuildDate:"2019-08-19T11:05:16Z", GoVersion:"go1.12.9", Compiler:"gc", Platform:"linux/amd64"}
Cloud Provider/Platform (AKS, GKE, Minikube etc.): Rancher
After upgrading to helm 3.3.3 we are getting the following warning when doing the following helm upgrade:
helm upgrade --namespace cib-k8-magic-dev --install --values /workspace/3/s/dotnet-core/deployment/charts/hello-world-api-values.yaml --set replicaCount=3,support.contact=Support Contact,support.url=Support Email,snowCorrelationId=SNOWCORRELATIONID,smoketest.repository=harbor.intra.absa.co.za/base/appropriate/curl,image.repository=harbor.intra.absa.co.za/k8-magic/hello-world-api,image.tag=0.0.513,ingress.enabled=true,ingress.hosts[0].host=hello-world-api.cib-k8-magic-dev.cib-fx.sdc-nonprod.caas.absa.co.za,connectionstring=*** --wait --version 0.0.513 hello-world-api hello-world-api/hello-world-api --version 0.0.513
The upgrade works, but there appears to be a YAML Exception:
2020-09-21T09:09:27.4439528Z WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: /workspace/_temp/helmTask/1600679351732/config
2020-09-21T09:09:27.4441316Z WARNING: Kubernetes configuration file is world-readable. This is insecure. Location: /workspace/_temp/helmTask/1600679351732/config
2020-09-21T09:09:27.4448265Z Release "hello-world-api" has been upgraded. Happy Helming!
2020-09-21T09:09:27.4449053Z NAME: hello-world-api
2020-09-21T09:09:27.4449483Z LAST DEPLOYED: Mon Sep 21 09:09:13 2020
2020-09-21T09:09:27.4450244Z NAMESPACE: cib-k8-magic-dev
2020-09-21T09:09:27.4450650Z STATUS: deployed
2020-09-21T09:09:27.4450998Z REVISION: 396
2020-09-21T09:09:27.4451239Z TEST SUITE: None
2020-09-21T09:09:27.4451431Z NOTES:
2020-09-21T09:09:27.4451685Z 1. Get the application URL by running these commands:
2020-09-21T09:09:27.4452239Z http://hello-world-api.cib-k8-magic-dev.cib-fx.sdc-nonprod.caas.absa.co.za
2020-09-21T09:09:27.8731222Z ##[warning]Capturing deployment metadata failed with error: YAMLException: incomplete explicit mapping pair; a key node is missed at line 1, column 85:
... able. This is insecure. Location: /workspace/_temp/helmTask/1600 ...