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

Commit

Permalink
Release 1.0.6 (GA candidate) (#210)
Browse files Browse the repository at this point in the history
Resolves: #209

Signed-off-by: Sergio Arroutbi <[email protected]>
  • Loading branch information
sarroutbi authored Nov 2, 2023
1 parent 0caaca7 commit 993a7a7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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 ?= 1.0.5
VERSION ?= 1.0.6

# 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
8 changes: 4 additions & 4 deletions bundle/manifests/tang-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ metadata:
}
]
capabilities: Basic Install
createdAt: "2023-10-24T11:10:24Z"
createdAt: "2023-11-02T10:48:05Z"
operators.operatorframework.io/builder: operator-sdk-v1.32.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
name: tang-operator.v1.0.5
name: tang-operator.v1.0.6
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -322,7 +322,7 @@ spec:
- --leader-elect
command:
- /manager
image: quay.io/sec-eng-special/tang-operator:v1.0.5
image: quay.io/sec-eng-special/tang-operator:v1.0.6
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -405,4 +405,4 @@ spec:
maturity: alpha
provider:
name: Red Hat
version: 1.0.5
version: 1.0.6
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ kind: Kustomization
images:
- name: controller
newName: quay.io/sec-eng-special/tang-operator
newTag: v1.0.5
newTag: v1.0.6

0 comments on commit 993a7a7

Please sign in to comment.