Automated Manifest Update (#4795)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. ### Details - **Trigger**: `pull_request` by `@alexlebens` - **Commit**: `67a51a9` (on `67a51a96055ae0071df13e4e45ee8fe2d385e009`) - **Charts Updated**: `harbor` ### Update Details (2026-03-17 01:04 UTC) - **Trigger**: `pull_request` by `@alexlebens` - **Commit**: `318a59e` (on `318a59e0fed9d8db34aff9b74ca89ac96b1992fd`) - **Charts Updated**: `harbor` ### Update Details (2026-03-17 01:06 UTC) - **Trigger**: `pull_request` by `@alexlebens` - **Commit**: `4b67768` (on `4b6776838c16e7ab6808db08d8f2a974890ff0e6`) - **Charts Updated**: `harbor` ### Update Details (2026-03-17 01:08 UTC) - **Trigger**: `pull_request` by `@alexlebens` - **Commit**: `25a4478` (on `25a447826e9e91e6438ada19dc41af54ef6bc7cd`) - **Charts Updated**: `harbor` ### Update Details (2026-03-17 01:12 UTC) - **Trigger**: `pull_request` by `@alexlebens` - **Commit**: `be23d9f` (on `be23d9ff8b44e0da14987956686e1945b6601a36`) - **Charts Updated**: `harbor` ### Update Details (2026-03-17 01:14 UTC) - **Trigger**: `pull_request` by `@alexlebens` - **Commit**: `252ddf2` (on `252ddf2e90d27eec8425d43c2fa3fe0b425a67be`) - **Charts Updated**: `harbor` Reviewed-on: #4795 Co-authored-by: gitea-bot <gitea-bot@alexlebens.net> Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #4795.
This commit is contained in:
@@ -49,7 +49,7 @@ spec:
|
|||||||
terminationGracePeriodSeconds: 120
|
terminationGracePeriodSeconds: 120
|
||||||
containers:
|
containers:
|
||||||
- name: core
|
- name: core
|
||||||
image: goharbor/harbor-core:v2.14.3
|
image: goharbor/harbor-core:v2.15.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
startupProbe:
|
startupProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ spec:
|
|||||||
automountServiceAccountToken: false
|
automountServiceAccountToken: false
|
||||||
containers:
|
containers:
|
||||||
- name: exporter
|
- name: exporter
|
||||||
image: goharbor/harbor-exporter:v2.14.3
|
image: goharbor/harbor-exporter:v2.15.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ spec:
|
|||||||
terminationGracePeriodSeconds: 120
|
terminationGracePeriodSeconds: 120
|
||||||
containers:
|
containers:
|
||||||
- name: jobservice
|
- name: jobservice
|
||||||
image: goharbor/harbor-jobservice:v2.14.3
|
image: goharbor/harbor-jobservice:v2.15.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ spec:
|
|||||||
automountServiceAccountToken: false
|
automountServiceAccountToken: false
|
||||||
containers:
|
containers:
|
||||||
- name: portal
|
- name: portal
|
||||||
image: goharbor/harbor-portal:v2.14.3
|
image: goharbor/harbor-portal:v2.15.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ spec:
|
|||||||
terminationGracePeriodSeconds: 120
|
terminationGracePeriodSeconds: 120
|
||||||
containers:
|
containers:
|
||||||
- name: registry
|
- name: registry
|
||||||
image: goharbor/registry-photon:v2.14.3
|
image: goharbor/registry-photon:v2.15.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
@@ -102,7 +102,7 @@ spec:
|
|||||||
mountPath: /etc/registry/config.yml
|
mountPath: /etc/registry/config.yml
|
||||||
subPath: config.yml
|
subPath: config.yml
|
||||||
- name: registryctl
|
- name: registryctl
|
||||||
image: goharbor/harbor-registryctl:v2.14.3
|
image: goharbor/harbor-registryctl:v2.15.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ spec:
|
|||||||
terminationGracePeriodSeconds: 120
|
terminationGracePeriodSeconds: 120
|
||||||
containers:
|
containers:
|
||||||
- name: core-job
|
- name: core-job
|
||||||
image: goharbor/harbor-core:v2.14.3
|
image: goharbor/harbor-core:v2.15.0
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
command: ["/harbor/harbor_core", "-mode=migrate"]
|
command: ["/harbor/harbor_core", "-mode=migrate"]
|
||||||
envFrom:
|
envFrom:
|
||||||
|
|||||||
Reference in New Issue
Block a user