Skip to content

Commit

Permalink
Merge pull request #31 from rh-mobb/fix-federated-metrics
Browse files Browse the repository at this point in the history
update chart for federated metrics
  • Loading branch information
paulczar authored Aug 18, 2022
2 parents f15cb1f + e7868a4 commit 15d4be0
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion charts/operatorhub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A Helm chart for Kubernetes

type: application

version: 0.1.1
version: 0.1.2

maintainers:
- name: rh-mobb
Expand Down
14 changes: 7 additions & 7 deletions charts/operatorhub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ subscriptions:
channel: v4
installPlanApproval: Automatic
source: operatorhubio
sourceNamespace: ~
sourceNamespace: openshift-marketplace

operatorGroups:
- name: operatorhubio
targetNamespace: ~

catalogSources:
- name: operatorhubio
sourceType: grpc
image: quay.io/operator-framework/upstream-community-operators:latest
displayName: Community Operators
publisher: OperatorHub.io
catalogSources: []
# - name: operatorhubio
# sourceType: grpc
# image: quay.io/operator-framework/upstream-community-operators:latest
# displayName: Community Operators
# publisher: OperatorHub.io
2 changes: 1 addition & 1 deletion charts/rosa-federated-prometheus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A Helm chart for Kubernetes

type: application

version: 0.5.3
version: 0.5.4

maintainers:
- name: paulczar
Expand Down
2 changes: 1 addition & 1 deletion charts/rosa-federated-prometheus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ This Helm chart will deploy a Prometheus server on ROSA and configure it to slur

```bash
helm upgrade -n $NAMESPACE federated-metrics-operators \
mobb/operatorhub --version 0.1.0 --install \
mobb/operatorhub --install \
--values https://raw.githubusercontent.com/rh-mobb/helm-charts/main/charts/rosa-federated-prometheus/files/operatorhub.yaml
```

Expand Down
16 changes: 8 additions & 8 deletions charts/rosa-federated-prometheus/files/operatorhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ subscriptions:
- name: grafana-operator
channel: v4
installPlanApproval: Automatic
source: operatorhubio
sourceNamespace: ~
source: community-operators
sourceNamespace: openshift-marketplace
- name: prometheus-operator
channel: beta
installPlanApproval: Automatic
Expand All @@ -15,9 +15,9 @@ operatorGroups:
- name: federated-prometheus
targetNamespace: ~

catalogSources:
- name: operatorhubio
sourceType: grpc
image: quay.io/operator-framework/upstream-community-operators:latest
displayName: Community Operators
publisher: OperatorHub.io
catalogSources: []
# - name: operatorhubio
# sourceType: grpc
# image: quay.io/operator-framework/upstream-community-operators:latest
# displayName: Community Operators
# publisher: OperatorHub.io

0 comments on commit 15d4be0

Please sign in to comment.