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 May 13, 2022
1 parent a20fec7 commit 941f1a8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ metadata:
capabilities: Basic Install
operators.operatorframework.io/builder: operator-sdk-v1.19.0+git
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
name: jira-service-desk-operator.v0.0.49
name: jira-service-desk-operator.v0.0.50
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -149,7 +149,7 @@ spec:
- --leader-elect
command:
- /manager
image: stakater/jira-service-desk-operator:v0.0.49
image: stakater/jira-service-desk-operator:v0.0.50
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -269,7 +269,7 @@ spec:
provider:
name: stakater
url: https://stakater.com
version: 0.0.49
version: 0.0.50
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
4 changes: 2 additions & 2 deletions charts/jira-service-desk-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ sources:
- https://github.com/stakater/jira-service-desk-operator

# Helm chart Version
version: 0.0.49
version: 0.0.50

# Application version to be deployed
appVersion: 0.0.49
appVersion: 0.0.50

keywords:
- stakater
Expand Down
2 changes: 1 addition & 1 deletion charts/jira-service-desk-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ replicaCount: 1

image:
repository: stakater/jira-service-desk-operator
tag: v0.0.49
tag: v0.0.50
pullPolicy: IfNotPresent
imagePullSecrets: []

Expand Down
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: stakater/jira-service-desk-operator
newTag: v0.0.49
newTag: v0.0.50

0 comments on commit 941f1a8

Please sign in to comment.