You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And I run a helm upgrade after bumping one particular plugin version. There is an explicit list of plugins to ensure any transitive dependencies don't cause any issues.
What version of helm do I use? 2.6.4
What jenkins version? 2.263.4
What plugins?
$ k logs jenkins-0 -c init
...
download plugins
Plugin bootstrap4-api:4.6.0-3 depends on jquery3-api:3.6.0-1, but there is an older version defined on the top level - jquery3-api:3.5.1-3
## then I bump the dependency
$ k logs jenkins-0 -c init
...
Plugin junit:1.49 depends on checks-api:1.7.0, but there is an older version defined on the top level - checks-api:1.6.2
## then I bump the dependency
$ k logs jenkins-0 -c init
...
Plugin junit:1.49 depends on echarts-api:5.0.2-1, but there is an older version defined on the top level - echarts-api:5.0.1-1
## then I bump the dependency
$ k logs jenkins-0 -c init
...
copy plugins to shared volume
finished initialization
Questions
Is this the expected behaviour?
Am I missing something in the configuration that I should be aware of?
Please forgive me if this is not the right repository and I should move this issue to the helm chart.
Thanks
The text was updated successfully, but these errors were encountered:
the helm chart could use --latest false as it's safer, the fix is to make latest false more forgiving though I think. So that the defaults work out of the box
I don't know whether this is the right place though
What
Given the list plugins and their fixed versions plugins, what's the reason that the manager tool fails when upgrading another plugin?
Let me explain with some information what I've seen.
Configuration
I'm using the jenkins helm chart -> https://github.com/jenkinsci/helm-charts
And I run a
helm upgrade
after bumping one particular plugin version. There is an explicit list of plugins to ensure any transitive dependencies don't cause any issues.What version of helm do I use?
2.6.4
What jenkins version?
2.263.4
What plugins?
Expand to view
What version did I bump?
opentelemetry:0.9
How do I generate the list of installed plugins?
What error did I see?
Questions
Is this the expected behaviour?
Am I missing something in the configuration that I should be aware of?
Please forgive me if this is not the right repository and I should move this issue to the helm chart.
Thanks
The text was updated successfully, but these errors were encountered: