Skip to content

Commit

Permalink
fix proxy in values.schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ihiverlet committed Sep 17, 2024
1 parent 562c2d7 commit d20715c
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion charts/jupyter-pyspark/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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: 2.1.0
version: 2.1.1

dependencies:
- name: library-chart
Expand Down
2 changes: 1 addition & 1 deletion charts/jupyter-pyspark/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@
"enabled": {
"type": "boolean",
"description": "Inject proxy settings",
"default": "false"
"default": false
},
"httpProxy": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion charts/jupyter-python/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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: 2.1.0
version: 2.1.1

dependencies:
- name: library-chart
Expand Down
2 changes: 1 addition & 1 deletion charts/jupyter-python/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@
"enabled": {
"type": "boolean",
"description": "Inject proxy settings",
"default": "false"
"default": false
},
"httpProxy": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion charts/rstudio-sparkr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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: 2.1.0
version: 2.1.1
dependencies:
- name: library-chart
version: 1.5.25
Expand Down
2 changes: 1 addition & 1 deletion charts/rstudio-sparkr/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@
"enabled": {
"type": "boolean",
"description": "Inject proxy settings",
"default": "false"
"default": false
},
"httpProxy": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion charts/rstudio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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: 2.1.0
version: 2.1.1
dependencies:
- name: library-chart
version: 1.5.25
Expand Down
2 changes: 1 addition & 1 deletion charts/rstudio/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@
"enabled": {
"type": "boolean",
"description": "Inject proxy settings",
"default": "false"
"default": false
},
"httpProxy": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion charts/vscode-pyspark/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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: 2.1.0
version: 2.1.1

dependencies:
- name: library-chart
Expand Down
2 changes: 1 addition & 1 deletion charts/vscode-pyspark/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@
"enabled": {
"type": "boolean",
"description": "Inject proxy settings",
"default": "false"
"default": false
},
"httpProxy": {
"type": "string",
Expand Down
2 changes: 1 addition & 1 deletion charts/vscode-python/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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: 2.1.0
version: 2.1.1

dependencies:
- name: library-chart
Expand Down
2 changes: 1 addition & 1 deletion charts/vscode-python/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@
"enabled": {
"type": "boolean",
"description": "Inject proxy settings",
"default": "false"
"default": false
},
"httpProxy": {
"type": "string",
Expand Down

0 comments on commit d20715c

Please sign in to comment.