diff --git a/README.md b/README.md index 7444aedf7..ed4f6d5a1 100644 --- a/README.md +++ b/README.md @@ -2291,6 +2291,7 @@ After platform upgrade, Consul fails with the error `refusing to rejoin cluster | cronus | object | See below | cronus | | developmentChart | bool | `false` | | | dockerconfigjson | object | `{}` | DEPRECATED - Use `.imageCredentials` instead dockerconfig (for `kcfi` tool backward compatibility) for Image Pull Secret. Obtain GCR Service Account JSON (sa.json) at support@codefresh.io ```shell GCR_SA_KEY_B64=$(cat sa.json | base64) DOCKER_CFG_VAR=$(echo -n "_json_key:$(echo ${GCR_SA_KEY_B64} | base64 -d)" | base64 | tr -d '\n') ``` E.g.: dockerconfigjson: auths: gcr.io: auth: | +| foo | string | `"bar"` | | | gencerts | object | See below | Job to generate internal runtime secrets. Required at first install. | | gitops-dashboard-manager | object | See below | gitops-dashboard-manager | | global | object | See below | Global parameters | diff --git a/charts/codefresh/Chart.yaml b/charts/codefresh/Chart.yaml index 417aee9ab..7d3b48a60 100644 --- a/charts/codefresh/Chart.yaml +++ b/charts/codefresh/Chart.yaml @@ -207,7 +207,7 @@ dependencies: repository: oci://quay.io/codefresh/charts condition: cf-broadcaster.enabled - name: helm-repo-manager - version: "0.20.0" + version: "0.23.0" repository: oci://quay.io/codefresh/charts condition: helm-repo-manager.enabled - name: hermes diff --git a/charts/codefresh/values.yaml b/charts/codefresh/values.yaml index 466263a26..eda95df22 100644 --- a/charts/codefresh/values.yaml +++ b/charts/codefresh/values.yaml @@ -1963,3 +1963,5 @@ segment-reporter: salesforce-reporter: enabled: false + +foo: bar