jenkins: Update to 2.375.1

I don't want Jenkins updating itself whenever the pod restarts, so I'm
going to pin it to a specific version.  This way, I can be sure to take
a snapshot of the data volume before upgrading.
This commit is contained in:
2022-12-02 22:13:44 -06:00
parent b8ccbd0b09
commit 889cd29a3c

View File

@@ -117,8 +117,8 @@ spec:
spec: spec:
containers: containers:
- name: jenkins - name: jenkins
image: docker.io/jenkins/jenkins:lts image: docker.io/jenkins/jenkins:2.375.1-lts
imagePullPolicy: Always imagePullPolicy: IfNotPresent
ports: ports:
- name: http - name: http
containerPort: 8080 containerPort: 8080