Skip to content

Commit

Permalink
fix listEnum render to list for kubernetes role
Browse files Browse the repository at this point in the history
  • Loading branch information
ihiverlet authored Sep 10, 2024
1 parent 2f4bbf4 commit f4a4fa6
Show file tree
Hide file tree
Showing 12 changed files with 18 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.0.2
version: 2.0.3

dependencies:
- name: library-chart
Expand Down
3 changes: 2 additions & 1 deletion charts/jupyter-pyspark/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,8 @@
"view",
"edit",
"admin"
]
],
"render": "list"
}
}
},
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 @@ -23,7 +23,7 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)

version: 2.0.2
version: 2.0.3

dependencies:
- name: library-chart
Expand Down
3 changes: 2 additions & 1 deletion charts/jupyter-python/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,8 @@
"view",
"edit",
"admin"
]
],
"render": "list"
}
}
},
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.0.2
version: 2.0.3

dependencies:
- name: library-chart
Expand Down
3 changes: 2 additions & 1 deletion charts/rstudio-sparkr/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,8 @@
"view",
"edit",
"admin"
]
],
"render": "list"
}
}
},
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.0.2
version: 2.0.3

dependencies:
- name: library-chart
Expand Down
3 changes: 2 additions & 1 deletion charts/rstudio/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,8 @@
"view",
"edit",
"admin"
]
],
"render": "list"
}
}
},
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.0.2
version: 2.0.3

dependencies:
- name: library-chart
Expand Down
3 changes: 2 additions & 1 deletion charts/vscode-pyspark/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,8 @@
"view",
"edit",
"admin"
]
],
"render":"list"
}
}
},
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.0.2
version: 2.0.3

dependencies:
- name: library-chart
Expand Down
3 changes: 2 additions & 1 deletion charts/vscode-python/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,8 @@
"view",
"edit",
"admin"
]
],
"render": "list"
}
}
},
Expand Down

0 comments on commit f4a4fa6

Please sign in to comment.