Skip to content
Draft

test ci #1068

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/gitops-runtime/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 0.2.1
description: A Helm chart for Codefresh gitops runtime
name: gitops-runtime
version: 0.27.0
version: 0.27.1
home: https://github.com/codefresh-io/gitops-runtime-helm
icon: https://avatars1.githubusercontent.com/u/11412079?v=3
keywords:
Expand Down
20 changes: 4 additions & 16 deletions charts/gitops-runtime/ci/default-values.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,10 @@
global:
codefresh:
accountId: 628a80b693a15c0f9c13ab75 # Codefresh Account id for ilia-codefresh for now, needs to be some test account
userToken:
secretKeyRef:
name: mysecret
key: myvalue
optional: true
accountId: 63dbba4928d5fd1ef065b781 # gitops-helm-test account

runtime:
name: default
cluster: test-cluster

ingress:
className: "nginx"
enabled: true
className: haproxy-ingress
hosts:
- runtime.codefresh.local

repoCredentialsTemplate:
url: 'https://github.com'
username: 'username'
password: 'dummy'
- domain.will.be.replaced.by.ci.pipeline