Skip to content
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
2 changes: 1 addition & 1 deletion helm/spark-web-proxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: spark-web-proxy
description: Helm chart for spark-web-proxy
type: application
version: 0.1.0
appVersion: "0.1.0-snapshot"
appVersion: "0.1.0"
keywords:
- spark
- spark-history
Expand Down
2 changes: 1 addition & 1 deletion helm/spark-web-proxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ helm install my-release oci://quay.io/okdp/charts/spark-web-proxy --version 0.1.
| fullnameOverride | string | `""` | Overrides the release name. |
| image.pullPolicy | string | `"Always"` | Image pull policy. |
| image.repository | string | `"quay.io/okdp/spark-web-proxy"` | Docker image registry. |
| image.tag | string | `"0.1.0-snapshot"` | Image tag. |
| image.tag | string | `"0.1.0"` | Image tag. |
| imagePullSecrets | list | `[]` | Secrets to be used for pulling images from private Docker registries. |
| ingress.annotations | object | `{}` | |
| ingress.className | string | `""` | Specify the ingress class (Kubernetes >= 1.18). |
Expand Down
5 changes: 2 additions & 3 deletions helm/spark-web-proxy/values.sample.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
image:
#repository: quay.io/okdp/spark-web-proxy
repository: spark-web-proxy
repository: quay.io/okdp/spark-web-proxy
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "0.1.0-snapshot"
tag: "0.1.0"

configuration:
spark:
Expand Down
3 changes: 1 addition & 2 deletions helm/spark-web-proxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ image:
# -- Image pull policy.
pullPolicy: Always
# -- Image tag.
tag: "0.1.0-snapshot"
tag: "0.1.0"

# -- Secrets to be used for pulling images from private Docker registries.
imagePullSecrets: []
Expand Down Expand Up @@ -176,4 +176,3 @@ tolerations: []

# -- Affinity for pod scheduling.
affinity: {}

11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "spark-web-proxy",
"version": "0.1.0",
"description": "Monitor live Spark applications within Spark History Server on Kubernetes.",
"repository": {
"type": "git",
"url": "https://github.com/OKDP/spark-web-proxy"
},
"homepage": "https://okdp.io/",
"license": "Apache-2.0"
}
140 changes: 72 additions & 68 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,70 +1,74 @@
{
"separate-pull-requests": true,
"include-v-in-tag": true,
"packages": {
"helm/spark-web-proxy": {
"component": "helm-spark-web-proxy",
"initial-version": "3.1.3-1.0.0",
"extra-label": "helm",
"tag-separator": "/",
"changelog-path": "CHANGELOG.md",
"release-type": "helm",
"changelog-type": "default",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false,
"include-component-in-tag": true
},
"docker": {
"component": "spark-web-proxy",
"initial-version": "1.0.0",
"extra-label": "docker",
"changelog-path": "CHANGELOG.md",
"release-type": "node",
"changelog-type": "default",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false,
"include-component-in-tag": false
}
"separate-pull-requests": true,
"include-v-in-tag": true,
"packages": {
"helm/spark-history-web-proxy": {
"component": "helm-spark-web-proxy",
"initial-version": "0.1.0",
"extra-label": "helm",
"tag-separator": "/",
"changelog-path": "CHANGELOG.md",
"release-type": "helm",
"changelog-type": "default",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false,
"include-component-in-tag": true
},
"changelog-sections": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "docs",
"section": "Documentation",
"hidden": false
},
{
"type": "refactor",
"section": "Refactoring",
"hidden": false
},
{
"type": "test",
"section": "Tests",
"hidden": true
},
{
"type": "ci",
"section": "Continuous Integration",
"hidden": true
},
{
"type": "chore",
"section": "Chore",
"hidden": true
}
],
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}

".": {
"component": "spark-web-proxy",
"initial-version": "0.1.0",
"extra-label": "docker",
"changelog-path": "CHANGELOG.md",
"release-type": "node",
"changelog-type": "default",
"bump-minor-pre-major": false,
"bump-patch-for-minor-pre-major": false,
"draft": false,
"prerelease": false,
"include-component-in-tag": false
}
},
"changelog-sections": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "docs",
"section": "Documentation",
"hidden": false
},
{
"type": "doc",
"section": "Documentation",
"hidden": false
},
{
"type": "refactor",
"section": "Refactoring",
"hidden": false
},
{
"type": "test",
"section": "Tests",
"hidden": true
},
{
"type": "ci",
"section": "Continuous Integration",
"hidden": true
},
{
"type": "chore",
"section": "Continuous Integration",
"hidden": true
}
],
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
}