Skip to content

Commit e8013d4

Browse files
feat: foo (#5)
1 parent 7c7baa8 commit e8013d4

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2291,6 +2291,7 @@ After platform upgrade, Consul fails with the error `refusing to rejoin cluster
22912291
| cronus | object | See below | cronus |
22922292
| developmentChart | bool | `false` | |
22932293
| 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: <DOCKER_CFG_VAR> |
2294+
| foo | string | `"bar"` | |
22942295
| gencerts | object | See below | Job to generate internal runtime secrets. Required at first install. |
22952296
| gitops-dashboard-manager | object | See below | gitops-dashboard-manager |
22962297
| global | object | See below | Global parameters |

charts/codefresh/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ dependencies:
207207
repository: oci://quay.io/codefresh/charts
208208
condition: cf-broadcaster.enabled
209209
- name: helm-repo-manager
210-
version: "0.20.0"
210+
version: "0.23.0"
211211
repository: oci://quay.io/codefresh/charts
212212
condition: helm-repo-manager.enabled
213213
- name: hermes

charts/codefresh/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1963,3 +1963,5 @@ segment-reporter:
19631963

19641964
salesforce-reporter:
19651965
enabled: false
1966+
1967+
foo: bar

0 commit comments

Comments
 (0)