Skip to content

Commit

Permalink
changed name
Browse files Browse the repository at this point in the history
  • Loading branch information
sinamna committed Dec 9, 2023
1 parent f3b988b commit e1065d4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion PROJECT
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ layout:
plugins:
manifests.sdk.operatorframework.io/v2: {}
scorecard.sdk.operatorframework.io/v2: {}
projectName: basicauthenticator
projectName: simple-authenticator
repo: github.com/snapp-incubator/simple-authenticator
resources:
- api:
Expand Down
2 changes: 1 addition & 1 deletion bundle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM scratch
LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
LABEL operators.operatorframework.io.bundle.package.v1=basicauthenticator
LABEL operators.operatorframework.io.bundle.package.v1=simple-authenticator
LABEL operators.operatorframework.io.bundle.channels.v1=alpha
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.32.0
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
annotations:
alm-examples: '[]'
capabilities: Basic Install
name: basicauthenticator.v0.0.0
name: simple-authenticator.v0.0.0
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -36,8 +36,8 @@ spec:
keywords:
- basic-authenticator
links:
- name: Basicauthenticator
url: https://basicauthenticator.domain
- name: Simple Authenticator
url: https://simple-authenticator.domain
maintainers:
- email: sina.amininasab@snapp.cab
name: sina
Expand Down

0 comments on commit e1065d4

Please sign in to comment.