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

[bitnami/harbor] Release 24.1.4 #31190

Merged
merged 2 commits into from
Dec 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions bitnami/harbor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 24.1.3 (2024-12-31)
## 24.1.4 (2024-12-31)

* [bitnami/harbor] Release 24.1.3 ([#31187](https://github.com/bitnami/charts/pull/31187))
* [bitnami/harbor] Release 24.1.4 ([#31190](https://github.com/bitnami/charts/pull/31190))

## <small>24.1.3 (2024-12-31)</small>

* [bitnami/harbor] Release 24.1.3 (#31187) ([520af96](https://github.com/bitnami/charts/commit/520af96aab6a5f0edcc92dbe33b6d1f27616248f)), closes [#31187](https://github.com/bitnami/charts/issues/31187)

## <small>24.1.2 (2024-12-24)</small>

Expand Down
4 changes: 2 additions & 2 deletions bitnami/harbor/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ annotations:
- name: harbor-jobservice
image: docker.io/bitnami/harbor-jobservice:2.12.1-debian-12-r0
- name: harbor-portal
image: docker.io/bitnami/harbor-portal:2.12.1-debian-12-r1
image: docker.io/bitnami/harbor-portal:2.12.1-debian-12-r2
- name: harbor-registry
image: docker.io/bitnami/harbor-registry:2.12.1-debian-12-r0
- name: harbor-registryctl
Expand Down Expand Up @@ -55,4 +55,4 @@ maintainers:
name: harbor
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/harbor
version: 24.1.3
version: 24.1.4
2 changes: 1 addition & 1 deletion bitnami/harbor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1056,7 +1056,7 @@ portal:
image:
registry: docker.io
repository: bitnami/harbor-portal
tag: 2.12.1-debian-12-r1
tag: 2.12.1-debian-12-r2
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down
Loading