Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Force rollout of deployed IOC #12

Merged
merged 1 commit into from
Apr 17, 2024
Merged

Force rollout of deployed IOC #12

merged 1 commit into from
Apr 17, 2024

Conversation

@marcelldls
Copy link
Contributor Author

marcelldls commented Apr 16, 2024

Im happy that this solves our problem. The following test was done to reproduce the issue:

  • Clone a local copy of ec-helm-charts
  • Specify ioc-instance path to ec-helm-charts/Charts/ioc-instance in helm/shared/Chart.yaml
  • deploy-local vanilla bl01c-ea-test-01
  • Edit ioc.yaml to replace pv: bl01c:IBEK:B with pv: bl01c:IBEK:BEHAVE
  • deploy-local edited bl01c-ea-test-01
  • kubectl describe cm bl01c-ea-test-01-config shows pv: bl01c:IBEK:BEHAVE
  • ec logs bl01c-ea-test-01 shows dbpf "bl01c:IBEK:B" "2.61" -> Conflict here

I test the changes as follows:

  • From local copy of ec-helm-charts checkout marcelldls-patch-1
  • deploy-local edited bl01c-ea-test-01
  • kubectl describe cm bl01c-ea-test-01-config shows pv: bl01c:IBEK:BEHAVE
  • ec logs bl01c-ea-test-01 shows dbpf "bl01c:IBEK:BEHAVE" "2.61"

Copy link
Member

@gilesknap gilesknap left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks Good!

@gilesknap gilesknap merged commit fb2099e into main Apr 17, 2024
2 checks passed
@marcelldls marcelldls deleted the marcelldls-patch-1 branch August 22, 2024 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

deploy does not always renew the pod
2 participants