Skip to content

Commit

Permalink
release version v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mms-gianni committed Sep 1, 2024
1 parent 1de3be6 commit b273ab1
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 9 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 ?= 0.1.2-rc.26
VERSION ?= 0.1.2

# 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
10 changes: 5 additions & 5 deletions bundle/manifests/kubero-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1135,14 +1135,14 @@ metadata:
capabilities: Basic Install
categories: Integration & Delivery
certified: "false"
containerImage: ghcr.io/kubero-dev/kubero-operator/kuberoapp:v0.1.2-rc.26
createdAt: "2024-08-23T21:23:10Z"
containerImage: ghcr.io/kubero-dev/kubero-operator/kuberoapp:v0.1.2
createdAt: "2024-09-01T19:56:28Z"
description: Kubero is a GitOps continuous delivery tool for Kubernetes.
operators.operatorframework.io/builder: operator-sdk-v1.34.1
operators.operatorframework.io/project_layout: helm.sdk.operatorframework.io/v1
repository: https://github.com/kubero-dev/kubero
support: Kubero Community
name: kubero-operator.v0.1.2-rc.26
name: kubero-operator.v0.1.2
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -2038,7 +2038,7 @@ spec:
- --metrics-bind-address=127.0.0.1:8080
- --leader-elect
- --leader-election-id=kubero-operator
image: ghcr.io/kubero-dev/kubero-operator/kuberoapp:v0.1.2-rc.26
image: ghcr.io/kubero-dev/kubero-operator/kuberoapp:v0.1.2
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -2125,4 +2125,4 @@ spec:
provider:
name: kubero
url: https://github.com/kubero-dev/
version: 0.1.2-rc.26
version: 0.1.2
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: ghcr.io/kubero-dev/kubero-operator/kuberoapp
newTag: v0.1.2-rc.26
newTag: v0.1.2
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
capabilities: Basic Install
categories: Integration & Delivery
certified: "false"
containerImage: ghcr.io/kubero-dev/kubero-operator/kuberoapp:v0.1.2-rc.26
containerImage: ghcr.io/kubero-dev/kubero-operator/kuberoapp:v0.1.2
description: Kubero is a GitOps continuous delivery tool for Kubernetes.
repository: https://github.com/kubero-dev/kubero
support: Kubero Community
Expand Down
11 changes: 11 additions & 0 deletions deploy/operator.0.1.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,7 @@ rules:
- get
- apiGroups:
- ""
- apps
resources:
- configmaps
- secrets
Expand All @@ -675,11 +676,17 @@ rules:
- create
- apiGroups:
- rbac.authorization.k8s.io
- ""
resources:
- roles
- clusterroles
- clusterrolebindings
- rolebindings
- secrets
- deployments
- namespaces
- services
- ingresses
verbs:
- '*'
- apiGroups:
Expand Down Expand Up @@ -708,6 +715,7 @@ rules:
- ""
resources:
- deployments
- serviceaccounts
verbs:
- '*'
- apiGroups:
Expand All @@ -721,6 +729,9 @@ rules:
- ""
resources:
- ingresses
- rolebindings
- services
- jobs
verbs:
- '*'
- apiGroups:
Expand Down
2 changes: 1 addition & 1 deletion deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1510,7 +1510,7 @@ spec:
- --metrics-bind-address=127.0.0.1:8080
- --leader-elect
- --leader-election-id=kubero-operator
image: ghcr.io/kubero-dev/kubero-operator/kuberoapp:v0.1.2-rc.26
image: ghcr.io/kubero-dev/kubero-operator/kuberoapp:v0.1.2
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit b273ab1

Please sign in to comment.