Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Set VERSION to 0.2.0 (instead of 0.1.0-dev) in Makefile for main branch #213

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.1.0-dev
VERSION ?= 0.2.0

# Using docker or podman to build and push images
CONTAINER_ENGINE ?= docker
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ metadata:
}
]
capabilities: Seamless Upgrades
createdAt: "2024-02-19T13:25:14Z"
createdAt: "2024-02-20T11:10:01Z"
operatorframework.io/suggested-namespace: backstage-system
operators.operatorframework.io/builder: operator-sdk-v1.33.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
name: backstage-operator.v0.1.0-dev
name: backstage-operator.v0.2.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -221,7 +221,7 @@ spec:
value: quay.io/fedora/postgresql-15:latest
- name: RELATED_IMAGE_backstage
value: quay.io/janus-idp/backstage-showcase:latest
image: quay.io/janus-idp/operator:0.1.0-dev
image: quay.io/janus-idp/operator:0.2.0
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -326,4 +326,4 @@ spec:
name: postgresql
- image: quay.io/janus-idp/backstage-showcase:latest
name: backstage
version: 0.1.0-dev
version: 0.2.0
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/janus-idp/operator
newTag: 0.1.0-dev
newTag: 0.2.0

generatorOptions:
disableNameSuffixHash: true
Expand Down
Loading