Skip to content

Commit fde0ee7

Browse files
fix smol issue
1 parent ce04d67 commit fde0ee7

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

Diff for: charts/safe-watcher/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ type: application
2424
# This is the chart version. This version number should be incremented each time you make changes
2525
# to the chart and its templates, including the app version.
2626
# Versions are expected to follow Semantic Versioning (https://semver.org/)
27-
version: 0.0.1
27+
version: 0.0.2
2828

2929
# This is the version number of the application being deployed. This version number should be
3030
# incremented each time you make changes to the application. Versions are not expected to

Diff for: charts/safe-watcher/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# safe-watcher
22

3-
![Version: 0.0.1](https://img.shields.io/badge/Version-0.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2.1](https://img.shields.io/badge/AppVersion-1.2.1-informational?style=flat-square)
3+
![Version: 0.0.2](https://img.shields.io/badge/Version-0.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.2.1](https://img.shields.io/badge/AppVersion-1.2.1-informational?style=flat-square)
44

55
A Helm chart for deploy Safe-Watcher to Kubernetes
66

@@ -24,7 +24,7 @@ A Helm chart for deploy Safe-Watcher to Kubernetes
2424
| autoscaling.maxReplicas | int | `100` | |
2525
| autoscaling.minReplicas | int | `1` | |
2626
| autoscaling.targetCPUUtilizationPercentage | int | `80` | |
27-
| configYaml | object | `{"safeAddresses":["eth:0x11111"],"signers":{"0x22222":"alice","0x33333":"bob"},"telegramBotToken":"xxxx","telegramChannelId":"-1111"}` | inline plain text config, if empty, app expects an existing CM |
27+
| configYaml | object | `{}` | inline plain text config, if empty, app expects an existing CM |
2828
| fullnameOverride | string | `""` | |
2929
| image.pullPolicy | string | `"IfNotPresent"` | |
3030
| image.repository | string | `"ghcr.io/gearbox-protocol/safe-watcher"` | |

Diff for: charts/safe-watcher/values.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ fullnameOverride: ""
2121

2222

2323
# -- inline plain text config, if empty, app expects an existing CM
24-
configYaml:
25-
telegramBotToken: "xxxx"
26-
telegramChannelId: "-1111"
27-
safeAddresses:
28-
- "eth:0x11111"
29-
signers:
30-
"0x22222": "alice"
31-
"0x33333": "bob"
24+
configYaml: {}
25+
# telegramBotToken: "xxxx"
26+
# telegramChannelId: "-1111"
27+
# safeAddresses:
28+
# - "eth:0x11111"
29+
# signers:
30+
# "0x22222": "alice"
31+
# "0x33333": "bob"
3232

3333
# -- Default for CM, but you can also set it to your own CM instead of supplying values inline
3434
volumes:

0 commit comments

Comments
 (0)