From f7bdaa83005f2d6084571474363ab280f58ac530 Mon Sep 17 00:00:00 2001 From: Stacky McStackface Date: Thu, 16 Dec 2021 14:34:29 +0000 Subject: [PATCH 1/2] Generated commit to update templated files based on rev 3451442 in stackabletech/operator-templating repo. Original commit message: Revert -Added an environment variable to disable lookups in log4j strings. (#32)- (#34) This reverts commit 1c43a92fd5846264c113fe7955b805740482a288. --- deploy/helm/spark-operator/Chart.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/deploy/helm/spark-operator/Chart.yaml b/deploy/helm/spark-operator/Chart.yaml index 68fc1b0..f6f7049 100644 --- a/deploy/helm/spark-operator/Chart.yaml +++ b/deploy/helm/spark-operator/Chart.yaml @@ -2,9 +2,11 @@ # This file is automatically generated from the templates in stackabletech/operator-templating # DON'T MANUALLY EDIT THIS FILE # ============= + apiVersion: v2 name: spark-operator description: The Stackable Operator for Apache Spark + # A chart can be either an 'application' or a 'library' chart. # # Application charts are a collection of templates that can be packaged into versioned archives @@ -14,15 +16,18 @@ description: The Stackable Operator for Apache Spark # a dependency of application charts to inject those utilities and functions into the rendering # pipeline. Library charts do not define any templates and therefore cannot be deployed. type: application + maintainers: - name: stackable url: github.com/stackabletech + # 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: 0.5.0-nightly +version: + # 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 # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: 0.5.0-nightly +appVersion: From 2fffb138f6c2856fe228da1dfdb1f5212f3da4ab Mon Sep 17 00:00:00 2001 From: Stacky McStackface Date: Thu, 16 Dec 2021 14:45:30 +0000 Subject: [PATCH 2/2] Github Actions: Generated k8s manifest files --- deploy/helm/spark-operator/Chart.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/deploy/helm/spark-operator/Chart.yaml b/deploy/helm/spark-operator/Chart.yaml index f6f7049..68fc1b0 100644 --- a/deploy/helm/spark-operator/Chart.yaml +++ b/deploy/helm/spark-operator/Chart.yaml @@ -2,11 +2,9 @@ # This file is automatically generated from the templates in stackabletech/operator-templating # DON'T MANUALLY EDIT THIS FILE # ============= - apiVersion: v2 name: spark-operator description: The Stackable Operator for Apache Spark - # A chart can be either an 'application' or a 'library' chart. # # Application charts are a collection of templates that can be packaged into versioned archives @@ -16,18 +14,15 @@ description: The Stackable Operator for Apache Spark # a dependency of application charts to inject those utilities and functions into the rendering # pipeline. Library charts do not define any templates and therefore cannot be deployed. type: application - maintainers: - name: stackable url: github.com/stackabletech - # 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: - +version: 0.5.0-nightly # 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 # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: +appVersion: 0.5.0-nightly