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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user