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.dch-webhooks-secrets
parent
b8ccbd0b09
commit
889cd29a3c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue