Skip to content

Commit

Permalink
use tag 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
czerwonk committed Jan 12, 2024
1 parent 096e33e commit fa52ae4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docker/kubernetes/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ api:
image:
registry: ghcr.io
repository: novuhq/novu/api
tag: 0.21.0
tag: 0.22.0
digest: ''
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -493,7 +493,7 @@ worker:
image:
registry: ghcr.io
repository: novuhq/novu/worker
tag: 0.21.0
tag: 0.22.0
digest: ''
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -787,7 +787,7 @@ ws:
image:
registry: ghcr.io
repository: novuhq/novu/ws
tag: 0.21.0
tag: 0.22.0
digest: ''
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -1186,7 +1186,7 @@ web:
image:
registry: ghcr.io
repository: novuhq/novu/web
tag: 0.21.0
tag: 0.22.0
digest: ''
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -1592,7 +1592,7 @@ embed:
image:
registry: ghcr.io
repository: novuhq/novu/embed
tag: 0.21.0
tag: 0.22.0
digest: ''
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -1878,7 +1878,7 @@ widget:
image:
registry: ghcr.io
repository: novuhq/novu/widget
tag: 0.21.0
tag: 0.22.0
digest: ''
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down

0 comments on commit fa52ae4

Please sign in to comment.