Skip to content

Commit

Permalink
[skip-ci] Update artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
stakater-github-root committed Oct 30, 2023
1 parent d252cd6 commit 38cd90b
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ endif
# To re-generate a bundle for another specific version without changing the standard setup, you can:
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
VERSION ?= 0.0.9
VERSION ?= 0.0.10

# CHANNELS define the bundle channels used in the bundle.
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ metadata:
}
]
capabilities: Basic Install
createdAt: "2023-10-30T09:09:47Z"
createdAt: "2023-10-30T10:46:30Z"
operators.operatorframework.io/builder: operator-sdk-v1.31.0
operators.operatorframework.io/project_layout: ansible.sdk.operatorframework.io/v1
name: grafana-cloud-ansible-operator.v0.0.9
name: grafana-cloud-ansible-operator.v0.0.10
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -236,7 +236,7 @@ spec:
env:
- name: ANSIBLE_GATHERING
value: explicit
image: ghcr.io/stakater/grafana-cloud-ansible-operator:v0.0.9
image: ghcr.io/stakater/grafana-cloud-ansible-operator:v0.0.10
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -329,4 +329,4 @@ spec:
provider:
name: Stakater
url: www.stakater.com
version: 0.0.9
version: 0.0.10
4 changes: 2 additions & 2 deletions charts/grafana-oncall/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ sources:
- https://github.com/stakater/grafana-cloud-ansible-operator

# Helm chart Version
version: 0.0.9
version: 0.0.10

# Application version to be deployed
appVersion: 0.0.9
appVersion: 0.0.10

# Maintainers
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/grafana-oncall/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ image:
repository: ghcr.io/stakater/grafana-cloud-ansible-operator
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: v0.0.9
tag: v0.0.10

imagePullSecrets:
- name: saap-dockerconfigjson
Expand Down
8 changes: 4 additions & 4 deletions config/manager/kustomization.yaml
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.10
Original file line number Diff line number Diff line change
Expand Up @@ -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: hello@stakater.com
name: stakater
- email: hello@stakater.com
name: stakater
maturity: alpha
provider:
name: Stakater
Expand Down

0 comments on commit 38cd90b

Please sign in to comment.