Skip to content

Commit 5ad6d67

Browse files
authored
Merge pull request #428 from ywk253100/191105_1.2.2
Bump up Harbor version to 1.9.2
2 parents 81f6a97 + 0b3b8d7 commit 5ad6d67

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: harbor
2-
version: 1.2.1
3-
appVersion: 1.9.1
2+
version: 1.2.2
3+
appVersion: 1.9.2
44
description: An open source trusted cloud native registry that stores, signs, and scans content
55
keywords:
66
- docker

values.yaml

+12-12
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ proxy:
268268
nginx:
269269
image:
270270
repository: goharbor/nginx-photon
271-
tag: v1.9.1
271+
tag: v1.9.2
272272
replicas: 1
273273
# resources:
274274
# requests:
@@ -283,7 +283,7 @@ nginx:
283283
portal:
284284
image:
285285
repository: goharbor/harbor-portal
286-
tag: v1.9.1
286+
tag: v1.9.2
287287
replicas: 1
288288
# resources:
289289
# requests:
@@ -298,7 +298,7 @@ portal:
298298
core:
299299
image:
300300
repository: goharbor/harbor-core
301-
tag: v1.9.1
301+
tag: v1.9.2
302302
replicas: 1
303303
## Liveness probe values
304304
livenessProbe:
@@ -327,7 +327,7 @@ core:
327327
jobservice:
328328
image:
329329
repository: goharbor/harbor-jobservice
330-
tag: v1.9.1
330+
tag: v1.9.2
331331
replicas: 1
332332
maxJobWorkers: 10
333333
# The logger for jobs: "file", "database" or "stdout"
@@ -350,7 +350,7 @@ registry:
350350
registry:
351351
image:
352352
repository: goharbor/registry-photon
353-
tag: v2.7.1-patch-2819-2553-v1.9.1
353+
tag: v2.7.1-patch-2819-2553-v1.9.2
354354

355355
# resources:
356356
# requests:
@@ -359,7 +359,7 @@ registry:
359359
controller:
360360
image:
361361
repository: goharbor/harbor-registryctl
362-
tag: v1.9.1
362+
tag: v1.9.2
363363

364364
# resources:
365365
# requests:
@@ -397,7 +397,7 @@ chartmuseum:
397397
absoluteUrl: false
398398
image:
399399
repository: goharbor/chartmuseum-photon
400-
tag: v0.9.0-v1.9.1
400+
tag: v0.9.0-v1.9.2
401401
replicas: 1
402402
# resources:
403403
# requests:
@@ -413,7 +413,7 @@ clair:
413413
enabled: true
414414
image:
415415
repository: goharbor/clair-photon
416-
tag: v2.0.9-v1.9.1
416+
tag: v2.0.9-v1.9.2
417417
replicas: 1
418418
# The interval of clair updaters, the unit is hour, set to 0 to
419419
# disable the updaters
@@ -433,7 +433,7 @@ notary:
433433
server:
434434
image:
435435
repository: goharbor/notary-server-photon
436-
tag: v0.6.1-v1.9.1
436+
tag: v0.6.1-v1.9.2
437437
replicas: 1
438438
# resources:
439439
# requests:
@@ -442,7 +442,7 @@ notary:
442442
signer:
443443
image:
444444
repository: goharbor/notary-signer-photon
445-
tag: v0.6.1-v1.9.1
445+
tag: v0.6.1-v1.9.2
446446
replicas: 1
447447
# resources:
448448
# requests:
@@ -468,7 +468,7 @@ database:
468468
internal:
469469
image:
470470
repository: goharbor/harbor-db
471-
tag: v1.9.1
471+
tag: v1.9.2
472472
# The initial superuser password for internal database
473473
password: "changeit"
474474
# resources:
@@ -512,7 +512,7 @@ redis:
512512
internal:
513513
image:
514514
repository: goharbor/redis-photon
515-
tag: v1.9.1
515+
tag: v1.9.2
516516
# resources:
517517
# requests:
518518
# memory: 256Mi

0 commit comments

Comments
 (0)