Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes for v2024.11.06 release #4

Merged
merged 4 commits into from
Nov 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.06

# 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.8
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.06

# 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.8
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.06

# 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.8
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.06

# 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.8
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.06

# 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.8
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.06

# 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.8
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.06

# 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.8
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.06

# 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.8
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
Loading