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 3, 2024
1 parent 3f5f05e commit b9580af
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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.113
VERSION ?= 0.0.114

# 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 @@ -34,10 +34,10 @@ metadata:
}
]
capabilities: Basic Install
createdAt: "2024-09-25T08:36:32Z"
createdAt: "2024-10-03T08:58: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.113
name: grafana-cloud-ansible-operator.v0.0.114
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -255,7 +255,7 @@ spec:
env:
- name: ANSIBLE_GATHERING
value: explicit
image: ghcr.io/stakater/grafana-cloud-ansible-operator:v0.0.113
image: ghcr.io/stakater/grafana-cloud-ansible-operator:v0.0.114
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -348,4 +348,4 @@ spec:
provider:
name: Stakater
url: www.stakater.com
version: 0.0.113
version: 0.0.114
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.113
version: 0.0.114

# Application version to be deployed
appVersion: 0.0.113
appVersion: 0.0.114

# 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.113
tag: v0.0.114

imagePullSecrets:
- name: saap-dockerconfigjson
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: ghcr.io/stakater/grafana-cloud-ansible-operator
newTag: v0.0.113
newTag: v0.0.114

0 comments on commit b9580af

Please sign in to comment.