From c344462493c5f38968753729cdf7587a4c7fbbe0 Mon Sep 17 00:00:00 2001 From: miner Date: Fri, 22 Nov 2024 15:10:43 +0800 Subject: [PATCH] Bump up version to 1.15.2, appVersion to 2.11.2 (#1869) update upload-artifact@v4 Signed-off-by: yminer Co-authored-by: yminer --- .github/workflows/integration.yaml | 4 ++-- Chart.yaml | 4 ++-- values.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index c72b9431c..74fb35554 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -59,7 +59,7 @@ jobs: kubectl -n default logs -l "component=$name" --all-containers > /tmp/harbor/$name.log ; \ done - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 if: failure() with: name: harbor_${{ matrix.k8s_version }}_${{ runner.os }} @@ -71,7 +71,7 @@ jobs: mkdir -p /tmp/logs kind export logs --name kind-cluster-${{ matrix.k8s_version }} /tmp/logs - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 if: failure() with: name: kind_v${{ matrix.k8s_version }} diff --git a/Chart.yaml b/Chart.yaml index 373792713..7143ba8e9 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: harbor -version: 1.15.1 -appVersion: 2.11.1 +version: 1.15.2 +appVersion: 2.11.2 description: An open source trusted cloud native registry that stores, signs, and scans content keywords: - docker diff --git a/values.yaml b/values.yaml index ab8b62dc9..7424259a7 100644 --- a/values.yaml +++ b/values.yaml @@ -641,7 +641,7 @@ core: jobservice: image: repository: goharbor/harbor-jobservice - tag: v2.11.1 + tag: v2.11.2 # set the service account to be used, default if left empty serviceAccountName: "" # mount the service account token