Automated Manifest Update #4795

Merged
alexlebens merged 6 commits from auto/update-manifests into manifests 2026-03-17 01:14:49 +00:00
6 changed files with 7 additions and 7 deletions

View File

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

View File

@@ -47,7 +47,7 @@ spec:
automountServiceAccountToken: false
containers:
- name: exporter
image: goharbor/harbor-exporter:v2.14.3
image: goharbor/harbor-exporter:v2.15.0
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:

View File

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

View File

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

View File

@@ -54,7 +54,7 @@ spec:
terminationGracePeriodSeconds: 120
containers:
- name: registry
image: goharbor/registry-photon:v2.14.3
image: goharbor/registry-photon:v2.15.0
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
@@ -102,7 +102,7 @@ spec:
mountPath: /etc/registry/config.yml
subPath: config.yml
- name: registryctl
image: goharbor/harbor-registryctl:v2.14.3
image: goharbor/harbor-registryctl:v2.15.0
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:

View File

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