chore: Update manifests after automerge

This commit is contained in:
2026-03-10 20:12:05 +00:00
parent dbaffc6dca
commit 1d7c8fb935
4 changed files with 4 additions and 4 deletions

View File

@@ -49,7 +49,7 @@ spec:
terminationGracePeriodSeconds: 120 terminationGracePeriodSeconds: 120
containers: containers:
- name: core - name: core
image: goharbor/harbor-core:v2.14.2 image: goharbor/harbor-core:v2.14.3
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
startupProbe: startupProbe:
httpGet: httpGet:

View File

@@ -53,7 +53,7 @@ spec:
terminationGracePeriodSeconds: 120 terminationGracePeriodSeconds: 120
containers: containers:
- name: jobservice - name: jobservice
image: goharbor/harbor-jobservice:v2.14.2 image: goharbor/harbor-jobservice:v2.14.3
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
livenessProbe: livenessProbe:
httpGet: httpGet:

View File

@@ -46,7 +46,7 @@ spec:
automountServiceAccountToken: false automountServiceAccountToken: false
containers: containers:
- name: portal - name: portal
image: goharbor/harbor-portal:v2.14.2 image: goharbor/harbor-portal:v2.14.3
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
securityContext: securityContext:
allowPrivilegeEscalation: false allowPrivilegeEscalation: false

View File

@@ -32,7 +32,7 @@ spec:
terminationGracePeriodSeconds: 120 terminationGracePeriodSeconds: 120
containers: containers:
- name: core-job - name: core-job
image: goharbor/harbor-core:v2.14.2 image: goharbor/harbor-core:v2.14.3
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
command: ["/harbor/harbor_core", "-mode=migrate"] command: ["/harbor/harbor_core", "-mode=migrate"]
envFrom: envFrom: