Skip to content

Commit ebbf6bb

Browse files
authored
Bump version to 1.16.2, appVersion to 2.12.2 (#1914)
Signed-off-by: yminer <[email protected]>
1 parent 9e6ce2a commit ebbf6bb

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
name: harbor
3-
version: 1.16.1
4-
appVersion: 2.12.1
3+
version: 1.16.2
4+
appVersion: 2.12.2
55
description: An open source trusted cloud native registry that stores, signs, and scans content
66
keywords:
77
- docker

values.yaml

+10-10
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ containerSecurityContext:
483483
nginx:
484484
image:
485485
repository: goharbor/nginx-photon
486-
tag: v2.12.1
486+
tag: v2.12.2
487487
# set the service account to be used, default if left empty
488488
serviceAccountName: ""
489489
# mount the service account token
@@ -514,7 +514,7 @@ nginx:
514514
portal:
515515
image:
516516
repository: goharbor/harbor-portal
517-
tag: v2.12.1
517+
tag: v2.12.2
518518
# set the service account to be used, default if left empty
519519
serviceAccountName: ""
520520
# mount the service account token
@@ -554,7 +554,7 @@ portal:
554554
core:
555555
image:
556556
repository: goharbor/harbor-core
557-
tag: v2.12.1
557+
tag: v2.12.2
558558
# set the service account to be used, default if left empty
559559
serviceAccountName: ""
560560
# mount the service account token
@@ -641,7 +641,7 @@ core:
641641
jobservice:
642642
image:
643643
repository: goharbor/harbor-jobservice
644-
tag: v2.12.1
644+
tag: v2.12.2
645645
# set the service account to be used, default if left empty
646646
serviceAccountName: ""
647647
# mount the service account token
@@ -704,7 +704,7 @@ registry:
704704
registry:
705705
image:
706706
repository: goharbor/registry-photon
707-
tag: v2.12.1
707+
tag: v2.12.2
708708
# resources:
709709
# requests:
710710
# memory: 256Mi
@@ -713,7 +713,7 @@ registry:
713713
controller:
714714
image:
715715
repository: goharbor/harbor-registryctl
716-
tag: v2.12.1
716+
tag: v2.12.2
717717
# resources:
718718
# requests:
719719
# memory: 256Mi
@@ -794,7 +794,7 @@ trivy:
794794
# repository the repository for Trivy adapter image
795795
repository: goharbor/trivy-adapter-photon
796796
# tag the tag for Trivy adapter image
797-
tag: v2.12.1
797+
tag: v2.12.2
798798
# set the service account to be used, default if left empty
799799
serviceAccountName: ""
800800
# mount the service account token
@@ -887,7 +887,7 @@ database:
887887
internal:
888888
image:
889889
repository: goharbor/harbor-db
890-
tag: v2.12.1
890+
tag: v2.12.2
891891
# set the service account to be used, default if left empty
892892
serviceAccountName: ""
893893
# mount the service account token
@@ -967,7 +967,7 @@ redis:
967967
internal:
968968
image:
969969
repository: goharbor/redis-photon
970-
tag: v2.12.1
970+
tag: v2.12.2
971971
# set the service account to be used, default if left empty
972972
serviceAccountName: ""
973973
# mount the service account token
@@ -1029,7 +1029,7 @@ redis:
10291029
exporter:
10301030
image:
10311031
repository: goharbor/harbor-exporter
1032-
tag: v2.12.1
1032+
tag: v2.12.2
10331033
serviceAccountName: ""
10341034
# mount the service account token
10351035
automountServiceAccountToken: false

0 commit comments

Comments
 (0)