Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(helm): update harbor ( 1.15.0 → 1.15.1 ) #335

Merged
merged 1 commit into from
Aug 27, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 27, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
harbor (source) patch 1.15.0 -> 1.15.1

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

goharbor/harbor-helm (harbor)

v1.15.1

Compare Source

Harbor OSS version: v2.11.1


Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

--- kubernetes/apps/harbor/harbor/app Kustomization: flux-system/harbor HelmRelease: harbor/harbor

+++ kubernetes/apps/harbor/harbor/app Kustomization: flux-system/harbor HelmRelease: harbor/harbor

@@ -13,13 +13,13 @@

     spec:
       chart: harbor
       sourceRef:
         kind: HelmRepository
         name: harbor
         namespace: flux-system
-      version: 1.15.0
+      version: 1.15.1
   driftDetection:
     mode: enabled
   install:
     remediation:
       retries: 3
   interval: 30m

Copy link

--- HelmRelease: harbor/harbor Deployment: harbor/harbor-core

+++ HelmRelease: harbor/harbor Deployment: harbor/harbor-core

@@ -31,24 +31,24 @@

         app.kubernetes.io/name: harbor
         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/part-of: harbor
         component: core
         app.kubernetes.io/component: core
       annotations:
-        checksum/configmap: 0fcc8814a7dfb338b4e938aba54ebfeb508f10d257f0903aec9882f0d65af69f
-        checksum/secret: 710bbfb569712e6cb4b86507b929950d6029c85219d71646d6b42fa3b313de81
-        checksum/secret-jobservice: 4f82ed9ccdc078c6fdb1fabfea1c857586e492193410021b294273cf6f9b7faf
+        checksum/configmap: e9a67a5092e900ae2452b53272fafcd9982c069adf1ca904290fb8407592892b
+        checksum/secret: 21fa4e66d46d4ccde56684a574760b4c6f24adf8267b7e813e163a4e7a491da2
+        checksum/secret-jobservice: 59f2227af1919ad6cca5bebccf7b20f47530e0ded193bbdedc5ceb78e68a4002
     spec:
       securityContext:
         runAsUser: 10000
         fsGroup: 10000
       automountServiceAccountToken: false
       terminationGracePeriodSeconds: 120
       containers:
       - name: core
-        image: goharbor/harbor-core:v2.11.0
+        image: goharbor/harbor-core:v2.11.1
         imagePullPolicy: IfNotPresent
         startupProbe:
           httpGet:
             path: /api/v2.0/ping
             scheme: HTTP
             port: 8080
--- HelmRelease: harbor/harbor Deployment: harbor/harbor-jobservice

+++ HelmRelease: harbor/harbor Deployment: harbor/harbor-jobservice

@@ -33,25 +33,25 @@

         app.kubernetes.io/name: harbor
         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/part-of: harbor
         component: jobservice
         app.kubernetes.io/component: jobservice
       annotations:
-        checksum/configmap: 1c8447a065282b700dfa44ee894f48b27ef3132810be12d201fe00379943bb28
-        checksum/configmap-env: 494e0590b0e45bba534fcdd04e7db265a431c67f051d97f257b8ef46a54e41e7
-        checksum/secret: 76c6cf9133eb1ca8c32a6d71be74561b37eeb119c406505a598ed853792af6ab
-        checksum/secret-core: 96ff8ed8318151b07a2c1507977e887bbb8e3a98759e0e7fc363bd54c271b456
+        checksum/configmap: a18adf9b66d7b78f61618fe2cb06d77102bf0478f8993c47f6e97c05d9ccad22
+        checksum/configmap-env: df105b2d8e7d3497d3c136deefdc7773672870f6ddbdf0f703d46ccd4c0a1d17
+        checksum/secret: 14782ba5c58d2312489104d80866ada187661752ac45bd1de657d29491d14716
+        checksum/secret-core: 745f11634439f12e9dc323cf5cb19aadd362e570efa728882e771f5230f31d99
     spec:
       securityContext:
         runAsUser: 10000
         fsGroup: 10000
       automountServiceAccountToken: false
       terminationGracePeriodSeconds: 120
       containers:
       - name: jobservice
-        image: goharbor/harbor-jobservice:v2.11.0
+        image: goharbor/harbor-jobservice:v2.11.1
         imagePullPolicy: IfNotPresent
         livenessProbe:
           httpGet:
             path: /api/v1/stats
             scheme: HTTP
             port: 8080
--- HelmRelease: harbor/harbor Deployment: harbor/harbor-portal

+++ HelmRelease: harbor/harbor Deployment: harbor/harbor-portal

@@ -31,21 +31,21 @@

         app.kubernetes.io/name: harbor
         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/part-of: harbor
         component: portal
         app.kubernetes.io/component: portal
       annotations:
-        checksum/configmap: d1b4818dc76aa5b382b435491e437f3c5f9795bf1fb019c82b003f75e7bc3d8f
+        checksum/configmap: 24d858ac32ea0ba10f15274a5dc08a307a5bb9f3577cab5a58d086976c36aee5
     spec:
       securityContext:
         runAsUser: 10000
         fsGroup: 10000
       automountServiceAccountToken: false
       containers:
       - name: portal
-        image: goharbor/harbor-portal:v2.11.0
+        image: goharbor/harbor-portal:v2.11.1
         imagePullPolicy: IfNotPresent
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL
--- HelmRelease: harbor/harbor Deployment: harbor/harbor-registry

