Skip to content

Commit

Permalink
Fix reloader version
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Nov 3, 2023
1 parent 25b999a commit f28f467
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/ace-installer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ The following table lists the configurable parameters of the `ace-installer` cha
| helm.releases.panopticon.version | | <code>"v2023.10.1"</code> |
| helm.releases.panopticon.values | | <code>{"monitoring":{"agent":"prometheus.io/operator","enabled":true,"serviceMonitor":{"labels":{"release":"kube-prometheus-stack"}}}}</code> |
| helm.releases.reloader.enabled | | <code>true</code> |
| helm.releases.reloader.version | | <code>"v1.0.50"</code> |
| helm.releases.reloader.version | | <code>"1.0.50"</code> |
| helm.releases.stash.enabled | | <code>true</code> |
| helm.releases.stash.version | | <code>"v2023.10.9"</code> |
| helm.releases.stash.values | | <code>{"features":{"enterprise":true}}</code> |
Expand Down
2 changes: 1 addition & 1 deletion charts/ace-installer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ helm:
release: kube-prometheus-stack
reloader:
enabled: true
version: "v1.0.50"
version: "1.0.50"
stash:
enabled: true
version: "v2023.10.9"
Expand Down
2 changes: 1 addition & 1 deletion charts/opscenter-features/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ The following table lists the configurable parameters of the `opscenter-features
| helm.releases.stash-opscenter.version | | <code>"v2023.10.9"</code> |
| helm.releases.stash-presets.version | | <code>"v2023.10.18"</code> |
| helm.releases.supervisor.version | | <code>"v2023.10.1"</code> |
| helm.releases.reloader.version | | <code>"v1.0.50"</code> |
| helm.releases.reloader.version | | <code>"1.0.50"</code> |
| helm.releases.voyager.version | | <code>"v2023.9.18"</code> |
| clusterManagers | | <code>[]</code> |
| capi.provider | | <code>""</code> |
Expand Down
2 changes: 1 addition & 1 deletion charts/opscenter-features/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ helm:
supervisor:
version: "v2023.10.1"
reloader:
version: "v1.0.50"
version: "1.0.50"
voyager:
version: "v2023.9.18"

Expand Down

0 comments on commit f28f467

Please sign in to comment.