Skip to content

Commit

Permalink
ci: Copy 1.1.0 bundle to main
Browse files Browse the repository at this point in the history
Signed-off-by: Anatolii Bazko <[email protected]>
  • Loading branch information
tolusha committed Dec 19, 2023
1 parent 70c3be7 commit ab8e112
Show file tree
Hide file tree
Showing 9 changed files with 211 additions and 53 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.6
VERSION ?= 1.1.0

ifneq (,$(shell which kubectl 2>/dev/null)$(shell which oc 2>/dev/null))
include build/make/deploy.mk
Expand Down
1 change: 1 addition & 0 deletions api/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
#
# Copyright (c) 2019-2023 Red Hat, Inc.
# This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# Red Hat, Inc. - initial API and implementation
#

apiVersion: v1
kind: Service
metadata:
creationTimestamp: null
labels:
name: kubernetes-image-puller-operator
name: kubernetes-image-puller-operator-manager-metrics-service
spec:
ports:
- name: https
port: 8443
targetPort: https
selector:
name: kubernetes-image-puller-operator
status:
loadBalancer: {}
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
#
# Copyright (c) 2019-2023 Red Hat, Inc.
# This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# Red Hat, Inc. - initial API and implementation
#

apiVersion: v1
kind: Service
metadata:
creationTimestamp: null
name: kubernetes-image-puller-operator-manager-service
spec:
ports:
- port: 443
targetPort: 9443
selector:
name: kubernetes-image-puller-operator
status:
loadBalancer: {}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#
# Copyright (c) 2019-2023 Red Hat, Inc.
# This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# Red Hat, Inc. - initial API and implementation
#

apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
creationTimestamp: null
name: kubernetes-image-puller-operator-metrics-reader
rules:
- nonResourceURLs:
- /metrics
verbs:
- get
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ metadata:
capabilities: Seamless Upgrades
categories: Developer Tools
certified: "false"
containerImage: quay.io/eclipse/kubernetes-image-puller-operator:1.0.6
containerImage: quay.io/eclipse/kubernetes-image-puller-operator:1.1.0
createdAt: ""
description: Create and manage kubernetes-image-puller instances.
operators.operatorframework.io/builder: operator-sdk-v1.9.0+git
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/che-incubator/kubernetes-image-puller-operator
support: ""
name: kubernetes-imagepuller-operator.v1.0.6
name: kubernetes-imagepuller-operator.v1.1.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -128,9 +128,9 @@ spec:
- subjectaccessreviews
verbs:
- create
serviceAccountName: kubernetes-image-puller-operator
serviceAccountName: kubernetes-image-puller-operator-sa
deployments:
- name: kubernetes-image-puller-operator
- name: kubernetes-image-puller-operator-manager
spec:
replicas: 1
selector:
Expand All @@ -143,17 +143,6 @@ spec:
name: kubernetes-image-puller-operator
spec:
containers:
- args:
- --secure-listen-address=0.0.0.0:8443
- --upstream=http://127.0.0.1:8080/
- --logtostderr=true
- --v=10
image: quay.io/brancz/kube-rbac-proxy:v0.11.0
name: kube-rbac-proxy
ports:
- containerPort: 8443
name: https
resources: {}
- args:
- --health-probe-bind-address=:8081
- --metrics-bind-address=127.0.0.1:8080
Expand All @@ -171,7 +160,7 @@ spec:
fieldPath: metadata.name
- name: OPERATOR_NAME
value: kubernetes-image-puller-operator
image: quay.io/eclipse/kubernetes-image-puller-operator:1.0.6
image: quay.io/eclipse/kubernetes-image-puller-operator:1.1.0
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand All @@ -180,6 +169,10 @@ spec:
initialDelaySeconds: 15
periodSeconds: 20
name: kubernetes-image-puller-operator
ports:
- containerPort: 9443
name: webhook-server
protocol: TCP
readinessProbe:
httpGet:
path: /readyz
Expand All @@ -193,10 +186,52 @@ spec:
requests:
cpu: 100m
memory: 64Mi
serviceAccountName: kubernetes-image-puller-operator
- args:
- --secure-listen-address=0.0.0.0:8443
- --upstream=http://127.0.0.1:8080/
- --logtostderr=true
- --v=10
image: quay.io/brancz/kube-rbac-proxy:v0.11.0
name: kube-rbac-proxy
ports:
- containerPort: 8443
name: https
resources: {}
serviceAccountName: kubernetes-image-puller-operator-sa
terminationGracePeriodSeconds: 10
permissions:
- rules:
- apiGroups:
- ""
resources:
- configmaps
verbs:
- get
- list
- watch
- create
- update
- patch
- delete
- apiGroups:
- coordination.k8s.io
resources:
- leases
verbs:
- get
- list
- watch
- create
- update
- patch
- delete
- apiGroups:
- ""
resources:
- events
verbs:
- create
- patch
- apiGroups:
- ""
resources:
Expand Down Expand Up @@ -274,38 +309,7 @@ spec:
- patch
- update
- watch
- apiGroups:
- ""
resources:
- configmaps
verbs:
- get
- list
- watch
- create
- update
- patch
- delete
- apiGroups:
- coordination.k8s.io
resources:
- leases
verbs:
- get
- list
- watch
- create
- update
- patch
- delete
- apiGroups:
- ""
resources:
- events
verbs:
- create
- patch
serviceAccountName: kubernetes-image-puller-operator
serviceAccountName: kubernetes-image-puller-operator-sa
strategy: deployment
installModes:
- supported: false
Expand Down Expand Up @@ -336,5 +340,26 @@ spec:
selector:
matchLabels:
app: kubernetes-image-puller-operator
version: 1.0.6
replaces: kubernetes-imagepuller-operator.v1.0.5
version: 1.1.0
webhookdefinitions:
- admissionReviewVersions:
- v1
- v1beta1
containerPort: 443
deploymentName: kubernetes-image-puller-operator-manager
failurePolicy: Fail
generateName: vkubernetesimagepuller.kb.io
rules:
- apiGroups:
- che.eclipse.org
apiVersions:
- v1alpha1
operations:
- CREATE
resources:
- kubernetesimagepullers
sideEffects: None
targetPort: 9443
type: ValidatingAdmissionWebhook
webhookPath: /validate-che-eclipse-org-v1alpha1-kubernetesimagepuller
replaces: kubernetes-imagepuller-operator.v1.0.6
2 changes: 2 additions & 0 deletions olm-catalog/stable/channel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ entries:
replaces: kubernetes-imagepuller-operator.v1.0.4
- name: kubernetes-imagepuller-operator.v1.0.6
replaces: kubernetes-imagepuller-operator.v1.0.5
- name: kubernetes-imagepuller-operator.v1.1.0
replaces: kubernetes-imagepuller-operator.v1.0.6

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
package version

var (
Version = "1.0.6"
Version = "1.1.0"
)

0 comments on commit ab8e112

Please sign in to comment.