Skip to content

Commit

Permalink
Merge pull request #57 from lalithkota/1.3.0
Browse files Browse the repository at this point in the history
1.3.0 version created
  • Loading branch information
lalithkota authored Dec 17, 2024
2 parents 08c692b + e16e77f commit 29d14e0
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 55 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: 1.3.0-develop
version: 1.3.0
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: 1.3
tag: 1.3.0
## 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: 1.3.0-develop
version: 1.3.0
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: 1.3
tag: 1.3.0
## 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: 1.3
branch: v1.3.0
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: 1.3.0-develop
version: 1.3.0
dependencies:
- name: debezium
version: 2.6.0
condition: debezium.enabled
- name: opensearch-kafka-connector
version: 1.3.0-develop
version: 1.3.0
condition: opensearch-kafka-connector.enabled
icon: https://openg2p.github.io/openg2p-helm/openg2p-logo.png
annotations:
Expand Down
47 changes: 0 additions & 47 deletions charts/reporting/questions.yaml
Original file line number Diff line number Diff line change
@@ -1,47 +0,0 @@
questions:
- variable: kafka.enabled
description: This installs Kafka along with the current reporting
type: boolean
label: Install Kafka?

- variable: kafkaUi.enabled
description: This installs Kafka UI along with Kafka
type: boolean
label: Install Kafka UI?
show_if: "kafka.enabled=true"

- variable: opensearch.enabled
description: This installs OpenSearch along with the current reporting
type: boolean
label: Install OpenSearch?

# Kafka
- variable: kafkaUi.hostname
description: Hostname with which Kafka UI should be accessible
type: string
label: Kafka UI Hostname
group: Kafka Settings
show_if: "kafka.enabled=true&&kafkaUi.enabled=true"

- variable: global.keycloakBaseUrl
description: Required for Authentication.
type: string
label: Keycloak Base URL
group: Kafka Settings
show_if: "kafka.enabled=true&&kafkaUi.enabled=true"

- variable: kafkaUi.oidcClientId
description: OIDC Client ID for Kafka UI login
type: string
label: OIDC Client ID
group: Kafka Settings
show_if: "kafka.enabled=true&&kafkaUi.enabled=true"

- variable: kafkaUi.oidcClientSecret
description: OIDC Client Secret for Kafka UI login
type: string
label: OIDC Client Secret
group: Kafka Settings
show_if: "kafka.enabled=true&&kafkaUi.enabled=true"

# TODO: OpenSearch Settings
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>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<url>https://github.com/openg2p/openg2p-reporting</url>

<properties>
Expand Down
1 change: 1 addition & 0 deletions reporting-init-docker/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# OpenG2P Reporting Init Shell Tools

This docker contains the following tools:

`bash`, `kubectl`, `helm`, `curl`, `git`, `jq`, `yq`, `envsubst`, `vim`.

0 comments on commit 29d14e0

Please sign in to comment.