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 6, 2021
1 parent 86f48f0 commit 9cb87db
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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.41
name: jira-service-desk-operator.v0.0.42
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.41
image: stakater/jira-service-desk-operator:v0.0.42
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.40
version: 0.0.41
replaces: jira-service-desk-operator.v0.0.41
version: 0.0.42
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.41
version: 0.0.42

# Application version to be deployed
appVersion: 0.0.41
appVersion: 0.0.42

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.41
tag: v0.0.42
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.41
newTag: v0.0.42
2 changes: 1 addition & 1 deletion controllers/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ var _ = BeforeSuite(func(done Done) {

logger := zap.New(zap.UseDevMode(true), zap.WriteTo(GinkgoWriter))
logf.SetLogger(logger)

By("bootstrapping test environment")
testEnv = &envtest.Environment{
CRDDirectoryPaths: []string{filepath.Join("..", "config", "crd", "bases")},
Expand Down

0 comments on commit 9cb87db

Please sign in to comment.