-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#372] Update hawkBit chart dependencies.
- Loading branch information
Showing
4 changed files
with
17 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Copyright (c) 2020, 2022 Contributors to the Eclipse Foundation | ||
# Copyright (c) 2020, 2023 Contributors to the Eclipse Foundation | ||
# | ||
# See the NOTICE file(s) distributed with this work for additional | ||
# information regarding copyright ownership. | ||
|
@@ -9,8 +9,8 @@ | |
# | ||
# SPDX-License-Identifier: EPL-2.0 | ||
--- | ||
apiVersion: v1 | ||
version: 1.4.2 | ||
apiVersion: v2 | ||
version: 1.5.0 | ||
appVersion: "0.3.0M6-mysql" | ||
description: | | ||
Eclipse hawkBit™ is a domain independent back-end framework for rolling out software updates | ||
|
@@ -31,3 +31,12 @@ maintainers: | |
email: [email protected] | ||
- name: ctron | ||
email: [email protected] | ||
dependencies: | ||
- name: mysql | ||
version: ^9.x | ||
repository: "oci://registry-1.docker.io/bitnamicharts" | ||
condition: mysql.enabled | ||
- name: rabbitmq | ||
version: ^10.x | ||
repository: "oci://registry-1.docker.io/bitnamicharts" | ||
condition: rabbitmq.enabled |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters