Skip to content

Commit 96dcfe5

Browse files
authored
chore(chart-deps): update harbor to version 1.18.2 (#2872)
1 parent 0a3cf8d commit 96dcfe5

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

apps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ appsInfo:
7676
integration: App Platform uses Grafana to visualize Prometheus metrics and Loki logs. Team members are automatically given the Editor role, while admins are also given the Admin role. It is possible to make configuration changes directly in Grafana, but only to non-conflicting settings. Data sources are preconfigured and must not be edited as changes will be gone when Grafana is redeployed.
7777
harbor:
7878
title: Harbor
79-
appVersion: 2.14.1
79+
appVersion: 2.14.2
8080
repo: https://github.com/goharbor/harbor
8181
maintainers: Project Harbor
8282
relatedLinks:

chart/chart-index/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies:
3535
version: 12.5.0
3636
repository: https://dl.gitea.io/charts
3737
- name: harbor
38-
version: 1.18.1
38+
version: 1.18.2
3939
repository: https://helm.goharbor.io
4040
- name: ingress-nginx
4141
version: 4.14.2

charts/harbor/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
2-
appVersion: 2.14.1
2+
appVersion: 2.14.2
33
description: An open source trusted cloud native registry that stores, signs, and
44
scans content
55
home: https://goharbor.io
@@ -19,4 +19,4 @@ name: harbor
1919
sources:
2020
- https://github.com/goharbor/harbor
2121
- https://github.com/goharbor/harbor-helm
22-
version: 1.18.1
22+
version: 1.18.2

charts/harbor/values.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ containerSecurityContext:
499499
nginx:
500500
image:
501501
repository: goharbor/nginx-photon
502-
tag: v2.14.1
502+
tag: v2.14.2
503503
# set the service account to be used, default if left empty
504504
serviceAccountName: ""
505505
# mount the service account token
@@ -530,7 +530,7 @@ nginx:
530530
portal:
531531
image:
532532
repository: goharbor/harbor-portal
533-
tag: v2.14.1
533+
tag: v2.14.2
534534
# set the service account to be used, default if left empty
535535
serviceAccountName: ""
536536
# mount the service account token
@@ -570,7 +570,7 @@ portal:
570570
core:
571571
image:
572572
repository: goharbor/harbor-core
573-
tag: v2.14.1
573+
tag: v2.14.2
574574
# set the service account to be used, default if left empty
575575
serviceAccountName: ""
576576
# mount the service account token
@@ -659,7 +659,7 @@ core:
659659
jobservice:
660660
image:
661661
repository: goharbor/harbor-jobservice
662-
tag: v2.14.1
662+
tag: v2.14.2
663663
# set the service account to be used, default if left empty
664664
serviceAccountName: ""
665665
# mount the service account token
@@ -722,7 +722,7 @@ registry:
722722
registry:
723723
image:
724724
repository: goharbor/registry-photon
725-
tag: v2.14.1
725+
tag: v2.14.2
726726
# resources:
727727
# requests:
728728
# memory: 256Mi
@@ -731,7 +731,7 @@ registry:
731731
controller:
732732
image:
733733
repository: goharbor/harbor-registryctl
734-
tag: v2.14.1
734+
tag: v2.14.2
735735
# resources:
736736
# requests:
737737
# memory: 256Mi
@@ -812,7 +812,7 @@ trivy:
812812
# repository the repository for Trivy adapter image
813813
repository: goharbor/trivy-adapter-photon
814814
# tag the tag for Trivy adapter image
815-
tag: v2.14.1
815+
tag: v2.14.2
816816
# set the service account to be used, default if left empty
817817
serviceAccountName: ""
818818
# mount the service account token
@@ -916,7 +916,7 @@ database:
916916
internal:
917917
image:
918918
repository: goharbor/harbor-db
919-
tag: v2.14.1
919+
tag: v2.14.2
920920
# set the service account to be used, default if left empty
921921
serviceAccountName: ""
922922
# mount the service account token
@@ -996,7 +996,7 @@ redis:
996996
internal:
997997
image:
998998
repository: goharbor/redis-photon
999-
tag: v2.14.1
999+
tag: v2.14.2
10001000
# set the service account to be used, default if left empty
10011001
serviceAccountName: ""
10021002
# mount the service account token
@@ -1066,7 +1066,7 @@ redis:
10661066
exporter:
10671067
image:
10681068
repository: goharbor/harbor-exporter
1069-
tag: v2.14.1
1069+
tag: v2.14.2
10701070
serviceAccountName: ""
10711071
# mount the service account token
10721072
automountServiceAccountToken: false

0 commit comments

Comments
 (0)