This is an automated email from the ASF dual-hosted git repository.
nchung pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-sdap-in-situ-data-services.git
The following commit(s) were added to refs/heads/master by this push:
new 8fdfc8c Fix helm related issues (#19)
8fdfc8c is described below
commit 8fdfc8cd940626ea37c43f348c6d78ce7e510713
Author: Jason Min-Liang Kang <[email protected]>
AuthorDate: Thu May 11 16:38:13 2023 -0700
Fix helm related issues (#19)
* Adding the packaged chart for spark version 5.9.11
* Fix template header block comment causing helm compile issue
* Update changelog
* Make correction to changelog
---
CHANGELOG.md | 2 +-
k8s_spark/parquet.spark.helm/.gitignore | 1 -
.../parquet.spark.helm/charts/spark-5.9.11.tgz | Bin 0 -> 36452 bytes
.../parquet.spark.helm/charts/spark-5.9.4.tgz | Bin 36223 -> 0 bytes
.../parquet.spark.helm/templates/deployment.yaml | 30 +++++++++++----------
k8s_spark/parquet.spark.helm/templates/hpa.yaml | 30 +++++++++++----------
.../parquet.spark.helm/templates/ingress.yaml | 30 +++++++++++----------
k8s_spark/parquet.spark.helm/templates/secret.yaml | 30 +++++++++++----------
.../parquet.spark.helm/templates/service.yaml | 30 +++++++++++----------
.../templates/serviceaccount.yaml | 30 +++++++++++----------
.../templates/tests/test-connection.yaml | 30 +++++++++++----------
11 files changed, 113 insertions(+), 100 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 946f6df..ad3b640 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,7 +6,6 @@ and this project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
-
### Changed
- Updated Elasticsearch *query_by_id* method to accept an *index* as argument
- SDAP-462: Updated query logic so that depth -99999 is treated as surface
(i.e. depth 0)
@@ -15,6 +14,7 @@ and this project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0
### Deprecated
### Removed
### Fixed
+- Fixed helm chart not building/installing
### Security
## [0.3.0] - 2022-07-13
diff --git a/k8s_spark/parquet.spark.helm/.gitignore
b/k8s_spark/parquet.spark.helm/.gitignore
deleted file mode 100644
index 711a39c..0000000
--- a/k8s_spark/parquet.spark.helm/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-charts/
\ No newline at end of file
diff --git a/k8s_spark/parquet.spark.helm/charts/spark-5.9.11.tgz
b/k8s_spark/parquet.spark.helm/charts/spark-5.9.11.tgz
new file mode 100644
index 0000000..1d23e04
Binary files /dev/null and
b/k8s_spark/parquet.spark.helm/charts/spark-5.9.11.tgz differ
diff --git a/k8s_spark/parquet.spark.helm/charts/spark-5.9.4.tgz
b/k8s_spark/parquet.spark.helm/charts/spark-5.9.4.tgz
deleted file mode 100644
index 6d69aca..0000000
Binary files a/k8s_spark/parquet.spark.helm/charts/spark-5.9.4.tgz and
/dev/null differ
diff --git a/k8s_spark/parquet.spark.helm/templates/deployment.yaml
b/k8s_spark/parquet.spark.helm/templates/deployment.yaml
index 8566caa..483bf42 100644
--- a/k8s_spark/parquet.spark.helm/templates/deployment.yaml
+++ b/k8s_spark/parquet.spark.helm/templates/deployment.yaml
@@ -1,17 +1,19 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
+{{/*
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements. See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/}}
apiVersion: apps/v1
kind: Deployment
diff --git a/k8s_spark/parquet.spark.helm/templates/hpa.yaml
b/k8s_spark/parquet.spark.helm/templates/hpa.yaml
index d784f61..55f7e0a 100644
--- a/k8s_spark/parquet.spark.helm/templates/hpa.yaml
+++ b/k8s_spark/parquet.spark.helm/templates/hpa.yaml
@@ -1,17 +1,19 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
+{{/*
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements. See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/}}
{{- if .Values.autoscaling.enabled }}
apiVersion: autoscaling/v2beta1
diff --git a/k8s_spark/parquet.spark.helm/templates/ingress.yaml
b/k8s_spark/parquet.spark.helm/templates/ingress.yaml
index a97bfdb..b5d94ed 100644
--- a/k8s_spark/parquet.spark.helm/templates/ingress.yaml
+++ b/k8s_spark/parquet.spark.helm/templates/ingress.yaml
@@ -1,17 +1,19 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
+{{/*
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements. See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/}}
{{- if .Values.ingress.enabled -}}
diff --git a/k8s_spark/parquet.spark.helm/templates/secret.yaml
b/k8s_spark/parquet.spark.helm/templates/secret.yaml
index 880e0a4..164d704 100644
--- a/k8s_spark/parquet.spark.helm/templates/secret.yaml
+++ b/k8s_spark/parquet.spark.helm/templates/secret.yaml
@@ -1,17 +1,19 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
+{{/*
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements. See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/}}
{{ with .Values.aws_creds }}
apiVersion: v1
diff --git a/k8s_spark/parquet.spark.helm/templates/service.yaml
b/k8s_spark/parquet.spark.helm/templates/service.yaml
index 6677139..5131cb9 100644
--- a/k8s_spark/parquet.spark.helm/templates/service.yaml
+++ b/k8s_spark/parquet.spark.helm/templates/service.yaml
@@ -1,17 +1,19 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
+{{/*
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements. See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/}}
apiVersion: v1
kind: Service
diff --git a/k8s_spark/parquet.spark.helm/templates/serviceaccount.yaml
b/k8s_spark/parquet.spark.helm/templates/serviceaccount.yaml
index 8cd2d2c..e030a09 100644
--- a/k8s_spark/parquet.spark.helm/templates/serviceaccount.yaml
+++ b/k8s_spark/parquet.spark.helm/templates/serviceaccount.yaml
@@ -1,17 +1,19 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
+{{/*
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements. See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/}}
{{- if .Values.serviceAccount.create -}}
apiVersion: v1
diff --git a/k8s_spark/parquet.spark.helm/templates/tests/test-connection.yaml
b/k8s_spark/parquet.spark.helm/templates/tests/test-connection.yaml
index d9fe0c8..d034540 100644
--- a/k8s_spark/parquet.spark.helm/templates/tests/test-connection.yaml
+++ b/k8s_spark/parquet.spark.helm/templates/tests/test-connection.yaml
@@ -1,17 +1,19 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License. You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
+{{/*
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements. See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+*/}}
apiVersion: v1
kind: Pod