Skip to content

Commit

Permalink
[skip-ci] Update artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
stakater-user committed Nov 30, 2020
1 parent ac671d8 commit 63e75c2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ metadata:
capabilities: Basic Install
operators.operatorframework.io/builder: operator-sdk-v1.2.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
name: jira-service-desk-operator.v0.0.22
name: jira-service-desk-operator.v0.0.23
namespace: jira-service-desk-operator-system
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -147,7 +147,7 @@ spec:
fieldPath: metadata.annotations['olm.targetNamespaces']
- name: CONFIG_SECRET_NAME
value: jira-service-desk-config
image: stakater/jira-service-desk-operator:v0.0.22
image: stakater/jira-service-desk-operator:v0.0.23
name: manager
ports:
- containerPort: 9443
Expand Down Expand Up @@ -227,8 +227,8 @@ spec:
provider:
name: stakater
url: https://stakater.com
replaces: jira-service-desk-operator.v0.0.21
version: 0.0.22
replaces: jira-service-desk-operator.v0.0.22
version: 0.0.23
webhookdefinitions:
- admissionReviewVersions:
- v1beta1
Expand Down
2 changes: 2 additions & 0 deletions bundle/manifests/jiraservicedesk.stakater.com_projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ spec:
type: integer
key:
description: The project key is used as the prefix of your project's issue keys
maxLength: 10
pattern: ^[A-Z][a-zA-Z0-9]+$
type: string
leadAccountId:
description: ID of project lead
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: stakater/jira-service-desk-operator
newTag: v0.0.22
newTag: v0.0.23

0 comments on commit 63e75c2

Please sign in to comment.