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

Updates to Agent Image Tag not picked up by pod template #1204

Open
shezaan-hashgraph opened this issue Sep 20, 2024 · 2 comments
Open

Updates to Agent Image Tag not picked up by pod template #1204

shezaan-hashgraph opened this issue Sep 20, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@shezaan-hashgraph
Copy link

shezaan-hashgraph commented Sep 20, 2024

Describe the bug

I had the following agent configuration in my values.yaml file upon initial jenkins installation

agent:
  image:
    repository: gcr.io/xxxxx/jenkins-agent
    tag: 2024-08-19
  imagePullPolicy: IfNotPresent
  # Max number of spawned agents
  containerCap: 0
  # Set to something otherwise it defaults to `sleep`
  command: "jenkins-agent"
  nodeSelector:
    workloads-jenkins-agents: "true"
  podName: jenkins-agent
  resources:
    requests:
      cpu: "2500m"
      memory: "2500Mi"
    limits:
      cpu: "5000m"
      memory: "5000Mi"

A few weeks later, I tried updating the image tag to tag: 2024-09-19. The agents that came up thereafter still used the old tag that was used upon initial Jenkins setup.

Version of Helm and Kubernetes

- Helm: version.BuildInfo{Version:"v3.16.1", GitCommit:"5a5449dc42be07001fd5771d56429132984ab3ab", GitTreeState:"dirty", GoVersion:"go1.23.1"}

- Kubernetes: 

Client Version: v1.31.1
Kustomize Version: v5.4.2
Server Version: v1.29.7-gke.1104000


### Chart version

5.6.0

### What happened?

- Updated the agent image tag
- Applied the changes via the command `kubectl kustomize --enable-helm | kubectl apply -f -`
- The main jenkins pod successfully restarted
- The configmap entry for `jcasc-default-config.yaml` shows the newly applied agent image tag.
- The pod template did not get updated with the new tag and subsequent jenkins-agents continue to use the old image tag used during the initial Jenkins setup.

### What you expected to happen?

The pod template should be automatically updated and the jenkins-agent images should use the new image tag.

### How to reproduce it

```markdown
- Update the agent image tag
- Apply the changes via the command `kubectl kustomize --enable-helm | kubectl apply -f -`
- Make sure main jenkins pod successfully restarts
- Make sure the configmap entry for `jcasc-default-config.yaml` shows the newly applied agent image tag.
- The pod template should get updated with the new tag and subsequent jenkins-agents should now use the new jenkins-agent image tag.

Anything else we need to know?

No response

@shezaan-hashgraph shezaan-hashgraph added the bug Something isn't working label Sep 20, 2024
@shezaan-hashgraph shezaan-hashgraph changed the title Agent Image Tag not updated Updates to Agent Image Tag not picked up by pod template Sep 20, 2024
@hervelemeur
Copy link

Is it a private repository of yours? We don't publish images with this kind of tags AFAIK.

@shezaan-hashgraph
Copy link
Author

shezaan-hashgraph commented Sep 20, 2024

Is it a private repository of yours? We don't publish images with this kind of tags AFAIK.

Yes it is but it doesn't explain why the Jenkins initial setup would work. Also when I change the tag via the Jenkins UI it works just fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants