Skip to content

Commit

Permalink
1.3 develop branch creation
Browse files Browse the repository at this point in the history
Signed-off-by: Lalith Kota <[email protected]>
  • Loading branch information
lalithkota committed Dec 16, 2024
1 parent 7b1a8ee commit 37943d0
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion charts/opensearch-kafka-connector/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: opensearch-kafka-connector
description: OpenSearch Kafka Connector Helm chart
type: application
version: 0.0.0-develop
version: 1.3.0-develop
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
Expand Down
2 changes: 1 addition & 1 deletion charts/opensearch-kafka-connector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ service:
image:
registry: docker.io
repository: openg2p/reporting-opensearch-kafka-connector
tag: develop
tag: 1.3
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down
2 changes: 1 addition & 1 deletion charts/reporting-init/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: reporting-init
description: A Helm chart for initializing OpenG2P Reporting connectors.
type: application
version: 0.0.0-develop
version: 1.3.0-develop
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
Expand Down
4 changes: 2 additions & 2 deletions charts/reporting-init/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ backoffLimit: 5
image:
registry: docker.io
repository: openg2p/reporting-init-shell-tools
tag: develop
tag: 1.3
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down Expand Up @@ -130,7 +130,7 @@ dashboardsConnectorConfigMap: ""
gitConfig:
enabled: true
repoUrl: https://github.com/openg2p/openg2p-reporting
branch: develop
branch: 1.3
subDir: ""
envVars:
GIT_CONFIG_REPO_URL:
Expand Down
4 changes: 2 additions & 2 deletions charts/reporting/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ apiVersion: v2
name: reporting
description: A Helm chart for OpenG2P Reporting module.
type: application
version: 0.0.0-develop
version: 1.3.0-develop
dependencies:
- name: debezium
version: 2.6.0
condition: debezium.enabled
- name: opensearch-kafka-connector
version: 0.0.0-develop
version: 1.3.0-develop
condition: opensearch-kafka-connector.enabled
icon: https://openg2p.github.io/openg2p-helm/openg2p-logo.png
annotations:
Expand Down
2 changes: 1 addition & 1 deletion charts/reporting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ This chart contains the following components:
- Debezium Kafka Connector
- Opensearch Kafka Connector

Note: Reporting Charts older than version 1.2.1 used to install kafka and opensearch dependencies. Later version helm charts do NOT install the dependencies along with them.
Note: Reporting Charts older than version 1.3.x used to install kafka and opensearch dependencies. Later version helm charts do NOT install the dependencies along with them.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<groupId>org.openg2p.reporting</groupId>
<artifactId>kafka-connect-transforms</artifactId>
<name>OpenG2P Reporting Kafka Connect Transforms</name>
<version>0.0.1-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>
<url>https://github.com/openg2p/openg2p-reporting</url>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion reporting-init-docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:20240606
FROM alpine:20240923

ARG container_user_id=1001
ARG container_group_id=1001
Expand Down

0 comments on commit 37943d0

Please sign in to comment.