Skip to content

Commit

Permalink
Add CRD-related params in values.yaml (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
phlg authored Jun 14, 2023
1 parent 90bdd10 commit 016f99f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/s3-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ 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: 0.1.0
version: 0.1.1
# 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.1.0"
appVersion: "0.1.1"
6 changes: 6 additions & 0 deletions charts/s3-operator/values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
crds:
# -- Install and upgrade CRDs
install: true
# -- Keep CRDs on chart uninstall
keep: true

controllerManager:
manager:
containerSecurityContext:
Expand Down

0 comments on commit 016f99f

Please sign in to comment.