Skip to content

Commit

Permalink
reset version (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdoan1 authored Jul 28, 2021
1 parent 78a58d2 commit e3c91ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions bundle/manifests/dex-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
capabilities: Basic Install
operators.operatorframework.io/builder: operator-sdk-v1.9.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
name: dex-operator.v0.0.34
name: dex-operator.v0.0.1
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -159,7 +159,7 @@ spec:
- --leader-elect
command:
- /manager
image: quay.io/cdoan/dex-operator:0.0.34
image: quay.io/cdoan/dex-operator:0.0.1
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -244,4 +244,4 @@ spec:
provider:
name: [email protected]
url: redhat.com
version: 0.0.34
version: 0.0.1
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/cdoan/dex-operator
newTag: 0.0.34
newTag: 0.0.1

0 comments on commit e3c91ae

Please sign in to comment.