diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index 8214daf8..9c527089 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -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: diff --git a/charts/gitops-runtime/ci/default-values.yaml b/charts/gitops-runtime/ci/default-values.yaml index fe91609d..200b86cd 100644 --- a/charts/gitops-runtime/ci/default-values.yaml +++ b/charts/gitops-runtime/ci/default-values.yaml @@ -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