Skip to content

Commit

Permalink
Bump up version to 1.15.2, appVersion to 2.11.2 (#1869)
Browse files Browse the repository at this point in the history
update upload-artifact@v4

Signed-off-by: yminer <miner.yang@broadcom.com>
Co-authored-by: yminer <miner.yang@broadcom.com>
  • Loading branch information
MinerYang and yminer authored Nov 22, 2024
1 parent 126d130 commit c344462
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c344462

Please sign in to comment.