+++ HelmRelease: harbor/harbor Deployment: harbor/harbor-registry

@@ -33,26 +33,26 @@

         app.kubernetes.io/name: harbor
         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/part-of: harbor
         component: registry
         app.kubernetes.io/component: registry
       annotations:
-        checksum/configmap: dff9cd06f481a6e6b5a9be7f54536068b5c98be0c4e33dab67d2eab2263fdc56
-        checksum/secret: 035ff65012f623c659264df44d4874f1674e75585dd7a2fd1e0096e251a94b11
-        checksum/secret-jobservice: 2f6b7ca2b14b8531a53e053fa37626faec9e6a12b7c93f43ff02c8daafdd0fb7
-        checksum/secret-core: 5df3397457e1ceead280763e5a30456ff7934b8f9e43ba634de6c55d1bd7897f
+        checksum/configmap: f345950ba1e9a484a771f2d4bb386d6d6c1b697f71e048f261056691258d70df
+        checksum/secret: 1fc719d4628cfc7a812660a9548e4b38f84207e7d96d7b69a53041aa2b79c548
+        checksum/secret-jobservice: f7faca7e645ad9e36402c0677e4be17f7bbbf954809d585e89337c7cfeb9a459
+        checksum/secret-core: c7fc78f35927f7a3a3e7c54e1882727ed89a553bd69c9d73c1f34fda26190cfe
     spec:
       securityContext:
         runAsUser: 10000
         fsGroup: 10000
         fsGroupChangePolicy: OnRootMismatch
       automountServiceAccountToken: false
       terminationGracePeriodSeconds: 120
       containers:
       - name: registry
-        image: goharbor/registry-photon:v2.11.0
+        image: goharbor/registry-photon:v2.11.1
         imagePullPolicy: IfNotPresent
         livenessProbe:
           httpGet:
             path: /
             scheme: HTTP
             port: 5000
@@ -92,13 +92,13 @@

           mountPath: /etc/registry/passwd
           subPath: passwd
         - name: registry-config
           mountPath: /etc/registry/config.yml
           subPath: config.yml
       - name: registryctl
-        image: goharbor/harbor-registryctl:v2.11.0
+        image: goharbor/harbor-registryctl:v2.11.1
         imagePullPolicy: IfNotPresent
         livenessProbe:
           httpGet:
             path: /api/health
             scheme: HTTP
             port: 8080
--- HelmRelease: harbor/harbor StatefulSet: harbor/harbor-database

+++ HelmRelease: harbor/harbor StatefulSet: harbor/harbor-database

@@ -31,22 +31,22 @@

         app.kubernetes.io/name: harbor
         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/part-of: harbor
         component: database
         app.kubernetes.io/component: database
       annotations:
-        checksum/secret: 1254fc37ddfa92a46e89f9659eb1a44b18f41d9cd3565caa3bacb85adb79b88f
+        checksum/secret: 2b52548d1b10e0eda46f4daca4162735f7f8495f19108b1923e67f3a2d07816c
     spec:
       securityContext:
         runAsUser: 999
         fsGroup: 999
       automountServiceAccountToken: false
       terminationGracePeriodSeconds: 120
       initContainers:
       - name: data-permissions-ensurer
-        image: goharbor/harbor-db:v2.11.0
+        image: goharbor/harbor-db:v2.11.1
         imagePullPolicy: IfNotPresent
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL
@@ -62,13 +62,13 @@

         volumeMounts:
         - name: database-data
           mountPath: /var/lib/postgresql/data
           subPath: null
       containers:
       - name: database
-        image: goharbor/harbor-db:v2.11.0
+        image: goharbor/harbor-db:v2.11.1
         imagePullPolicy: IfNotPresent
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL
--- HelmRelease: harbor/harbor StatefulSet: harbor/harbor-redis

+++ HelmRelease: harbor/harbor StatefulSet: harbor/harbor-redis

@@ -38,13 +38,13 @@

         runAsUser: 999
         fsGroup: 999
       automountServiceAccountToken: false
       terminationGracePeriodSeconds: 120
       containers:
       - name: redis
-        image: goharbor/redis-photon:v2.11.0
+        image: goharbor/redis-photon:v2.11.1
         imagePullPolicy: IfNotPresent
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL
--- HelmRelease: harbor/harbor StatefulSet: harbor/harbor-trivy

+++ HelmRelease: harbor/harbor StatefulSet: harbor/harbor-trivy

@@ -31,21 +31,21 @@

         app.kubernetes.io/name: harbor
         app.kubernetes.io/managed-by: Helm
         app.kubernetes.io/part-of: harbor
         component: trivy
         app.kubernetes.io/component: trivy
       annotations:
-        checksum/secret: 215f2717dc35d6959aad1d288e37b1f0161b08c134bd45a5481fc3778578f9ad
+        checksum/secret: 80d88031f1d4b9c74261b9fe36a3d50ba87b38c96dd1771c630f2d541170a0f6
     spec:
       securityContext:
         runAsUser: 10000
         fsGroup: 10000
       automountServiceAccountToken: false
       containers:
       - name: trivy
-        image: goharbor/trivy-adapter-photon:v2.11.0
+        image: goharbor/trivy-adapter-photon:v2.11.1
         imagePullPolicy: IfNotPresent
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL

@jfroy jfroy merged commit 3c41ab1 into main Aug 27, 2024
4 checks passed
@jfroy jfroy deleted the renovate/harbor-1.x branch August 27, 2024 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant