Skip to content

Commit

Permalink
feature:
Browse files Browse the repository at this point in the history
add Bitnami/common-1.10.3 chart, dependency for kafka.
add Bitnami/zookeeper-7.6.1 chart, dependency for kafka.
add Bitnami/kafka 2.8.1 AppVersion.

the last kafka-14.9.3 use Kafka appVersion 2.8.1.
Source from Bitnami/charts.
  • Loading branch information
dellnoantechnp committed May 16, 2023
1 parent e8d85fc commit b8e65a1
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 15 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Add repositories
run: |
for dir in $(ls -d charts/*/); do
helm dependency list $dir 2> /dev/null | tail +2 | head -n -1 | awk '{ print "helm repo add " $1 " " $3 }' | while read cmd; do $cmd; done
done
# - name: Add repositories
# run: |
# for dir in $(ls -d charts/*/); do
# helm dependency list $dir 2> /dev/null | tail +2 | head -n -1 | awk '{ print "helm repo add " $1 " " $3 }' | while read cmd; do $cmd; done
# done

- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.5.0
Expand Down
2 changes: 1 addition & 1 deletion charts/common/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ sources:
- https://github.com/bitnami/charts
- https://www.bitnami.com/
type: library
version: 1.10.4
version: 1.10.3
4 changes: 2 additions & 2 deletions charts/common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ Bitnami charts can be used with [Kubeapps](https://kubeapps.com/) for deployment

## Prerequisites

- Kubernetes 1.19+
- Helm 3.2.0+
- Kubernetes 1.12+
- Helm 3.1.0

## Parameters

Expand Down
4 changes: 2 additions & 2 deletions charts/kafka/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ apiVersion: v2
appVersion: 2.8.1
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
repository: https://dellnoantechnp.github.io/helm-chart-xxl-job-admin/
tags:
- bitnami-common
version: 1.x.x
- condition: zookeeper.enabled
name: zookeeper
repository: https://charts.bitnami.com/bitnami
repository: https://dellnoantechnp.github.io/helm-chart-xxl-job-admin/
version: 7.x.x
description: "[OpenSource by Bitnami] Apache Kafka is a distributed streaming platform."
engine: gotpl
Expand Down
2 changes: 1 addition & 1 deletion charts/zookeeper/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ name: zookeeper
sources:
- https://github.com/bitnami/bitnami-docker-zookeeper
- https://zookeeper.apache.org/
version: 7.6.2
version: 7.6.1
2 changes: 0 additions & 2 deletions charts/zookeeper/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
<!--- app-name: Apache ZooKeeper -->

# ZooKeeper

[ZooKeeper](https://zookeeper.apache.org/) is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services. All of these kinds of services are used in some form or other by distributed applications.
Expand Down
4 changes: 2 additions & 2 deletions charts/zookeeper/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/zookeeper
tag: 3.7.0-debian-10-r264
tag: 3.7.0-debian-10-r257
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down Expand Up @@ -552,7 +552,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/bitnami-shell
tag: 10-debian-10-r311
tag: 10-debian-10-r304
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down

0 comments on commit b8e65a1

Please sign in to comment.