-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from stakater/actions
Removing operator push action + fix lint issues
- Loading branch information
Showing
3 changed files
with
26 additions
and
54 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
resources: | ||
- manager.yaml | ||
- manager.yaml | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
images: | ||
- name: controller | ||
newName: ghcr.io/stakater/grafana-cloud-ansible-operator | ||
newTag: v0.0.9 | ||
- name: controller | ||
newName: ghcr.io/stakater/grafana-cloud-ansible-operator | ||
newTag: v0.0.9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,36 +13,36 @@ spec: | |
Grafana Cloud | ||
displayName: grafana-cloud-operator | ||
icon: | ||
- base64data: "" | ||
mediatype: "" | ||
- base64data: "" | ||
mediatype: "" | ||
install: | ||
spec: | ||
deployments: null | ||
strategy: "" | ||
installModes: | ||
- supported: true | ||
type: OwnNamespace | ||
- supported: true | ||
type: SingleNamespace | ||
- supported: false | ||
type: MultiNamespace | ||
- supported: false | ||
type: AllNamespaces | ||
- supported: true | ||
type: OwnNamespace | ||
- supported: true | ||
type: SingleNamespace | ||
- supported: false | ||
type: MultiNamespace | ||
- supported: false | ||
type: AllNamespaces | ||
keywords: | ||
- grafana-cloud | ||
- oncall | ||
- sre | ||
- dashboard | ||
- grafana-sre | ||
- grafana-oncall | ||
- slo | ||
- grafana-slo | ||
- grafana-cloud | ||
- oncall | ||
- sre | ||
- dashboard | ||
- grafana-sre | ||
- grafana-oncall | ||
- slo | ||
- grafana-slo | ||
links: | ||
- name: Grafana Cloud Ansible Operator | ||
url: https://grafana-cloud-ansible-operator.domain | ||
- name: Grafana Cloud Ansible Operator | ||
url: https://grafana-cloud-ansible-operator.domain | ||
maintainers: | ||
- email: [email protected] | ||
name: stakater | ||
- email: [email protected] | ||
name: stakater | ||
maturity: alpha | ||
provider: | ||
name: Stakater | ||
|