From 9b1f313b6a81515d91b44ca9747218c465f86058 Mon Sep 17 00:00:00 2001 From: Tom Skawinski Date: Wed, 30 Oct 2024 18:02:33 -0400 Subject: [PATCH 1/4] Changes for v2024.11.04 release --- charts/ndc-connector-oracle/Chart.yaml | 4 ++-- charts/ndc-connector-oracle/README.md | 2 ++ charts/ndc-connector-oracle/values.yaml | 4 ++-- charts/ndc-connector-phoenix/Chart.yaml | 4 ++-- charts/ndc-connector-phoenix/README.md | 2 ++ charts/ndc-connector-phoenix/values.yaml | 4 ++-- charts/ndc-elasticsearch/Chart.yaml | 4 ++-- charts/ndc-elasticsearch/README.md | 2 ++ charts/ndc-elasticsearch/values.yaml | 4 ++-- charts/ndc-graphql/Chart.yaml | 4 ++-- charts/ndc-graphql/README.md | 2 ++ charts/ndc-graphql/values.yaml | 4 ++-- charts/ndc-mongodb/Chart.yaml | 4 ++-- charts/ndc-mongodb/README.md | 2 ++ charts/ndc-mongodb/values.yaml | 4 ++-- charts/ndc-nodejs-lambda/Chart.yaml | 4 ++-- charts/ndc-nodejs-lambda/README.md | 2 ++ charts/ndc-nodejs-lambda/values.yaml | 4 ++-- charts/ndc-postgres/Chart.yaml | 4 ++-- charts/ndc-postgres/README.md | 2 ++ charts/ndc-postgres/values.yaml | 4 ++-- charts/v3-engine/Chart.yaml | 4 ++-- charts/v3-engine/README.md | 2 ++ charts/v3-engine/values.yaml | 4 ++-- 24 files changed, 48 insertions(+), 32 deletions(-) diff --git a/charts/ndc-connector-oracle/Chart.yaml b/charts/ndc-connector-oracle/Chart.yaml index 2196b98..6ef4bfa 100644 --- a/charts/ndc-connector-oracle/Chart.yaml +++ b/charts/ndc-connector-oracle/Chart.yaml @@ -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 @@ -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 diff --git a/charts/ndc-connector-oracle/README.md b/charts/ndc-connector-oracle/README.md index 2866aa1..9ea9930 100644 --- a/charts/ndc-connector-oracle/README.md +++ b/charts/ndc-connector-oracle/README.md @@ -11,6 +11,7 @@ See all [configuration](#parameters) below. # helm template and apply manifests via kubectl (example) helm template \ + --set namespace="default" \ --set image.repository="my_repo/ndc-jvm-oracle" \ --set image.tag="my_custom_image_tag" \ --set connectorEnvVars.JDBC_URL="jdbc_url" \ @@ -21,6 +22,7 @@ helm template \ # helm upgrade --install (pass configuration via command line) helm upgrade --install \ + --set namespace="default" \ --set image.repository="my_repo/ndc-jvm-oracle" \ --set image.tag="my_custom_image_tag" \ --set connectorEnvVars.JDBC_URL="jdbc_url" \ diff --git a/charts/ndc-connector-oracle/values.yaml b/charts/ndc-connector-oracle/values.yaml index d45b88f..57ae257 100644 --- a/charts/ndc-connector-oracle/values.yaml +++ b/charts/ndc-connector-oracle/values.yaml @@ -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 diff --git a/charts/ndc-connector-phoenix/Chart.yaml b/charts/ndc-connector-phoenix/Chart.yaml index d3ab22d..a518a09 100644 --- a/charts/ndc-connector-phoenix/Chart.yaml +++ b/charts/ndc-connector-phoenix/Chart.yaml @@ -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 @@ -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 diff --git a/charts/ndc-connector-phoenix/README.md b/charts/ndc-connector-phoenix/README.md index 2b098ee..4663b80 100644 --- a/charts/ndc-connector-phoenix/README.md +++ b/charts/ndc-connector-phoenix/README.md @@ -11,6 +11,7 @@ See all [configuration](#parameters) below. # helm template and apply manifests via kubectl (example) helm template \ + --set namespace="default" \ --set image.repository="my_repo/ndc-jvm-phoenix" \ --set image.tag="my_custom_image_tag" \ --set connectorEnvVars.JDBC_URL="jdbc_url" \ @@ -21,6 +22,7 @@ helm template \ # helm upgrade --install (pass configuration via command line) helm upgrade --install \ + --set namespace="default" \ --set image.repository="my_repo/ndc-jvm-phoenix" \ --set image.tag="my_custom_image_tag" \ --set connectorEnvVars.JDBC_URL="jdbc_url" \ diff --git a/charts/ndc-connector-phoenix/values.yaml b/charts/ndc-connector-phoenix/values.yaml index e684ff8..a3f05e8 100644 --- a/charts/ndc-connector-phoenix/values.yaml +++ b/charts/ndc-connector-phoenix/values.yaml @@ -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 diff --git a/charts/ndc-elasticsearch/Chart.yaml b/charts/ndc-elasticsearch/Chart.yaml index c6738eb..de7ae1d 100644 --- a/charts/ndc-elasticsearch/Chart.yaml +++ b/charts/ndc-elasticsearch/Chart.yaml @@ -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 @@ -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 diff --git a/charts/ndc-elasticsearch/README.md b/charts/ndc-elasticsearch/README.md index 5f0a00b..464447d 100644 --- a/charts/ndc-elasticsearch/README.md +++ b/charts/ndc-elasticsearch/README.md @@ -11,6 +11,7 @@ See all [configuration](#parameters) below. # helm template and apply manifests via kubectl (example) helm template \ + --set namespace="default" \ --set image.repository="my_repo/ndc-elasticsearch" \ --set image.tag="my_custom_image_tag" \ --set connectorEnvVars.ELASTICSEARCH_URL="elasticsearch_url" \ @@ -23,6 +24,7 @@ helm template \ # helm upgrade --install (pass configuration via command line) helm upgrade --install \ + --set namespace="default" \ --set image.repository="my_repo/ndc-elasticsearch" \ --set image.tag="my_custom_image_tag" \ --set connectorEnvVars.ELASTICSEARCH_URL="elasticsearch_url" \ diff --git a/charts/ndc-elasticsearch/values.yaml b/charts/ndc-elasticsearch/values.yaml index a1ef644..3a28212 100644 --- a/charts/ndc-elasticsearch/values.yaml +++ b/charts/ndc-elasticsearch/values.yaml @@ -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 diff --git a/charts/ndc-graphql/Chart.yaml b/charts/ndc-graphql/Chart.yaml index 6abb799..c9b9503 100644 --- a/charts/ndc-graphql/Chart.yaml +++ b/charts/ndc-graphql/Chart.yaml @@ -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 @@ -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 diff --git a/charts/ndc-graphql/README.md b/charts/ndc-graphql/README.md index f510c43..5bc6dc0 100644 --- a/charts/ndc-graphql/README.md +++ b/charts/ndc-graphql/README.md @@ -11,6 +11,7 @@ See all [configuration](#parameters) below. # helm template and apply manifests via kubectl (example) helm template \ + --set namespace="default" \ --set image.repository="my_repo/ndc-graphql" \ --set image.tag="my_custom_image_tag" \ --set connectorEnvVars.GRAPHQL_ENDPOINT="graphql_endpoint" \ @@ -21,6 +22,7 @@ helm template \ # helm upgrade --install (pass configuration via command line) helm upgrade --install \ + --set namespace="default" \ --set image.repository="my_repo/ndc-graphql" \ --set image.tag="my_custom_image_tag" \ --set connectorEnvVars.GRAPHQL_ENDPOINT="graphql_endpoint" \ diff --git a/charts/ndc-graphql/values.yaml b/charts/ndc-graphql/values.yaml index 263d570..3d40f8a 100644 --- a/charts/ndc-graphql/values.yaml +++ b/charts/ndc-graphql/values.yaml @@ -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 diff --git a/charts/ndc-mongodb/Chart.yaml b/charts/ndc-mongodb/Chart.yaml index a0d1f00..347ab6d 100644 --- a/charts/ndc-mongodb/Chart.yaml +++ b/charts/ndc-mongodb/Chart.yaml @@ -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 @@ -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 diff --git a/charts/ndc-mongodb/README.md b/charts/ndc-mongodb/README.md index e806538..5cdcca2 100644 --- a/charts/ndc-mongodb/README.md +++ b/charts/ndc-mongodb/README.md @@ -11,6 +11,7 @@ See all [configuration](#parameters) below. # helm template and apply manifests via kubectl (example) helm template \ + --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" \ @@ -21,6 +22,7 @@ helm template \ # helm upgrade --install (pass configuration via command line) helm upgrade --install \ + --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" \ diff --git a/charts/ndc-mongodb/values.yaml b/charts/ndc-mongodb/values.yaml index 3952231..7687000 100644 --- a/charts/ndc-mongodb/values.yaml +++ b/charts/ndc-mongodb/values.yaml @@ -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 diff --git a/charts/ndc-nodejs-lambda/Chart.yaml b/charts/ndc-nodejs-lambda/Chart.yaml index 6e9d263..39f031d 100644 --- a/charts/ndc-nodejs-lambda/Chart.yaml +++ b/charts/ndc-nodejs-lambda/Chart.yaml @@ -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 @@ -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 diff --git a/charts/ndc-nodejs-lambda/README.md b/charts/ndc-nodejs-lambda/README.md index c23ca4e..2aed787 100644 --- a/charts/ndc-nodejs-lambda/README.md +++ b/charts/ndc-nodejs-lambda/README.md @@ -11,6 +11,7 @@ See all [configuration](#parameters) below. # helm template and apply manifests via kubectl (example) helm template \ + --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" \ @@ -20,6 +21,7 @@ helm template \ # helm upgrade --install (pass configuration via command line) helm upgrade --install \ + --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" \ diff --git a/charts/ndc-nodejs-lambda/values.yaml b/charts/ndc-nodejs-lambda/values.yaml index 6b4caed..0463878 100644 --- a/charts/ndc-nodejs-lambda/values.yaml +++ b/charts/ndc-nodejs-lambda/values.yaml @@ -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 diff --git a/charts/ndc-postgres/Chart.yaml b/charts/ndc-postgres/Chart.yaml index e2ff4c8..f728d06 100644 --- a/charts/ndc-postgres/Chart.yaml +++ b/charts/ndc-postgres/Chart.yaml @@ -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 @@ -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 diff --git a/charts/ndc-postgres/README.md b/charts/ndc-postgres/README.md index 87f0d60..c845e57 100644 --- a/charts/ndc-postgres/README.md +++ b/charts/ndc-postgres/README.md @@ -11,6 +11,7 @@ See all [configuration](#parameters) below. # helm template and apply manifests via kubectl (example) helm template \ + --set namespace="default" \ --set image.repository="my_repo/ndc-postgres" \ --set image.tag="my_custom_image_tag" \ --set connectorEnvVars.CONNECTION_URI="db_connection_string" \ @@ -21,6 +22,7 @@ helm template \ # helm upgrade --install (pass configuration via command line) helm upgrade --install \ + --set namespace="default" \ --set image.repository="my_repo/ndc-postgres" \ --set image.tag="my_custom_image_tag" \ --set connectorEnvVars.CONNECTION_URI="db_connection_string" \ diff --git a/charts/ndc-postgres/values.yaml b/charts/ndc-postgres/values.yaml index 886de7a..52a2863 100644 --- a/charts/ndc-postgres/values.yaml +++ b/charts/ndc-postgres/values.yaml @@ -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 diff --git a/charts/v3-engine/Chart.yaml b/charts/v3-engine/Chart.yaml index 7c39e21..1916ad7 100644 --- a/charts/v3-engine/Chart.yaml +++ b/charts/v3-engine/Chart.yaml @@ -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 @@ -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 diff --git a/charts/v3-engine/README.md b/charts/v3-engine/README.md index 36ae6d3..0d7ef2b 100644 --- a/charts/v3-engine/README.md +++ b/charts/v3-engine/README.md @@ -11,6 +11,7 @@ See all [configuration](#parameters) below. # helm template and apply manifests via kubectl (example) helm template \ + --set namespace="default" \ --set image.repository="my_repo/v3-engine" \ --set image.tag="my_custom_image_tag" \ --set observability.hostName="observability_hostname" \ @@ -20,6 +21,7 @@ helm template \ # helm upgrade --install (pass configuration via command line) helm upgrade --install \ + --set namespace="default" \ --set image.repository="my_repo/v3-engine" \ --set image.tag="my_custom_image_tag" \ --set observability.hostName="observability_hostname" \ diff --git a/charts/v3-engine/values.yaml b/charts/v3-engine/values.yaml index 2cd5fe4..9ecedf7 100644 --- a/charts/v3-engine/values.yaml +++ b/charts/v3-engine/values.yaml @@ -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 From dc56d80fc1212c6116c5decdaea889c3ea2d7734 Mon Sep 17 00:00:00 2001 From: Tom Skawinski Date: Tue, 5 Nov 2024 09:06:17 -0500 Subject: [PATCH 2/4] Modify version for today's release --- charts/ndc-connector-oracle/Chart.yaml | 2 +- charts/ndc-connector-phoenix/Chart.yaml | 2 +- charts/ndc-elasticsearch/Chart.yaml | 2 +- charts/ndc-graphql/Chart.yaml | 2 +- charts/ndc-mongodb/Chart.yaml | 2 +- charts/ndc-nodejs-lambda/Chart.yaml | 2 +- charts/ndc-postgres/Chart.yaml | 2 +- charts/v3-engine/Chart.yaml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/ndc-connector-oracle/Chart.yaml b/charts/ndc-connector-oracle/Chart.yaml index 6ef4bfa..5becd07 100644 --- a/charts/ndc-connector-oracle/Chart.yaml +++ b/charts/ndc-connector-oracle/Chart.yaml @@ -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.11.04 +version: v2024.11.05 # 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 diff --git a/charts/ndc-connector-phoenix/Chart.yaml b/charts/ndc-connector-phoenix/Chart.yaml index a518a09..77e839b 100644 --- a/charts/ndc-connector-phoenix/Chart.yaml +++ b/charts/ndc-connector-phoenix/Chart.yaml @@ -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.11.04 +version: v2024.11.05 # 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 diff --git a/charts/ndc-elasticsearch/Chart.yaml b/charts/ndc-elasticsearch/Chart.yaml index de7ae1d..a3e4d29 100644 --- a/charts/ndc-elasticsearch/Chart.yaml +++ b/charts/ndc-elasticsearch/Chart.yaml @@ -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.11.04 +version: v2024.11.05 # 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 diff --git a/charts/ndc-graphql/Chart.yaml b/charts/ndc-graphql/Chart.yaml index c9b9503..9e1399d 100644 --- a/charts/ndc-graphql/Chart.yaml +++ b/charts/ndc-graphql/Chart.yaml @@ -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.11.04 +version: v2024.11.05 # 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 diff --git a/charts/ndc-mongodb/Chart.yaml b/charts/ndc-mongodb/Chart.yaml index 347ab6d..a9b74c7 100644 --- a/charts/ndc-mongodb/Chart.yaml +++ b/charts/ndc-mongodb/Chart.yaml @@ -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.11.04 +version: v2024.11.05 # 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 diff --git a/charts/ndc-nodejs-lambda/Chart.yaml b/charts/ndc-nodejs-lambda/Chart.yaml index 39f031d..39b9783 100644 --- a/charts/ndc-nodejs-lambda/Chart.yaml +++ b/charts/ndc-nodejs-lambda/Chart.yaml @@ -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.11.04 +version: v2024.11.05 # 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 diff --git a/charts/ndc-postgres/Chart.yaml b/charts/ndc-postgres/Chart.yaml index f728d06..13e4403 100644 --- a/charts/ndc-postgres/Chart.yaml +++ b/charts/ndc-postgres/Chart.yaml @@ -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.11.04 +version: v2024.11.05 # 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 diff --git a/charts/v3-engine/Chart.yaml b/charts/v3-engine/Chart.yaml index 1916ad7..f3be1ef 100644 --- a/charts/v3-engine/Chart.yaml +++ b/charts/v3-engine/Chart.yaml @@ -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.11.04 +version: v2024.11.05 # 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 From fec1499ed3e206a6e779f221646b94c535a68d86 Mon Sep 17 00:00:00 2001 From: Tom Skawinski Date: Tue, 5 Nov 2024 12:41:01 -0500 Subject: [PATCH 3/4] Trigger Build From 160887e9aa27a3f8ae3c0ebfec21eb735fd630fb Mon Sep 17 00:00:00 2001 From: Tom Skawinski Date: Wed, 6 Nov 2024 08:59:12 -0500 Subject: [PATCH 4/4] Bump common to 0.0.8 and modify version to today's date --- charts/ndc-connector-oracle/Chart.yaml | 4 ++-- charts/ndc-connector-phoenix/Chart.yaml | 4 ++-- charts/ndc-elasticsearch/Chart.yaml | 4 ++-- charts/ndc-graphql/Chart.yaml | 4 ++-- charts/ndc-mongodb/Chart.yaml | 4 ++-- charts/ndc-nodejs-lambda/Chart.yaml | 4 ++-- charts/ndc-postgres/Chart.yaml | 4 ++-- charts/v3-engine/Chart.yaml | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/charts/ndc-connector-oracle/Chart.yaml b/charts/ndc-connector-oracle/Chart.yaml index 5becd07..c48975f 100644 --- a/charts/ndc-connector-oracle/Chart.yaml +++ b/charts/ndc-connector-oracle/Chart.yaml @@ -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.11.05 +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 @@ -25,5 +25,5 @@ appVersion: "3.0.0" dependencies: - name: common - version: 0.0.7 + version: 0.0.8 repository: oci://us-west1-docker.pkg.dev/hasura-ee/helm-charts diff --git a/charts/ndc-connector-phoenix/Chart.yaml b/charts/ndc-connector-phoenix/Chart.yaml index 77e839b..12b2aa0 100644 --- a/charts/ndc-connector-phoenix/Chart.yaml +++ b/charts/ndc-connector-phoenix/Chart.yaml @@ -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.11.05 +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 @@ -25,5 +25,5 @@ appVersion: "3.0.0" dependencies: - name: common - version: 0.0.7 + version: 0.0.8 repository: oci://us-west1-docker.pkg.dev/hasura-ee/helm-charts diff --git a/charts/ndc-elasticsearch/Chart.yaml b/charts/ndc-elasticsearch/Chart.yaml index a3e4d29..d15f0e8 100644 --- a/charts/ndc-elasticsearch/Chart.yaml +++ b/charts/ndc-elasticsearch/Chart.yaml @@ -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.11.05 +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 @@ -25,5 +25,5 @@ appVersion: "3.0.0" dependencies: - name: common - version: 0.0.7 + version: 0.0.8 repository: oci://us-west1-docker.pkg.dev/hasura-ee/helm-charts diff --git a/charts/ndc-graphql/Chart.yaml b/charts/ndc-graphql/Chart.yaml index 9e1399d..f8e19ab 100644 --- a/charts/ndc-graphql/Chart.yaml +++ b/charts/ndc-graphql/Chart.yaml @@ -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.11.05 +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 @@ -25,5 +25,5 @@ appVersion: "3.0.0" dependencies: - name: common - version: 0.0.7 + version: 0.0.8 repository: oci://us-west1-docker.pkg.dev/hasura-ee/helm-charts diff --git a/charts/ndc-mongodb/Chart.yaml b/charts/ndc-mongodb/Chart.yaml index a9b74c7..0c06e73 100644 --- a/charts/ndc-mongodb/Chart.yaml +++ b/charts/ndc-mongodb/Chart.yaml @@ -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.11.05 +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 @@ -25,5 +25,5 @@ appVersion: "3.0.0" dependencies: - name: common - version: 0.0.7 + version: 0.0.8 repository: oci://us-west1-docker.pkg.dev/hasura-ee/helm-charts diff --git a/charts/ndc-nodejs-lambda/Chart.yaml b/charts/ndc-nodejs-lambda/Chart.yaml index 39b9783..ce3f124 100644 --- a/charts/ndc-nodejs-lambda/Chart.yaml +++ b/charts/ndc-nodejs-lambda/Chart.yaml @@ -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.11.05 +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 @@ -25,5 +25,5 @@ appVersion: "3.0.0" dependencies: - name: common - version: 0.0.7 + version: 0.0.8 repository: oci://us-west1-docker.pkg.dev/hasura-ee/helm-charts diff --git a/charts/ndc-postgres/Chart.yaml b/charts/ndc-postgres/Chart.yaml index 13e4403..fed5b9a 100644 --- a/charts/ndc-postgres/Chart.yaml +++ b/charts/ndc-postgres/Chart.yaml @@ -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.11.05 +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 @@ -25,5 +25,5 @@ appVersion: "3.0.0" dependencies: - name: common - version: 0.0.7 + version: 0.0.8 repository: oci://us-west1-docker.pkg.dev/hasura-ee/helm-charts diff --git a/charts/v3-engine/Chart.yaml b/charts/v3-engine/Chart.yaml index f3be1ef..253949b 100644 --- a/charts/v3-engine/Chart.yaml +++ b/charts/v3-engine/Chart.yaml @@ -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.11.05 +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 @@ -25,5 +25,5 @@ appVersion: "3.0.0" dependencies: - name: common - version: 0.0.7 + version: 0.0.8 repository: oci://us-west1-docker.pkg.dev/hasura-ee/helm-charts