Skip to content

Commit aa5151c

Browse files
fix not running go generate (#331)
1 parent 899e1cf commit aa5151c

File tree

5 files changed

+21
-19
lines changed

5 files changed

+21
-19
lines changed

.deploy/cf-runtime/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: cf-runtime
33
description: A Helm chart for Codefresh Runner
44
type: application
5-
version: 1.9.8
6-
appVersion: "1.9.8"
5+
version: 1.9.9
6+
appVersion: "1.9.9"

.deploy/cf-runtime/values.yaml

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dockerRegistry: "quay.io" # Registry prefix for the runtime images (default quay
2424
newRelicLicense: "" # NEWRELIC_LICENSE_KEY (for app-proxy and runner deployments)
2525

2626
runner: # Runner Deployment
27-
image: "codefresh/venona:1.9.8"
27+
image: "codefresh/venona:1.9.9"
2828
env: {}
2929
## e.g:
3030
# env:
@@ -74,8 +74,8 @@ volumeProvisioner: # Volume-Provisioner Deployment
7474
annotations: {} # annotate volume-provisioner pod
7575

7676
storage: # Storage parameters for Volume-Provisioner
77-
backend: local # volume type: local(default), ebs, gcedisk or azuredisk
78-
fsType: "ext4" # filesystem type: ext4(default) or xfs
77+
backend: local # volume type: local(default), ebs, gcedisk or azuredisk
78+
fsType: "ext4" # filesystem type: ext4(default) or xfs
7979

8080
# Storage example for local volumes on the K8S nodes filesystem
8181
# https://kubernetes.io/docs/concepts/storage/volumes/#local
@@ -154,7 +154,6 @@ storage: # Storage parameters for Volume-Provisioner
154154
# DiskIOPSReadWrite: 500
155155
# DiskMBpsReadWrite: 100
156156

157-
158157
re:
159158
# Optionally add an AWS IAM role to your pipelines
160159
# More info: https://codefresh.io/docs/docs/administration/codefresh-runner/#injecting-aws-arn-roles-into-the-cluster
@@ -186,11 +185,11 @@ appProxy: # App-Proxy Deployment
186185
# env:
187186
# LOG_LEVEL: debug
188187
ingress:
189-
pathPrefix: "" # Specify path prefix for ingress (default is '/')
190-
class: "" # Specify ingress class
191-
host: "" # Specify DNS hostname the ingress will use
192-
tlsSecret: "" # Specify k8s tls secret for the ingress object
193-
annotations: {} # Specify extra annotations for ingress object
188+
pathPrefix: "" # Specify path prefix for ingress (default is '/')
189+
class: "" # Specify ingress class
190+
host: "" # Specify DNS hostname the ingress will use
191+
tlsSecret: "" # Specify k8s tls secret for the ingress object
192+
annotations: {} # Specify extra annotations for ingress object
194193
## e.g:
195194
# ingress:
196195
# pathPrefix: "/app-proxy"
@@ -207,12 +206,11 @@ monitor: # Monitor Deployment
207206
enabled: false
208207
image: "codefresh/agent:stable"
209208
helm3: true
210-
useNamespaceWideRole: false # Use ClusterRole(false) or Role(true)
211-
clusterId: "" # Cluster name as it registered in account
212-
token: "" # API token from Codefresh
213-
existingMonitorToken: "" # Existing secret (name-of-existing-secret) with API token from Codefresh (supersedes value of monitor.token; secret must contain `codefresh.token` key)
209+
useNamespaceWideRole: false # Use ClusterRole(false) or Role(true)
210+
clusterId: "" # Cluster name as it registered in account
211+
token: "" # API token from Codefresh
212+
existingMonitorToken: "" # Existing secret (name-of-existing-secret) with API token from Codefresh (supersedes value of monitor.token; secret must contain `codefresh.token` key)
214213
env: {}
215214
resources: {}
216215
serviceAccount:
217216
annotations: {}
218-

venona/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.8
1+
1.9.9

venonactl/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.8
1+
1.9.9

venonactl/pkg/templates/kubernetes/templates.go

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)