Skip to content

Commit

Permalink
[#372] Update hawkBit chart dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
calohmn committed Oct 26, 2023
1 parent 7bfc42c commit 3870567
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 33 deletions.
2 changes: 0 additions & 2 deletions .jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,7 @@ podTemplate(

stage('Helm Build') {
dir("build") {
// adding the bitnami repo below serves as a workaround for sporadic "no cached repository" errors when packaging the hawkbit chart
sh '''
${WORKSPACE}/helm repo add bitnami-full https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
mkdir -p helm-repository
for i in $(ls charts/*/Chart.yaml packages/*/Chart.yaml); do
echo "Building $(dirname $i) ..."
Expand Down
15 changes: 12 additions & 3 deletions charts/hawkbit/Chart.yaml
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.
Expand All @@ -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
Expand All @@ -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
22 changes: 0 additions & 22 deletions charts/hawkbit/requirements.yaml

This file was deleted.

11 changes: 5 additions & 6 deletions charts/hawkbit/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,17 +173,16 @@ config:
## ref: https://github.com/bitnami/charts/blob/master/bitnami/mysql/values.yaml
mysql:
enabled: true
master:
primary:
persistence:
enabled: true
volumePermissions:
enabled: true
db:
user: hawkbit
architecture: standalone
auth:
username: hawkbit
password: hawkbit
name: hawkbit
replication:
enabled: false
database: hawkbit
metrics:
enabled: true

Expand Down

0 comments on commit 3870567

Please sign in to comment.