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 Dec 3, 2020
1 parent fd23afc commit 6f7c6b7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.27
name: jira-service-desk-operator.v0.0.28
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.27
image: stakater/jira-service-desk-operator:v0.0.28
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.26
version: 0.0.27
replaces: jira-service-desk-operator.v0.0.27
version: 0.0.28
webhookdefinitions:
- admissionReviewVersions:
- v1beta1
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.27
version: 0.0.28

# Application version to be deployed
appVersion: 0.0.27
appVersion: 0.0.28

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.27
tag: v0.0.28
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 @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: stakater/jira-service-desk-operator
newTag: v0.0.27
newTag: v0.0.28

0 comments on commit 6f7c6b7

Please sign in to comment.