Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EVEREST-107 update version #231

Merged
merged 1 commit into from
Dec 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# 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.6.0-dev1
VERSION ?= 0.6.0-dev2

# 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 @@ -103,10 +103,10 @@ metadata:
}
]
capabilities: Basic Install
createdAt: "2023-12-14T10:51:43Z"
createdAt: "2023-12-21T09:54:14Z"
operators.operatorframework.io/builder: operator-sdk-v1.32.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
name: everest-operator.v0.6.0-dev1
name: everest-operator.v0.6.0-dev2
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -551,7 +551,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: docker.io/perconalab/everest-operator:0.6.0-dev1
image: docker.io/perconalab/everest-operator:0.6.0-dev2
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -645,4 +645,4 @@ spec:
provider:
name: Percona
url: https://percona.com
version: 0.6.0-dev1
version: 0.6.0-dev2
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: docker.io/perconalab/everest-operator
newTag: 0.6.0-dev1
newTag: 0.6.0-dev2
2 changes: 1 addition & 1 deletion deploy/bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1448,7 +1448,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: docker.io/perconalab/everest-operator:0.6.0-dev1
image: docker.io/perconalab/everest-operator:0.6.0-dev2
livenessProbe:
httpGet:
path: /healthz
Expand Down
Loading