Skip to content

Conversation

@jessesimpson36
Copy link
Contributor

@jessesimpson36 jessesimpson36 commented Oct 17, 2025

Which problem does the PR fix?

This PR is not intended for merge, as v4 is still in beta. But given how we are HEAVY users of helm, I think it's important to run the tests early on just to see what happens.

What's in this PR?

Checklist

Please make sure to follow our Contributing Guide.

Before opening the PR:

  • In the repo's root dir, run make go.update-golden-only.
  • There is no other open pull request for the same update/change.
  • Tests for charts are added (if needed).
  • In-repo documentation are updated (if needed).

After opening the PR:

  • Did you sign our CLA (Contributor License Agreement)? It will show once you open the PR.
  • Did all checks/tests pass in the PR?

@jessesimpson36
Copy link
Contributor Author

This PR is not intended for merge, as v4 is still in beta. But given how we are HEAVY users of helm, I think it's important to run the tests early on just to see what happens.

@github-actions github-actions bot added version/8.7 Camunda applications/cycle version version/8.8 Camunda applications/cycle version version/8.9 Camunda applications/cycle version labels Oct 17, 2025
@distro-ci-manage-gh-envs distro-ci-manage-gh-envs bot requested a deployment to gke-4507-intg-8-8-gke-kerba-upgm October 17, 2025 19:26 In progress
@distro-ci-manage-gh-envs distro-ci-manage-gh-envs bot requested a deployment to gke-4507-intg-8-8-gke-kerba-upgm October 17, 2025 19:30 In progress
@distro-ci-manage-gh-envs distro-ci-manage-gh-envs bot requested a deployment to gke-4507-intg-8-8-gke-kerba-upgm October 17, 2025 19:33 In progress
@jessesimpson36
Copy link
Contributor Author

 helm upgrade integration *.tgz \
  --namespace ***-pr-4507-intg-8-7-gke-es-e9cff1-upgp \
  --values ../../../../charts/***-platform-8.7/test/integration/scenarios/common/values-integration-test.yaml \
  --values ../../../../charts/***-platform-8.7/test/integration/scenarios/common/values-integration-test-pull-secrets.yaml \
  --values ../../../../charts/***-platform-8.7/test/integration/scenarios/chart-full-setup/values-integration-test-ingress-keycloak.yaml \
  --values ../../../../charts/***-platform-8.7/test/integration/scenarios/chart-full-setup/values-integration-test-ingress-elasticsearch.yaml \
  --values ../../../../charts/***-platform-8.7/test/integration/scenarios/infra/values-infra-preemptible.yaml \
  --force \
  --timeout 20m0s \
  --set orchestration.upgrade.allowPreReleaseImages=true \
  --force \
  --wait-for-jobs \
  --wait --set global.ingress.host=e9cff1-gke-4507-intg-8-7-gke-es-upgp.ci.distro.ultrawombat.com  

Flag --force has been deprecated, use --force-replace instead
Flag --force has been deprecated, use --force-replace instead
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x1fee912]

goroutine 16724 [running]:
helm.sh/helm/v4/pkg/action.(*Upgrade).releasingUpgrade(0xc00033d4a0, 0xc000060c40, 0xc001509480, {0xc000cbb688, 0x4d, 0x8f}, {0xc0016ee008, 0x4d, 0x8f}, 0xc000498000, ...)
	helm.sh/helm/v4/pkg/action/upgrade.go:472 +0x772
created by helm.sh/helm/v4/pkg/action.(*Upgrade).performUpgrade in goroutine 1
	helm.sh/helm/v4/pkg/action/upgrade.go:411 +0x13a8
exit status 2

Still some bugs to work out. I'll notify the Helm team.

@distro-ci-manage-gh-envs distro-ci-manage-gh-envs bot requested a deployment to gke-4507-intg-8-8-gke-kerba-upgm October 17, 2025 19:52 In progress
@distro-ci-manage-gh-envs distro-ci-manage-gh-envs bot requested a deployment to gke-4507-intg-8-8-gke-kerba-upgm October 17, 2025 20:06 In progress
@distro-ci-manage-gh-envs distro-ci-manage-gh-envs bot requested a deployment to gke-4507-intg-8-8-gke-kerba-upgm October 17, 2025 20:10 In progress
@distro-ci-manage-gh-envs distro-ci-manage-gh-envs bot requested a deployment to gke-4507-intg-8-8-gke-kerba-upgm October 17, 2025 20:13 In progress
@jessesimpson36
Copy link
Contributor Author

jessesimpson36 commented Oct 17, 2025

> go tool addr2line ~/code/helm/bin/helm  
0x1fee912
type:.eq.helm.sh/helm/v4/pkg/action.Pull
<autogenerated>:1

@jessesimpson36 jessesimpson36 self-assigned this Oct 23, 2025
@jessesimpson36
Copy link
Contributor Author

A new beta will be released on monday. I will then update .tool-versions and view the tests.

@distro-ci-manage-gh-envs distro-ci-manage-gh-envs bot requested a deployment to gke-4507-intg-8-9-gke-eske October 29, 2025 21:32 In progress
@distro-ci-manage-gh-envs distro-ci-manage-gh-envs bot requested a deployment to gke-4507-intg-8-8-gke-kerba-upgm October 29, 2025 21:33 In progress
@distro-ci-manage-gh-envs distro-ci-manage-gh-envs bot requested a deployment to gke-4507-intg-8-9-gke-eske October 29, 2025 21:37 In progress
@distro-ci-manage-gh-envs distro-ci-manage-gh-envs bot requested a deployment to gke-4507-intg-8-8-gke-kerba-upgm October 29, 2025 21:43 In progress
@distro-ci-manage-gh-envs distro-ci-manage-gh-envs bot requested a deployment to gke-4507-intg-8-9-gke-eske October 29, 2025 21:44 In progress
@distro-ci-manage-gh-envs distro-ci-manage-gh-envs bot requested a deployment to gke-4507-intg-8-9-gke-eske October 29, 2025 22:06 In progress
@distro-ci-manage-gh-envs distro-ci-manage-gh-envs bot requested a deployment to gke-4507-intg-8-8-gke-kerba-upgm October 29, 2025 22:07 In progress
@distro-ci-manage-gh-envs distro-ci-manage-gh-envs bot requested a deployment to gke-4507-intg-8-9-gke-eske October 30, 2025 00:43 In progress
@distro-ci-manage-gh-envs distro-ci-manage-gh-envs bot requested a deployment to gke-4507-intg-8-8-gke-kerba-upgm October 30, 2025 00:43 In progress
@distro-ci-manage-gh-envs distro-ci-manage-gh-envs bot requested a deployment to gke-4507-intg-8-8-gke-kerba-upgm October 30, 2025 00:46 In progress
@distro-ci-manage-gh-envs distro-ci-manage-gh-envs bot requested a deployment to gke-4507-intg-8-9-gke-eske October 30, 2025 00:46 In progress
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/ci component/identity component/orchestration tool/asdf tool/github-actions version/8.7 Camunda applications/cycle version version/8.8 Camunda applications/cycle version version/8.9 Camunda applications/cycle version

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants