Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

Commit

Permalink
chore: release 0.0.104
Browse files Browse the repository at this point in the history
  • Loading branch information
pow-devops2020 committed Feb 9, 2021
1 parent 499f2e0 commit b32cb4f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/zeebe-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v1
appVersion: "1.0"
description: Zeebe Operator Helm Chart
name: zeebe-operator
version: 0.1.0-SNAPSHOT
version: 0.0.104
icon: https://zeebe.io/img/zeebe-logo.png
4 changes: 2 additions & 2 deletions charts/zeebe-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Declare variables to be passed into your templates.
replicaCount: 1
image:
repository: draft
tag: dev
repository: gcr.io/camunda-researchanddevelopment/zeebe-operator
tag: 0.0.104
pullPolicy: IfNotPresent

# define environment variables here as a map of key: value
Expand Down
4 changes: 2 additions & 2 deletions controllers/zeebecluster_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ func (p *PipelineRunner) createTaskAndTaskRunInstall(namespace string, zeebeClus
taskRun := builder.TaskRun("install-task-run-"+zeebeCluster.Name, namespace,
builder.TaskRunSpec(
builder.TaskRunServiceAccountName(pipelinesServiceAccountName),
// builder.TaskRunDeprecatedServiceAccount(pipelinesServiceAccountName, pipelinesServiceAccountName), // This require a SA being created for it to run
// builder.TaskRunDeprecatedServiceAccount(pipelinesServiceAccountName, pipelinesServiceAccountName), // This require a SA being created for it to run

builder.TaskRunTaskRef("install-task-"+zeebeCluster.Name),
builder.TaskRunInputs(builder.TaskRunInputsResource("zeebe-version-stream",
Expand Down Expand Up @@ -165,7 +165,7 @@ func (p *PipelineRunner) createTaskAndTaskRunDelete(release string, namespace st
taskRun := builder.TaskRun("delete-task-run-"+release, namespace,
builder.TaskRunSpec(
builder.TaskRunServiceAccountName(pipelinesServiceAccountName),
// builder.TaskRunDeprecatedServiceAccount(pipelinesServiceAccountName, pipelinesServiceAccountName), // This require a SA being created for it to run
// builder.TaskRunDeprecatedServiceAccount(pipelinesServiceAccountName, pipelinesServiceAccountName), // This require a SA being created for it to run

builder.TaskRunTaskRef("delete-task-"+release+"-"+uuid.String()),
builder.TaskRunInputs(builder.TaskRunInputsResource("zeebe-version-stream",
Expand Down

0 comments on commit b32cb4f

Please sign in to comment.