Skip to content

Commit

Permalink
Update Contract Watcher (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
antares-sw authored Oct 5, 2023
1 parent 7878a4e commit eb02af7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/contract-watcher/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.0.2
version: 1.0.3

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v0.1.2"
appVersion: "v1.0.1"

dependencies:
- name: common
Expand Down
2 changes: 2 additions & 0 deletions charts/contract-watcher/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ spec:
value: {{ .Values.telegramReceivers | quote }}
- name: DISCORD_WEBHOOK_URL
value: {{ .Values.discordWebhookUrl | quote }}
- name: PAGERDUTY_ROUTING_KEY
value: {{ .Values.pagerdutyRoutingKey | quote }}
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- with .Values.nodeSelector }}
Expand Down
3 changes: 2 additions & 1 deletion charts/contract-watcher/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ image:
repository: "stakewiselabs/private/contract-watcher"
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v0.1.2"
tag: "master"

imagePullSecrets: []
nameOverride: ""
Expand All @@ -24,6 +24,7 @@ wsUrl: ""
telegramApiToken: ""
telegramReceivers: ""
discordWebhookUrl: ""
pagerdutyRoutingKey: ""

serviceAccount:
# Annotations to add to the service account
Expand Down

0 comments on commit eb02af7

Please sign in to comment.