Skip to content

Commit

Permalink
Changes for v2024.11.04 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhasura committed Oct 30, 2024
1 parent ce4b5a9 commit 9b1f313
Show file tree
Hide file tree
Showing 24 changed files with 48 additions and 32 deletions.
4 changes: 2 additions & 2 deletions charts/ndc-connector-oracle/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: v2024.10.28
version: v2024.11.04

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand All @@ -25,5 +25,5 @@ appVersion: "3.0.0"

dependencies:
- name: common
version: 0.0.6
version: 0.0.7
repository: oci://us-west1-docker.pkg.dev/hasura-ee/helm-charts
2 changes: 2 additions & 0 deletions charts/ndc-connector-oracle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ See all [configuration](#parameters) below.

# helm template and apply manifests via kubectl (example)
helm template <release-name> \
--set namespace="default" \
--set image.repository="my_repo/ndc-jvm-oracle" \
--set image.tag="my_custom_image_tag" \
--set connectorEnvVars.JDBC_URL="jdbc_url" \
Expand All @@ -21,6 +22,7 @@ helm template <release-name> \

# helm upgrade --install (pass configuration via command line)
helm upgrade --install <release-name> \
--set namespace="default" \
--set image.repository="my_repo/ndc-jvm-oracle" \
--set image.tag="my_custom_image_tag" \
--set connectorEnvVars.JDBC_URL="jdbc_url" \
Expand Down
4 changes: 2 additions & 2 deletions charts/ndc-connector-oracle/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ additionalAnnotations: |
# Container Configs
image:
repository: "ghcr.io/hasura/ndc-connector-oracle"
tag: "latest"
repository: ""
tag: ""
pullPolicy: Always
otelCollectorRepository: otel/opentelemetry-collector-contrib
otelCollectorTag: 0.104.0
Expand Down
4 changes: 2 additions & 2 deletions charts/ndc-connector-phoenix/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: v2024.10.28
version: v2024.11.04

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand All @@ -25,5 +25,5 @@ appVersion: "3.0.0"

dependencies:
- name: common
version: 0.0.6
version: 0.0.7
repository: oci://us-west1-docker.pkg.dev/hasura-ee/helm-charts
2 changes: 2 additions & 0 deletions charts/ndc-connector-phoenix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ See all [configuration](#parameters) below.

# helm template and apply manifests via kubectl (example)
helm template <release-name> \
--set namespace="default" \
--set image.repository="my_repo/ndc-jvm-phoenix" \
--set image.tag="my_custom_image_tag" \
--set connectorEnvVars.JDBC_URL="jdbc_url" \
Expand All @@ -21,6 +22,7 @@ helm template <release-name> \

# helm upgrade --install (pass configuration via command line)
helm upgrade --install <release-name> \
--set namespace="default" \
--set image.repository="my_repo/ndc-jvm-phoenix" \
--set image.tag="my_custom_image_tag" \
--set connectorEnvVars.JDBC_URL="jdbc_url" \
Expand Down
4 changes: 2 additions & 2 deletions charts/ndc-connector-phoenix/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ additionalAnnotations: |
# Container Configs
image:
repository: "ghcr.io/hasura/ndc-connector-phoenix"
tag: "latest"
repository: ""
tag: ""
pullPolicy: Always
otelCollectorRepository: otel/opentelemetry-collector-contrib
otelCollectorTag: 0.104.0
Expand Down
4 changes: 2 additions & 2 deletions charts/ndc-elasticsearch/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: v2024.10.28
version: v2024.11.04

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand All @@ -25,5 +25,5 @@ appVersion: "3.0.0"

dependencies:
- name: common
version: 0.0.6
version: 0.0.7
repository: oci://us-west1-docker.pkg.dev/hasura-ee/helm-charts
2 changes: 2 additions & 0 deletions charts/ndc-elasticsearch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ See all [configuration](#parameters) below.

# helm template and apply manifests via kubectl (example)
helm template <release-name> \
--set namespace="default" \
--set image.repository="my_repo/ndc-elasticsearch" \
--set image.tag="my_custom_image_tag" \
--set connectorEnvVars.ELASTICSEARCH_URL="elasticsearch_url" \
Expand All @@ -23,6 +24,7 @@ helm template <release-name> \

# helm upgrade --install (pass configuration via command line)
helm upgrade --install <release-name> \
--set namespace="default" \
--set image.repository="my_repo/ndc-elasticsearch" \
--set image.tag="my_custom_image_tag" \
--set connectorEnvVars.ELASTICSEARCH_URL="elasticsearch_url" \
Expand Down
4 changes: 2 additions & 2 deletions charts/ndc-elasticsearch/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ additionalAnnotations: |
# Container Configs
image:
repository: "ghcr.io/hasura/ndc-elasticsearch"
tag: "latest"
repository: ""
tag: ""
pullPolicy: Always
otelCollectorRepository: otel/opentelemetry-collector-contrib
otelCollectorTag: 0.104.0
Expand Down
4 changes: 2 additions & 2 deletions charts/ndc-graphql/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: v2024.10.28
version: v2024.11.04

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand All @@ -25,5 +25,5 @@ appVersion: "3.0.0"

dependencies:
- name: common
version: 0.0.6
version: 0.0.7
repository: oci://us-west1-docker.pkg.dev/hasura-ee/helm-charts
2 changes: 2 additions & 0 deletions charts/ndc-graphql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ See all [configuration](#parameters) below.

# helm template and apply manifests via kubectl (example)
helm template <release-name> \
--set namespace="default" \
--set image.repository="my_repo/ndc-graphql" \
--set image.tag="my_custom_image_tag" \
--set connectorEnvVars.GRAPHQL_ENDPOINT="graphql_endpoint" \
Expand All @@ -21,6 +22,7 @@ helm template <release-name> \

# helm upgrade --install (pass configuration via command line)
helm upgrade --install <release-name> \
--set namespace="default" \
--set image.repository="my_repo/ndc-graphql" \
--set image.tag="my_custom_image_tag" \
--set connectorEnvVars.GRAPHQL_ENDPOINT="graphql_endpoint" \
Expand Down
4 changes: 2 additions & 2 deletions charts/ndc-graphql/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ additionalAnnotations: |
# Container Configs
image:
repository: "ghcr.io/hasura/ndc-graphql"
tag: "latest"
repository: ""
tag: ""
pullPolicy: Always
otelCollectorRepository: otel/opentelemetry-collector-contrib
otelCollectorTag: 0.104.0
Expand Down
4 changes: 2 additions & 2 deletions charts/ndc-mongodb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: v2024.10.28
version: v2024.11.04

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand All @@ -25,5 +25,5 @@ appVersion: "3.0.0"

dependencies:
- name: common
version: 0.0.6
version: 0.0.7
repository: oci://us-west1-docker.pkg.dev/hasura-ee/helm-charts
2 changes: 2 additions & 0 deletions charts/ndc-mongodb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ See all [configuration](#parameters) below.

# helm template and apply manifests via kubectl (example)
helm template <release-name> \
--set namespace="default" \
--set image.repository="my_repo/ndc-mongodb" \
--set image.tag="my_custom_image_tag" \
--set connectorEnvVars.MONGODB_DATABASE_URI="db_connection_string" \
Expand All @@ -21,6 +22,7 @@ helm template <release-name> \

# helm upgrade --install (pass configuration via command line)
helm upgrade --install <release-name> \
--set namespace="default" \
--set image.repository="my_repo/ndc-mongodb" \
--set image.tag="my_custom_image_tag" \
--set connectorEnvVars.MONGODB_DATABASE_URI="db_connection_string" \
Expand Down
4 changes: 2 additions & 2 deletions charts/ndc-mongodb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ additionalAnnotations: |
# Container Configs
image:
repository: "ghcr.io/hasura/ndc-mongodb"
tag: "latest"
repository: ""
tag: ""
pullPolicy: Always
otelCollectorRepository: otel/opentelemetry-collector-contrib
otelCollectorTag: 0.104.0
Expand Down
4 changes: 2 additions & 2 deletions charts/ndc-nodejs-lambda/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: v2024.10.28
version: v2024.11.04

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand All @@ -25,5 +25,5 @@ appVersion: "3.0.0"

dependencies:
- name: common
version: 0.0.6
version: 0.0.7
repository: oci://us-west1-docker.pkg.dev/hasura-ee/helm-charts
2 changes: 2 additions & 0 deletions charts/ndc-nodejs-lambda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ See all [configuration](#parameters) below.

# helm template and apply manifests via kubectl (example)
helm template <release-name> \
--set namespace="default" \
--set image.repository="my_repo/ndc-nodejs-lambda" \
--set image.tag="my_custom_image_tag" \
--set connectorEnvVars.HASURA_SERVICE_TOKEN_SECRET="token" \
Expand All @@ -20,6 +21,7 @@ helm template <release-name> \

# helm upgrade --install (pass configuration via command line)
helm upgrade --install <release-name> \
--set namespace="default" \
--set image.repository="my_repo/ndc-nodejs-lambda" \
--set image.tag="my_custom_image_tag" \
--set connectorEnvVars.HASURA_SERVICE_TOKEN_SECRET="token" \
Expand Down
4 changes: 2 additions & 2 deletions charts/ndc-nodejs-lambda/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ additionalAnnotations: |
# Container Configs
image:
repository: "ghcr.io/hasura/ndc-nodejs-lambda"
tag: "latest"
repository: ""
tag: ""
pullPolicy: Always
otelCollectorRepository: otel/opentelemetry-collector-contrib
otelCollectorTag: 0.104.0
Expand Down
4 changes: 2 additions & 2 deletions charts/ndc-postgres/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: v2024.10.28
version: v2024.11.04

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand All @@ -25,5 +25,5 @@ appVersion: "3.0.0"

dependencies:
- name: common
version: 0.0.6
version: 0.0.7
repository: oci://us-west1-docker.pkg.dev/hasura-ee/helm-charts
2 changes: 2 additions & 0 deletions charts/ndc-postgres/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ See all [configuration](#parameters) below.

# helm template and apply manifests via kubectl (example)
helm template <release-name> \
--set namespace="default" \
--set image.repository="my_repo/ndc-postgres" \
--set image.tag="my_custom_image_tag" \
--set connectorEnvVars.CONNECTION_URI="db_connection_string" \
Expand All @@ -21,6 +22,7 @@ helm template <release-name> \

# helm upgrade --install (pass configuration via command line)
helm upgrade --install <release-name> \
--set namespace="default" \
--set image.repository="my_repo/ndc-postgres" \
--set image.tag="my_custom_image_tag" \
--set connectorEnvVars.CONNECTION_URI="db_connection_string" \
Expand Down
4 changes: 2 additions & 2 deletions charts/ndc-postgres/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ additionalAnnotations: |
# Container Configs
image:
repository: "ghcr.io/hasura/ndc-postgres"
tag: "latest"
repository: ""
tag: ""
pullPolicy: Always
otelCollectorRepository: otel/opentelemetry-collector-contrib
otelCollectorTag: 0.104.0
Expand Down
4 changes: 2 additions & 2 deletions charts/v3-engine/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: v2024.10.22
version: v2024.11.04

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand All @@ -25,5 +25,5 @@ appVersion: "3.0.0"

dependencies:
- name: common
version: 0.0.6
version: 0.0.7
repository: oci://us-west1-docker.pkg.dev/hasura-ee/helm-charts
2 changes: 2 additions & 0 deletions charts/v3-engine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ See all [configuration](#parameters) below.

# helm template and apply manifests via kubectl (example)
helm template <release-name> \
--set namespace="default" \
--set image.repository="my_repo/v3-engine" \
--set image.tag="my_custom_image_tag" \
--set observability.hostName="observability_hostname" \
Expand All @@ -20,6 +21,7 @@ helm template <release-name> \

# helm upgrade --install (pass configuration via command line)
helm upgrade --install <release-name> \
--set namespace="default" \
--set image.repository="my_repo/v3-engine" \
--set image.tag="my_custom_image_tag" \
--set observability.hostName="observability_hostname" \
Expand Down
4 changes: 2 additions & 2 deletions charts/v3-engine/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ additionalAnnotations: |
image:
# Full path to custom created image
repository: ghcr.io/hasura/v3-engine
tag: "latest"
repository: ""
tag: ""
pullPolicy: Always
otelCollectorRepository: otel/opentelemetry-collector-contrib
otelCollectorTag: 0.104.0
Expand Down

0 comments on commit 9b1f313

Please sign in to comment.