Skip to content

Commit

Permalink
fixup! fix: Add missing options to Operator form view
Browse files Browse the repository at this point in the history
Signed-off-by: Mateus Oliveira <msouzaol@redhat.com>
  • Loading branch information
mateusoliveira43 committed Mar 8, 2023
1 parent bba4ace commit 23e1f26
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/pelorus/Chart.yaml
Expand Up @@ -14,9 +14,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.
version: 2.0.8-rc.1
version: 2.0.8-rc.2

dependencies:
- name: exporters
version: "v2.0.8-rc.1"
version: "v2.0.8-rc.2"
repository: file://./subcharts/exporters
2 changes: 1 addition & 1 deletion charts/pelorus/subcharts/exporters/Chart.yaml
Expand Up @@ -14,4 +14,4 @@ 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.
version: 2.0.8-rc.1
version: 2.0.8-rc.2
6 changes: 3 additions & 3 deletions scripts/pelorus-operator-patches/07_spec_description.diff
Expand Up @@ -132,9 +132,9 @@
+ DEVELOPMENT OPTION, DO NOT USE IN PRODUCTION
+ Exporter git reference or branch.
+ type: string
+ required:
+ - app_name
+ - exporter_type
+ required:
+ - app_name
+ - exporter_type
+ prometheus_retention:
+ description: >-
+ Prometheus Retention time. More information:
Expand Down

0 comments on commit 23e1f26

Please sign in to comment.