Skip to content

Commit 07e607d

Browse files
authored
chore(chart-deps): update harbor to version 1.18.1 (#2788)
1 parent 39d64f5 commit 07e607d

File tree

4 files changed

+17
-19
lines changed

4 files changed

+17
-19
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.0
79+
appVersion: 2.14.1
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.4.0
3636
repository: https://dl.gitea.io/charts
3737
- name: harbor
38-
version: 1.18.0
38+
version: 1.18.1
3939
repository: https://helm.goharbor.io
4040
- name: ingress-nginx
4141
version: 4.14.1

charts/harbor/Chart.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
2-
appVersion: 2.14.0
2+
appVersion: 2.14.1
33
description: An open source trusted cloud native registry that stores, signs, and
44
scans content
55
home: https://goharbor.io
@@ -11,14 +11,12 @@ keywords:
1111
maintainers:
1212
1313
name: Yan Wang
14-
- email: wenkai.yin@broadcom.com
15-
name: Wenkai Yin
14+
- email: stone.zhang@broadcom.com
15+
name: Stone Zhang
1616
1717
name: Miner Yang
18-
19-
name: Shengwen Yu
2018
name: harbor
2119
sources:
2220
- https://github.com/goharbor/harbor
2321
- https://github.com/goharbor/harbor-helm
24-
version: 1.18.0
22+
version: 1.18.1

charts/harbor/values.yaml

Lines changed: 11 additions & 11 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.0
502+
tag: v2.14.1
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.0
533+
tag: v2.14.1
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.0
573+
tag: v2.14.1
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.0
662+
tag: v2.14.1
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.0
725+
tag: v2.14.1
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.0
734+
tag: v2.14.1
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.0
815+
tag: v2.14.1
816816
# set the service account to be used, default if left empty
817817
serviceAccountName: ""
818818
# mount the service account token
@@ -870,7 +870,7 @@ trivy:
870870
# Anonymous downloads from GitHub are subject to the limit of 60 requests per hour. Normally such rate limit is enough
871871
# for production operations. If, for any reason, it's not enough, you could increase the rate limit to 5000
872872
# requests per hour by specifying the GitHub access token. For more details on GitHub rate limiting please consult
873-
# https://v2.14.0eloper.github.com/v3/#rate-limiting
873+
# https://developer.github.com/v3/#rate-limiting
874874
#
875875
# You can create a GitHub token by following the instructions in
876876
# https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line
@@ -916,7 +916,7 @@ database:
916916
internal:
917917
image:
918918
repository: goharbor/harbor-db
919-
tag: v2.14.0
919+
tag: v2.14.1
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.0
999+
tag: v2.14.1
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.0
1069+
tag: v2.14.1
10701070
serviceAccountName: ""
10711071
# mount the service account token
10721072
automountServiceAccountToken: false

0 commit comments

Comments
 (0)