Skip to content

Commit 29c9233

Browse files
Merge pull request #4 from silogen/fix/upgrade-k8s-auth
Authenticate to GKE before upgrading helm chart
2 parents 0a03d57 + 4789085 commit 29c9233

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

codehub/cli/create.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,11 @@ def upgrade(config: UpgradeConfig):
7474
deploy_config,
7575
config.hub_config,
7676
)
77-
install_helm_chart(deploy_config, upgrade=True)
7877

7978
authenticate_k8s_GKE(config.name)
79+
80+
install_helm_chart(deploy_config, upgrade=True)
81+
8082
wait_for_hub_to_get_ready(k8s_dir)
8183

8284

0 commit comments

Comments
 (0)